﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 4  » Instruction screens with fixed duration and without option to continue by pressing button</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Thu, 17 Sep 2026 23:42:58 GMT</lastBuildDate><ttl>20</ttl><item><title>Instruction screens with fixed duration and without option to continue by pressing button</title><link>https://forums.millisecond.com/Topic17958.aspx</link><description>Hi all,&lt;br/&gt;&lt;br/&gt;For my current experiment I need instructions to stay on the screen for two minutes without the possibility of continuing by pressing a button. &lt;br/&gt;&lt;br/&gt;In the current version of my experiment these instruction screens are page elements, and are called by the "/preinstruction" command in block elements. As far as I understand it, several settings for these instructions are set with the &amp;lt;instruct&amp;gt; element on top of my script.&lt;br/&gt;&lt;br/&gt;It seems possible to use a /timeout command under &amp;lt;instruct&amp;gt;, but removing the "/nextlabel" and "/nextkey" commands here only results in Enter to be the default button for continuing.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Does anyone have a good idea how to solve this issue?&lt;br/&gt;&lt;br/&gt;Thanks for you time and effort!</description><pubDate>Thu, 10 Dec 2015 19:25:30 GMT</pubDate><dc:creator>kk</dc:creator></item><item><title>RE: Instruction screens with fixed duration and without option to continue by pressing button</title><link>https://forums.millisecond.com/Topic17961.aspx</link><description>That is a great solution! Thanks :)</description><pubDate>Thu, 10 Dec 2015 19:25:30 GMT</pubDate><dc:creator>kk</dc:creator></item><item><title>RE: Instruction screens with fixed duration and without option to continue by pressing button</title><link>https://forums.millisecond.com/Topic17959.aspx</link><description>You can't use instruction &amp;lt;page&amp;gt; elements to do this. You need to display your instructions using standard &amp;lt;text&amp;gt; and &amp;lt;trial&amp;gt; elements as in.&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1=instructionstrial; 2-5=tasktrial]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial instructionstrial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=instructionstext]&lt;br/&gt;/ validresponse = (0)&lt;br/&gt;/ trialduration = 120000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text instructionstext&amp;gt;&lt;br/&gt;/ items = ("Your instructions go here. This screen will automatically move on after 2 minutes.")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial tasktrial&amp;gt;&lt;br/&gt;/ stimulusframes = [1=mytext]&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text mytext&amp;gt;&lt;br/&gt;/ items = ("This is the actual task. Press the spacebar.")&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Thu, 10 Dec 2015 16:10:23 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>