﻿<?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  » Conditional formatting for instruction timing?</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 25 Aug 2026 13:45:42 GMT</lastBuildDate><ttl>20</ttl><item><title>Conditional formatting for instruction timing?</title><link>https://forums.millisecond.com/Topic18053.aspx</link><description>&lt;span style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 12.8px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 1; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: rgb(255, 255, 255);"&gt;For my Inquisit task, I want to allow participants to move through instruction slides only after a pre-set number of seconds. That is, I'd like participants to only be able to press the space bar to advance to the next set of instructions after a timing delay (for example, after 8 seconds of presentation). Is there a way to format my instructions such that participants can't skip through them?&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Any help would be greatly appreciated!&lt;br/&gt;&lt;br/&gt;Thanks,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Jess&lt;br/&gt;&lt;br/&gt;&lt;/span&gt;</description><pubDate>Sun, 10 Jan 2016 09:34:19 GMT</pubDate><dc:creator>jessrh</dc:creator></item><item><title>RE: Conditional formatting for instruction timing?</title><link>https://forums.millisecond.com/Topic18054.aspx</link><description>If you use standard instruction pages (&amp;lt;page&amp;gt; or &amp;lt;htmlpage&amp;gt; elements) displayed via /pre- and /postinstructions attributes, you can configure a minimum period via the &amp;lt;instruct&amp;gt; element's /wait attribute. The /wait attribute determines how long in milliseconds to wait before allowing the subject to move to the next instruction page. Thus specifying &lt;br/&gt;&lt;br/&gt;&amp;lt;instruct&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ wait = 8000&lt;br/&gt;...&lt;br/&gt;&amp;lt;/instruct&amp;gt;&lt;br/&gt;&lt;br/&gt;in your script will enforce a minimum display time of 8 seconds for any instruction page. Only then are participants able to move on to the next.&lt;br/&gt;&lt;br/&gt;If, on the other hand, you intend to display your instructions via standard &amp;lt;trial&amp;gt; elements, you can use the &amp;lt;trial&amp;gt;'s /beginresponsetime attribute to enforce the minimum &lt;br/&gt;&lt;br/&gt;&amp;lt;trial instructionstrial&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;/ beginresponsetime = 8000&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;or alternatively using /isvalidresponse &lt;br/&gt;&lt;br/&gt;&amp;lt;trial instructionstrial&amp;gt;&lt;br/&gt;...&lt;br/&gt;/ validresponse = (57)&lt;br/&gt;/ isvalidresponse = [trial.instructionstrial.latency &amp;gt;= 8000]&lt;br/&gt;&amp;lt;/trial&amp;gt;</description><pubDate>Sun, 10 Jan 2016 09:34:19 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>