﻿<?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 5  » Help with test</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Thu, 10 Sep 2026 02:52:06 GMT</lastBuildDate><ttl>20</ttl><item><title>Help with test</title><link>https://forums.millisecond.com/Topic21709.aspx</link><description>&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Hi,&lt;/span&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;We are having 2 issues regarding our test and we would like some help on resolving them. &amp;nbsp;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;1-We are encountering a problem regarding response times of each trial. As soon as the participant answers, the trial ends abruptly and is succeeded immediately by the next trial. We don't want the next trial to start immediately after response, but rather we want it to start after each specific timeframe as indicated by the trial's specific "timeout".&amp;nbsp;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;2-We are also experiencing issues regarding the registered answers from participants. We want our test to take the first response only, and disregarding the possibility of other additional response inputs by participants.&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Here is a sample of how we coded our trials. Thanks!&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;...&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;div class=""&gt;&amp;lt;trial b1&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b1;1000=b0]&lt;/div&gt;&lt;div class=""&gt;/inputdevice=keyboard&lt;/div&gt;&lt;div class=""&gt;/correctresponse=("a")&lt;/div&gt;&lt;div class=""&gt;/validresponse = ("a","l")&lt;/div&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;/div&gt;&lt;div class=""&gt;/timeout=2100&lt;/div&gt;&lt;div class=""&gt;/ recorddata = true&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.correct) values.earnings1 +=0.5]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error) values.errorcounter1 +=1]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error) values.losses1 +=0]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error &amp;amp;&amp;amp; values.errorcounter1 &amp;gt; 1) values.losses1 -= 0.5]&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;div class=""&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class=""&gt;&amp;lt;trial b2&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b2;1000=b0]&lt;/div&gt;&lt;div class=""&gt;/inputdevice=keyboard&lt;/div&gt;&lt;div class=""&gt;/correctresponse=("l")&lt;/div&gt;&lt;div class=""&gt;/validresponse = ("a","l")&lt;/div&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;/div&gt;&lt;div class=""&gt;/timeout=2700&lt;/div&gt;&lt;div class=""&gt;/ recorddata = true&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.correct) values.earnings1 +=0.5]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error) values.errorcounter1 +=1]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error) values.losses1 +=0]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error &amp;amp;&amp;amp; values.errorcounter1 &amp;gt; 1) values.losses1 -= 0.5]&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;div class=""&gt;&amp;lt;values &amp;gt;&lt;/div&gt;&lt;div class=""&gt;/earnings1=0&lt;/div&gt;&lt;div class=""&gt;/losses1=0&lt;/div&gt;&lt;div class=""&gt;/errorcounter1=0&lt;/div&gt;&lt;div class=""&gt;&amp;lt;/values&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;...&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Thank you for your help!&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Mon, 12 Jun 2017 09:17:50 GMT</pubDate><dc:creator>Gaurav Krishnamoorthy</dc:creator></item><item><title>RE: Help with test</title><link>https://forums.millisecond.com/Topic21818.aspx</link><description>&lt;div data-id="21812" class="if-quote-wrapper" unselectable="on" data-guid="1497284139558"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21812" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21812" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21812" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Gaurav Krishnamoorthy - Saturday, June 10, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21812"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font class="" color="#0433ff"&gt;Hi Dave!&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font class="" color="#0433ff"&gt;Thank you so much for that last reply. We truly appreciate your help. &lt;br/&gt;We need your guidance once again! We are incorporating a VAS script into our test. Here is what we have coded so far:&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font class="" color="#0433ff"&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;...&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;&amp;lt;slider Pain&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ caption = "PAIN:"&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/fontstyle = ("Gill", 2%, true, false, false, false, 5, 0)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/labels = ("Not at all", "2", "3", "4", "5", "6", "7", "8", "9", "Extremely")&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ range = (0, 10)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ increment = 1&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ slidersize = (70, 7)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ showtooltips = true&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ required = false&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;&amp;lt;/slider&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;&amp;lt;slider Unpleasant&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ caption = "UNPLEASANT:"&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/fontstyle = ("Gill", 2%, true, false, false, false, 5, 0)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/labels = ("Not at all", "2", "3", "4", "5", "6", "7", "8", "9", "Extremely")&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ range = (0, 10)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ increment = 1&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ slidersize = (70, 7)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ showtooltips = true&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ required = false&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;&amp;lt;/slider&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;&amp;lt;slider Noticeable&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ caption = "NOTICEABLE:"&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/fontstyle = ("Gill", 2%, true, false, false, false, 5, 0)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/labels = ("Not at all", "2", "3", "4", "5", "6", "7", "8", "9", "Extremely")&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ range = (0, 10)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ increment = 1&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ slidersize = (70, 7)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ showtooltips = true&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ required = false&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;&amp;lt;/slider&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;&amp;lt;surveypage VAS&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/caption = "Please indicate the extent to which you the believe each of the following characteristics describe your pain during this session by moving the markers to the appropriate places on the lines below:"&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/fontstyle = ("Gill", 2%, true, false, false, false, 5, 0)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ questions = [1=Pain; 2=Unpleasant; 3=Noticeable]&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ response = free&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ itemspacing = 10%&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;&amp;lt;/surveypage&amp;gt;&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;&amp;lt;survey VAS&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ pages = [1=VAS]&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ itemspacing = 10%&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ recorddata = true&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ showpagenumbers = false&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ showquestionnumbers = false&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;/ nextbuttonposition = (90,90)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font class="" color="#0433ff"&gt;&amp;lt;/survey&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font class="" color="#0433ff"&gt;...&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font class="" color="#0433ff"&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font class="" color="#0433ff"&gt;We can’t figure this bit on our own:&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font class="" color="#0433ff"&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font class="" color="#0433ff"&gt;1. We want the possibility of having decimal responses…such as 8.34 for example rather than 8&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font class="" color="#0433ff"&gt;2. We also want to use the keystroke “a” for left and “l” for right to move the cursor on the slider; and so instead of the mouse, we would like for our participants to have the possibility to move from right to left using those keys.&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font class="" color="#0433ff"&gt;3.How could we change the color of the slider and cursor into black? Our experiment’s screencolor is black, and &amp;nbsp;I was able to change the labels as well as the text to white, except for the slider itself.&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font class="" color="#0433ff"&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font class="" color="#0433ff"&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font class="" color="#0433ff"&gt;Thank you so much Dave, your help is much appreciated!&lt;/font&gt;&lt;/div&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21812"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&lt;font class="" color="#0433ff"&gt;&lt;font class="" color="#0433ff"&gt;Neither 1, 2 or 3 are possible with &amp;lt;slider&amp;gt; elements.&lt;br/&gt;&lt;/font&gt;&lt;/font&gt;</description><pubDate>Mon, 12 Jun 2017 09:17:50 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Help with test</title><link>https://forums.millisecond.com/Topic21812.aspx</link><description>&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font color="#0433ff" class=""&gt;Hi Dave!&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font color="#0433ff" class=""&gt;Thank you so much for that last reply. We truly appreciate your help. &lt;br/&gt;We need your guidance once again! We are incorporating a VAS script into our test. Here is what we have coded so far:&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font color="#0433ff" class=""&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;...&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;&amp;lt;slider Pain&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ caption = "PAIN:"&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/fontstyle = ("Gill", 2%, true, false, false, false, 5, 0)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/labels = ("Not at all", "2", "3", "4", "5", "6", "7", "8", "9", "Extremely")&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ range = (0, 10)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ increment = 1&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ slidersize = (70, 7)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ showtooltips = true&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ required = false&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;&amp;lt;/slider&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;&amp;lt;slider Unpleasant&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ caption = "UNPLEASANT:"&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/fontstyle = ("Gill", 2%, true, false, false, false, 5, 0)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/labels = ("Not at all", "2", "3", "4", "5", "6", "7", "8", "9", "Extremely")&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ range = (0, 10)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ increment = 1&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ slidersize = (70, 7)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ showtooltips = true&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ required = false&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;&amp;lt;/slider&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;&amp;lt;slider Noticeable&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ caption = "NOTICEABLE:"&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/fontstyle = ("Gill", 2%, true, false, false, false, 5, 0)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/labels = ("Not at all", "2", "3", "4", "5", "6", "7", "8", "9", "Extremely")&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ range = (0, 10)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ increment = 1&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ slidersize = (70, 7)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ showtooltips = true&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ required = false&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;&amp;lt;/slider&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;&amp;lt;surveypage VAS&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/caption = "Please indicate the extent to which you the believe each of the following characteristics describe your pain during this session by moving the markers to the appropriate places on the lines below:"&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/fontstyle = ("Gill", 2%, true, false, false, false, 5, 0)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ questions = [1=Pain; 2=Unpleasant; 3=Noticeable]&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ response = free&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ itemspacing = 10%&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;&amp;lt;/surveypage&amp;gt;&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;&amp;lt;survey VAS&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ pages = [1=VAS]&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ itemspacing = 10%&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ recorddata = true&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ showpagenumbers = false&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ showquestionnumbers = false&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;/ nextbuttonposition = (90,90)&lt;/font&gt;&lt;/div&gt;&lt;div class=""&gt;&lt;font color="#0433ff" class=""&gt;&amp;lt;/survey&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font color="#0433ff" class=""&gt;...&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font color="#0433ff" class=""&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font color="#0433ff" class=""&gt;We can’t figure this bit on our own:&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font color="#0433ff" class=""&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font color="#0433ff" class=""&gt;1. We want the possibility of having decimal responses…such as 8.34 for example rather than 8&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font color="#0433ff" class=""&gt;2. We also want to use the keystroke “a” for left and “l” for right to move the cursor on the slider; and so instead of the mouse, we would like for our participants to have the possibility to move from right to left using those keys.&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font color="#0433ff" class=""&gt;3.How could we change the color of the slider and cursor into black? Our experiment’s screencolor is black, and &amp;nbsp;I was able to change the labels as well as the text to white, except for the slider itself.&amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font color="#0433ff" class=""&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font color="#0433ff" class=""&gt;&lt;br/&gt;&lt;/font&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(33, 33, 33); font-family: wf_segoe-ui_normal, &amp;quot;Segoe UI&amp;quot;, &amp;quot;Segoe WP&amp;quot;, Tahoma, Arial, sans-serif, serif, EmojiFont; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;font color="#0433ff" class=""&gt;Thank you so much Dave, your help is much appreciated!&lt;/font&gt;&lt;/div&gt;</description><pubDate>Sat, 10 Jun 2017 07:58:50 GMT</pubDate><dc:creator>Gaurav Krishnamoorthy</dc:creator></item><item><title>RE: Help with test</title><link>https://forums.millisecond.com/Topic21754.aspx</link><description>&lt;div data-id="21750" class="if-quote-wrapper" unselectable="on" data-guid="1496332532812"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21750" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21750" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21750" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Gaurav Krishnamoorthy - Thursday, June 1, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21750"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="21735" class="if-quote-wrapper" unselectable="on" data-guid="1496332532812"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21735" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21735" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21735" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, May 31, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21735"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="21733" class="if-quote-wrapper" unselectable="on" data-guid="1496332532812"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21733" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21733" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21733" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Gaurav Krishnamoorthy - Wednesday, May 31, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21733"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="21710" class="if-quote-wrapper" unselectable="on" data-guid="1496332532812"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21710" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21710" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21710" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, May 29, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21710"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="21709" class="if-quote-wrapper" unselectable="on" data-guid="1496332532812"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21709" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21709" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21709" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Gaurav Krishnamoorthy - Monday, May 29, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21709"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Hi,&lt;/span&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;We are having 2 issues regarding our test and we would like some help on resolving them. &amp;nbsp;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;1-We are encountering a problem regarding response times of each trial. As soon as the participant answers, the trial ends abruptly and is succeeded immediately by the next trial. We don't want the next trial to start immediately after response, but rather we want it to start after each specific timeframe as indicated by the trial's specific "timeout".&amp;nbsp;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;2-We are also experiencing issues regarding the registered answers from participants. We want our test to take the first response only, and disregarding the possibility of other additional response inputs by participants.&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Here is a sample of how we coded our trials. Thanks!&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;...&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;div class=""&gt;&amp;lt;trial b1&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b1;1000=b0]&lt;/div&gt;&lt;div class=""&gt;/inputdevice=keyboard&lt;/div&gt;&lt;div class=""&gt;/correctresponse=("a")&lt;/div&gt;&lt;div class=""&gt;/validresponse = ("a","l")&lt;/div&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;/div&gt;&lt;div class=""&gt;/timeout=2100&lt;/div&gt;&lt;div class=""&gt;/ recorddata = true&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.correct) values.earnings1 +=0.5]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error) values.errorcounter1 +=1]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error) values.losses1 +=0]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error &amp;amp;&amp;amp; values.errorcounter1 &amp;gt; 1) values.losses1 -= 0.5]&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;div class=""&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class=""&gt;&amp;lt;trial b2&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b2;1000=b0]&lt;/div&gt;&lt;div class=""&gt;/inputdevice=keyboard&lt;/div&gt;&lt;div class=""&gt;/correctresponse=("l")&lt;/div&gt;&lt;div class=""&gt;/validresponse = ("a","l")&lt;/div&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;/div&gt;&lt;div class=""&gt;/timeout=2700&lt;/div&gt;&lt;div class=""&gt;/ recorddata = true&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.correct) values.earnings1 +=0.5]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error) values.errorcounter1 +=1]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error) values.losses1 +=0]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error &amp;amp;&amp;amp; values.errorcounter1 &amp;gt; 1) values.losses1 -= 0.5]&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;div class=""&gt;&amp;lt;values &amp;gt;&lt;/div&gt;&lt;div class=""&gt;/earnings1=0&lt;/div&gt;&lt;div class=""&gt;/losses1=0&lt;/div&gt;&lt;div class=""&gt;/errorcounter1=0&lt;/div&gt;&lt;div class=""&gt;&amp;lt;/values&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;...&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Thank you for your help!&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21709"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;1) /timeout specifies the *maximum* trial duration, i.e. the trial is *supposed* to end earlier if a response occurs prior to the timeout ending. &lt;br/&gt;If you want a *fixed* duration, use /trialduration, not /timeout.&lt;br/&gt;&lt;br/&gt;2) I don't understand issue #2. A &amp;lt;trial&amp;gt; -- by default -- only accepts one response. There is nothing in your code that would make the &amp;lt;trial&amp;gt; accept any additional response after the 1st one has occurred.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21710"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Thank you very much Dave, your answers are very helpful. In regards to Answer #1, we did change timeout for trialduration to make sure the timing is fixed.&amp;nbsp;We coded the trial b1, so that b1 (the image a letter) would appear at 500ms and coded the trial b0 (blank image) so it appears at 1000ms. The end result of these two stimuli, is that the letter image (b1) appears at 500ms and disappears at 1000ms.&amp;nbsp;Our initial concern is the timing between trials. We noticed that when participants respond to the stimuli (image letter) before it fades out at 1000ms the next trial appears right away (even though I changed it to "trialduration"), it does not wait until the actual timing of the entire trial ends.&amp;nbsp;Do you have any suggestions on how we could change this fact? We don’t mind when the participant responds to the trials but we do care, on keeping fixed timings of the trials, so that whenever the participant answers it does not automatically skip to the next trial.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Thank you for all your help,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21733"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Again: To fix the duration of a &amp;lt;trial&amp;gt;, use /trialduration.&lt;br/&gt;&lt;br/&gt;Display of stimuli by the trial is a different issue.&amp;nbsp; If you have&lt;br/&gt;&lt;br/&gt;&lt;div class=""&gt;&amp;lt;trial b2&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b2;1000=b0]&lt;/div&gt;...&lt;br/&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;and a response occurs prior to b0, the stimulus presentation sequence will terminate. The trial will *still* last as long as specified in /trialduration.&lt;br/&gt;&lt;br/&gt;If, in addition, you want the trial to *complete* its stimulus presentation sequence *despite* a response having already occurred, you need to make use of the /responseinterrupt attribute:&lt;br/&gt;&lt;br/&gt;&lt;div class=""&gt;&amp;lt;trial b2&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b2;1000=b0]&lt;/div&gt;...&lt;br/&gt;/beginresponsetime=0&lt;br/&gt;/ responseinterrupt = frames&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21735"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Hey Dave&amp;nbsp;&lt;br/&gt;Thank you so much Dave! I have tried to incorporate " /responseinterrupt=frames “, but it didn’t change the fact that the trial didn’t complete its stimulus presentation sequence “despite” a response having already occurred before b0.&amp;nbsp;Any suggestions?&amp;nbsp;&lt;br/&gt;Thanks so much&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21750"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;With /responseinterrupt=frames, the &amp;lt;trial&amp;gt; will display "b0" -- i.e. complete the presentation -- even if a response already occurred *prior* to b0. That's what it's supposed to do. If -- in addition -- you want b0 to remain on-screen for the entire duration of the trial, you need to make use of the stimulus' /erase attribute:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial b2&amp;gt; &lt;br/&gt;/stimulustimes = [0=clearscreen; 500=b2; 1000=b0]&lt;br/&gt;/inputdevice=keyboard&lt;br/&gt;/correctresponse=("l")&lt;br/&gt;/validresponse = ("a","l")&lt;br/&gt;/beginresponsetime=0&lt;br/&gt;/trialduration=2700&lt;br/&gt;/ recorddata = true&lt;br/&gt;/ responseinterrupt = trial&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text b2&amp;gt;&lt;br/&gt;/ items = ("b2")&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;text b0&amp;gt;&lt;br/&gt;/ items = ("b0")&lt;br/&gt;/ erase = false&lt;br/&gt;&amp;lt;/text&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;block myblock&amp;gt;&lt;br/&gt;/ trials = [1-5 = b2]&lt;br/&gt;&amp;lt;/block&amp;gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Thu, 01 Jun 2017 09:02:32 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Help with test</title><link>https://forums.millisecond.com/Topic21750.aspx</link><description>&lt;div data-id="21735" class="if-quote-wrapper" unselectable="on" data-guid="1496317608074"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21735" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21735" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21735" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, May 31, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21735"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="21733" class="if-quote-wrapper" unselectable="on" data-guid="1496317608074"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21733" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21733" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21733" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Gaurav Krishnamoorthy - Wednesday, May 31, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21733"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="21710" class="if-quote-wrapper" unselectable="on" data-guid="1496317608074"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21710" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21710" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21710" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, May 29, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21710"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="21709" class="if-quote-wrapper" unselectable="on" data-guid="1496317608074"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21709" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21709" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21709" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Gaurav Krishnamoorthy - Monday, May 29, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21709"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Hi,&lt;/span&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;We are having 2 issues regarding our test and we would like some help on resolving them. &amp;nbsp;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;1-We are encountering a problem regarding response times of each trial. As soon as the participant answers, the trial ends abruptly and is succeeded immediately by the next trial. We don't want the next trial to start immediately after response, but rather we want it to start after each specific timeframe as indicated by the trial's specific "timeout".&amp;nbsp;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;2-We are also experiencing issues regarding the registered answers from participants. We want our test to take the first response only, and disregarding the possibility of other additional response inputs by participants.&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Here is a sample of how we coded our trials. Thanks!&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;...&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;div class=""&gt;&amp;lt;trial b1&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b1;1000=b0]&lt;/div&gt;&lt;div class=""&gt;/inputdevice=keyboard&lt;/div&gt;&lt;div class=""&gt;/correctresponse=("a")&lt;/div&gt;&lt;div class=""&gt;/validresponse = ("a","l")&lt;/div&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;/div&gt;&lt;div class=""&gt;/timeout=2100&lt;/div&gt;&lt;div class=""&gt;/ recorddata = true&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.correct) values.earnings1 +=0.5]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error) values.errorcounter1 +=1]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error) values.losses1 +=0]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error &amp;amp;&amp;amp; values.errorcounter1 &amp;gt; 1) values.losses1 -= 0.5]&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;div class=""&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class=""&gt;&amp;lt;trial b2&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b2;1000=b0]&lt;/div&gt;&lt;div class=""&gt;/inputdevice=keyboard&lt;/div&gt;&lt;div class=""&gt;/correctresponse=("l")&lt;/div&gt;&lt;div class=""&gt;/validresponse = ("a","l")&lt;/div&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;/div&gt;&lt;div class=""&gt;/timeout=2700&lt;/div&gt;&lt;div class=""&gt;/ recorddata = true&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.correct) values.earnings1 +=0.5]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error) values.errorcounter1 +=1]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error) values.losses1 +=0]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error &amp;amp;&amp;amp; values.errorcounter1 &amp;gt; 1) values.losses1 -= 0.5]&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;div class=""&gt;&amp;lt;values &amp;gt;&lt;/div&gt;&lt;div class=""&gt;/earnings1=0&lt;/div&gt;&lt;div class=""&gt;/losses1=0&lt;/div&gt;&lt;div class=""&gt;/errorcounter1=0&lt;/div&gt;&lt;div class=""&gt;&amp;lt;/values&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;...&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Thank you for your help!&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21709"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;1) /timeout specifies the *maximum* trial duration, i.e. the trial is *supposed* to end earlier if a response occurs prior to the timeout ending. &lt;br/&gt;If you want a *fixed* duration, use /trialduration, not /timeout.&lt;br/&gt;&lt;br/&gt;2) I don't understand issue #2. A &amp;lt;trial&amp;gt; -- by default -- only accepts one response. There is nothing in your code that would make the &amp;lt;trial&amp;gt; accept any additional response after the 1st one has occurred.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21710"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Thank you very much Dave, your answers are very helpful. In regards to Answer #1, we did change timeout for trialduration to make sure the timing is fixed.&amp;nbsp;We coded the trial b1, so that b1 (the image a letter) would appear at 500ms and coded the trial b0 (blank image) so it appears at 1000ms. The end result of these two stimuli, is that the letter image (b1) appears at 500ms and disappears at 1000ms.&amp;nbsp;Our initial concern is the timing between trials. We noticed that when participants respond to the stimuli (image letter) before it fades out at 1000ms the next trial appears right away (even though I changed it to "trialduration"), it does not wait until the actual timing of the entire trial ends.&amp;nbsp;Do you have any suggestions on how we could change this fact? We don’t mind when the participant responds to the trials but we do care, on keeping fixed timings of the trials, so that whenever the participant answers it does not automatically skip to the next trial.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Thank you for all your help,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21733"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Again: To fix the duration of a &amp;lt;trial&amp;gt;, use /trialduration.&lt;br/&gt;&lt;br/&gt;Display of stimuli by the trial is a different issue.&amp;nbsp; If you have&lt;br/&gt;&lt;br/&gt;&lt;div class=""&gt;&amp;lt;trial b2&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b2;1000=b0]&lt;/div&gt;...&lt;br/&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;and a response occurs prior to b0, the stimulus presentation sequence will terminate. The trial will *still* last as long as specified in /trialduration.&lt;br/&gt;&lt;br/&gt;If, in addition, you want the trial to *complete* its stimulus presentation sequence *despite* a response having already occurred, you need to make use of the /responseinterrupt attribute:&lt;br/&gt;&lt;br/&gt;&lt;div class=""&gt;&amp;lt;trial b2&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b2;1000=b0]&lt;/div&gt;...&lt;br/&gt;/beginresponsetime=0&lt;br/&gt;/ responseinterrupt = frames&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21735"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Hey Dave&amp;nbsp;&lt;br/&gt;Thank you so much Dave! I have tried to incorporate " /responseinterrupt=frames “, but it didn’t change the fact that the trial didn’t complete its stimulus presentation sequence “despite” a response having already occurred before b0.&amp;nbsp;Any suggestions?&amp;nbsp;&lt;br/&gt;Thanks so much&lt;br/&gt;</description><pubDate>Thu, 01 Jun 2017 04:47:00 GMT</pubDate><dc:creator>Gaurav Krishnamoorthy</dc:creator></item><item><title>RE: Help with test</title><link>https://forums.millisecond.com/Topic21735.aspx</link><description>&lt;div data-id="21733" class="if-quote-wrapper" unselectable="on" data-guid="1496246120753"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21733" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21733" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21733" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Gaurav Krishnamoorthy - Wednesday, May 31, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21733"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="21710" class="if-quote-wrapper" unselectable="on" data-guid="1496246120753"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21710" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21710" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21710" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, May 29, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21710"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="21709" class="if-quote-wrapper" unselectable="on" data-guid="1496246120753"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21709" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21709" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21709" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Gaurav Krishnamoorthy - Monday, May 29, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21709"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Hi,&lt;/span&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;We are having 2 issues regarding our test and we would like some help on resolving them. &amp;nbsp;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;1-We are encountering a problem regarding response times of each trial. As soon as the participant answers, the trial ends abruptly and is succeeded immediately by the next trial. We don't want the next trial to start immediately after response, but rather we want it to start after each specific timeframe as indicated by the trial's specific "timeout".&amp;nbsp;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;2-We are also experiencing issues regarding the registered answers from participants. We want our test to take the first response only, and disregarding the possibility of other additional response inputs by participants.&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Here is a sample of how we coded our trials. Thanks!&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;...&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;div class=""&gt;&amp;lt;trial b1&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b1;1000=b0]&lt;/div&gt;&lt;div class=""&gt;/inputdevice=keyboard&lt;/div&gt;&lt;div class=""&gt;/correctresponse=("a")&lt;/div&gt;&lt;div class=""&gt;/validresponse = ("a","l")&lt;/div&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;/div&gt;&lt;div class=""&gt;/timeout=2100&lt;/div&gt;&lt;div class=""&gt;/ recorddata = true&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.correct) values.earnings1 +=0.5]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error) values.errorcounter1 +=1]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error) values.losses1 +=0]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error &amp;amp;&amp;amp; values.errorcounter1 &amp;gt; 1) values.losses1 -= 0.5]&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;div class=""&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class=""&gt;&amp;lt;trial b2&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b2;1000=b0]&lt;/div&gt;&lt;div class=""&gt;/inputdevice=keyboard&lt;/div&gt;&lt;div class=""&gt;/correctresponse=("l")&lt;/div&gt;&lt;div class=""&gt;/validresponse = ("a","l")&lt;/div&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;/div&gt;&lt;div class=""&gt;/timeout=2700&lt;/div&gt;&lt;div class=""&gt;/ recorddata = true&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.correct) values.earnings1 +=0.5]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error) values.errorcounter1 +=1]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error) values.losses1 +=0]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error &amp;amp;&amp;amp; values.errorcounter1 &amp;gt; 1) values.losses1 -= 0.5]&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;div class=""&gt;&amp;lt;values &amp;gt;&lt;/div&gt;&lt;div class=""&gt;/earnings1=0&lt;/div&gt;&lt;div class=""&gt;/losses1=0&lt;/div&gt;&lt;div class=""&gt;/errorcounter1=0&lt;/div&gt;&lt;div class=""&gt;&amp;lt;/values&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;...&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Thank you for your help!&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21709"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;1) /timeout specifies the *maximum* trial duration, i.e. the trial is *supposed* to end earlier if a response occurs prior to the timeout ending. &lt;br/&gt;If you want a *fixed* duration, use /trialduration, not /timeout.&lt;br/&gt;&lt;br/&gt;2) I don't understand issue #2. A &amp;lt;trial&amp;gt; -- by default -- only accepts one response. There is nothing in your code that would make the &amp;lt;trial&amp;gt; accept any additional response after the 1st one has occurred.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21710"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Thank you very much Dave, your answers are very helpful. In regards to Answer #1, we did change timeout for trialduration to make sure the timing is fixed.&amp;nbsp;We coded the trial b1, so that b1 (the image a letter) would appear at 500ms and coded the trial b0 (blank image) so it appears at 1000ms. The end result of these two stimuli, is that the letter image (b1) appears at 500ms and disappears at 1000ms.&amp;nbsp;Our initial concern is the timing between trials. We noticed that when participants respond to the stimuli (image letter) before it fades out at 1000ms the next trial appears right away (even though I changed it to "trialduration"), it does not wait until the actual timing of the entire trial ends.&amp;nbsp;Do you have any suggestions on how we could change this fact? We don’t mind when the participant responds to the trials but we do care, on keeping fixed timings of the trials, so that whenever the participant answers it does not automatically skip to the next trial.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Thank you for all your help,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21733"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Again: To fix the duration of a &amp;lt;trial&amp;gt;, use /trialduration.&lt;br/&gt;&lt;br/&gt;Display of stimuli by the trial is a different issue.&amp;nbsp; If you have&lt;br/&gt;&lt;br/&gt;&lt;div class=""&gt;&amp;lt;trial b2&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b2;1000=b0]&lt;/div&gt;...&lt;br/&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;and a response occurs prior to b0, the stimulus presentation sequence will terminate. The trial will *still* last as long as specified in /trialduration.&lt;br/&gt;&lt;br/&gt;If, in addition, you want the trial to *complete* its stimulus presentation sequence *despite* a response having already occurred, you need to make use of the /responseinterrupt attribute:&lt;br/&gt;&lt;br/&gt;&lt;div class=""&gt;&amp;lt;trial b2&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b2;1000=b0]&lt;/div&gt;...&lt;br/&gt;/beginresponsetime=0&lt;br/&gt;/ responseinterrupt = frames&lt;br/&gt;...&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;/div&gt;</description><pubDate>Wed, 31 May 2017 08:59:21 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: Help with test</title><link>https://forums.millisecond.com/Topic21733.aspx</link><description>&lt;div data-id="21710" class="if-quote-wrapper" unselectable="on" data-guid="1496239650720"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21710" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21710" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21710" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, May 29, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21710"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="21709" class="if-quote-wrapper" unselectable="on" data-guid="1496239650720"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21709" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21709" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21709" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Gaurav Krishnamoorthy - Monday, May 29, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21709"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Hi,&lt;/span&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;We are having 2 issues regarding our test and we would like some help on resolving them. &amp;nbsp;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;1-We are encountering a problem regarding response times of each trial. As soon as the participant answers, the trial ends abruptly and is succeeded immediately by the next trial. We don't want the next trial to start immediately after response, but rather we want it to start after each specific timeframe as indicated by the trial's specific "timeout".&amp;nbsp;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;2-We are also experiencing issues regarding the registered answers from participants. We want our test to take the first response only, and disregarding the possibility of other additional response inputs by participants.&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Here is a sample of how we coded our trials. Thanks!&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;...&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;div class=""&gt;&amp;lt;trial b1&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b1;1000=b0]&lt;/div&gt;&lt;div class=""&gt;/inputdevice=keyboard&lt;/div&gt;&lt;div class=""&gt;/correctresponse=("a")&lt;/div&gt;&lt;div class=""&gt;/validresponse = ("a","l")&lt;/div&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;/div&gt;&lt;div class=""&gt;/timeout=2100&lt;/div&gt;&lt;div class=""&gt;/ recorddata = true&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.correct) values.earnings1 +=0.5]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error) values.errorcounter1 +=1]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error) values.losses1 +=0]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error &amp;amp;&amp;amp; values.errorcounter1 &amp;gt; 1) values.losses1 -= 0.5]&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;div class=""&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class=""&gt;&amp;lt;trial b2&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b2;1000=b0]&lt;/div&gt;&lt;div class=""&gt;/inputdevice=keyboard&lt;/div&gt;&lt;div class=""&gt;/correctresponse=("l")&lt;/div&gt;&lt;div class=""&gt;/validresponse = ("a","l")&lt;/div&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;/div&gt;&lt;div class=""&gt;/timeout=2700&lt;/div&gt;&lt;div class=""&gt;/ recorddata = true&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.correct) values.earnings1 +=0.5]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error) values.errorcounter1 +=1]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error) values.losses1 +=0]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error &amp;amp;&amp;amp; values.errorcounter1 &amp;gt; 1) values.losses1 -= 0.5]&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;div class=""&gt;&amp;lt;values &amp;gt;&lt;/div&gt;&lt;div class=""&gt;/earnings1=0&lt;/div&gt;&lt;div class=""&gt;/losses1=0&lt;/div&gt;&lt;div class=""&gt;/errorcounter1=0&lt;/div&gt;&lt;div class=""&gt;&amp;lt;/values&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;...&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Thank you for your help!&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21709"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;1) /timeout specifies the *maximum* trial duration, i.e. the trial is *supposed* to end earlier if a response occurs prior to the timeout ending. &lt;br/&gt;If you want a *fixed* duration, use /trialduration, not /timeout.&lt;br/&gt;&lt;br/&gt;2) I don't understand issue #2. A &amp;lt;trial&amp;gt; -- by default -- only accepts one response. There is nothing in your code that would make the &amp;lt;trial&amp;gt; accept any additional response after the 1st one has occurred.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21710"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Thank you very much Dave, your answers are very helpful. In regards to Answer #1, we did change timeout for trialduration to make sure the timing is fixed.&amp;nbsp;We coded the trial b1, so that b1 (the image a letter) would appear at 500ms and coded the trial b0 (blank image) so it appears at 1000ms. The end result of these two stimuli, is that the letter image (b1) appears at 500ms and disappears at 1000ms.&amp;nbsp;Our initial concern is the timing between trials. We noticed that when participants respond to the stimuli (image letter) before it fades out at 1000ms the next trial appears right away (even though I changed it to "trialduration"), it does not wait until the actual timing of the entire trial ends.&amp;nbsp;Do you have any suggestions on how we could change this fact? We don’t mind when the participant responds to the trials but we do care, on keeping fixed timings of the trials, so that whenever the participant answers it does not automatically skip to the next trial.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Thank you for all your help,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Wed, 31 May 2017 07:07:47 GMT</pubDate><dc:creator>Gaurav Krishnamoorthy</dc:creator></item><item><title>RE: Help with test</title><link>https://forums.millisecond.com/Topic21712.aspx</link><description>&lt;div data-id="21710" class="if-quote-wrapper" unselectable="on" data-guid="1496100615124"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21710" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21710" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21710" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Monday, May 29, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21710"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="21709" class="if-quote-wrapper" unselectable="on" data-guid="1496100615124"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21709" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21709" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21709" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Gaurav Krishnamoorthy - Monday, May 29, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21709"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Hi,&lt;/span&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;We are having 2 issues regarding our test and we would like some help on resolving them. &amp;nbsp;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;1-We are encountering a problem regarding response times of each trial. As soon as the participant answers, the trial ends abruptly and is succeeded immediately by the next trial. We don't want the next trial to start immediately after response, but rather we want it to start after each specific timeframe as indicated by the trial's specific "timeout".&amp;nbsp;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;2-We are also experiencing issues regarding the registered answers from participants. We want our test to take the first response only, and disregarding the possibility of other additional response inputs by participants.&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Here is a sample of how we coded our trials. Thanks!&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;...&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;div class=""&gt;&amp;lt;trial b1&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b1;1000=b0]&lt;/div&gt;&lt;div class=""&gt;/inputdevice=keyboard&lt;/div&gt;&lt;div class=""&gt;/correctresponse=("a")&lt;/div&gt;&lt;div class=""&gt;/validresponse = ("a","l")&lt;/div&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;/div&gt;&lt;div class=""&gt;/timeout=2100&lt;/div&gt;&lt;div class=""&gt;/ recorddata = true&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.correct) values.earnings1 +=0.5]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error) values.errorcounter1 +=1]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error) values.losses1 +=0]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error &amp;amp;&amp;amp; values.errorcounter1 &amp;gt; 1) values.losses1 -= 0.5]&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;div class=""&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class=""&gt;&amp;lt;trial b2&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b2;1000=b0]&lt;/div&gt;&lt;div class=""&gt;/inputdevice=keyboard&lt;/div&gt;&lt;div class=""&gt;/correctresponse=("l")&lt;/div&gt;&lt;div class=""&gt;/validresponse = ("a","l")&lt;/div&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;/div&gt;&lt;div class=""&gt;/timeout=2700&lt;/div&gt;&lt;div class=""&gt;/ recorddata = true&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.correct) values.earnings1 +=0.5]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error) values.errorcounter1 +=1]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error) values.losses1 +=0]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error &amp;amp;&amp;amp; values.errorcounter1 &amp;gt; 1) values.losses1 -= 0.5]&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;div class=""&gt;&amp;lt;values &amp;gt;&lt;/div&gt;&lt;div class=""&gt;/earnings1=0&lt;/div&gt;&lt;div class=""&gt;/losses1=0&lt;/div&gt;&lt;div class=""&gt;/errorcounter1=0&lt;/div&gt;&lt;div class=""&gt;&amp;lt;/values&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;...&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Thank you for your help!&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21709"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;1) /timeout specifies the *maximum* trial duration, i.e. the trial is *supposed* to end earlier if a response occurs prior to the timeout ending. &lt;br/&gt;If you want a *fixed* duration, use /trialduration, not /timeout.&lt;br/&gt;&lt;br/&gt;2) I don't understand issue #2. A &amp;lt;trial&amp;gt; -- by default -- only accepts one response. There is nothing in your code that would make the &amp;lt;trial&amp;gt; accept any additional response after the 1st one has occurred.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21710"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;Thank you so much Dave.&amp;nbsp;&lt;br/&gt;We thought as much for #2. Just wanted to make sure as there was some uncertainty.&amp;nbsp;</description><pubDate>Mon, 29 May 2017 16:30:59 GMT</pubDate><dc:creator>Gaurav Krishnamoorthy</dc:creator></item><item><title>RE: Help with test</title><link>https://forums.millisecond.com/Topic21710.aspx</link><description>&lt;div data-id="21709" class="if-quote-wrapper" unselectable="on" data-guid="1496100016670"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="21709" title="Move Cursor Below" contenteditable="false"&gt;&lt;span unselectable="on"&gt;+&lt;/span&gt;&lt;/a&gt;&lt;a class="quote-delete" unselectable="on" style="display: none;" href="#" data-id="21709" title="Delete Quote" contenteditable="false"&gt;&lt;span unselectable="on"&gt;x&lt;/span&gt;&lt;/a&gt;&lt;span unselectable="on" class="quote-markup"&gt;[quote]&lt;/span&gt;&lt;div unselectable="on" class="if-quote-header" contenteditable="false"&gt;&lt;div unselectable="on" class="if-quote-toggle-wrapper"&gt;&lt;a class="if-quote-toggle quote-link" href="#" data-id="21709" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Gaurav Krishnamoorthy - Monday, May 29, 2017&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-21709"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Hi,&lt;/span&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;We are having 2 issues regarding our test and we would like some help on resolving them. &amp;nbsp;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;1-We are encountering a problem regarding response times of each trial. As soon as the participant answers, the trial ends abruptly and is succeeded immediately by the next trial. We don't want the next trial to start immediately after response, but rather we want it to start after each specific timeframe as indicated by the trial's specific "timeout".&amp;nbsp;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;2-We are also experiencing issues regarding the registered answers from participants. We want our test to take the first response only, and disregarding the possibility of other additional response inputs by participants.&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Here is a sample of how we coded our trials. Thanks!&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;...&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;div class=""&gt;&amp;lt;trial b1&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b1;1000=b0]&lt;/div&gt;&lt;div class=""&gt;/inputdevice=keyboard&lt;/div&gt;&lt;div class=""&gt;/correctresponse=("a")&lt;/div&gt;&lt;div class=""&gt;/validresponse = ("a","l")&lt;/div&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;/div&gt;&lt;div class=""&gt;/timeout=2100&lt;/div&gt;&lt;div class=""&gt;/ recorddata = true&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.correct) values.earnings1 +=0.5]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error) values.errorcounter1 +=1]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error) values.losses1 +=0]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b1.error &amp;amp;&amp;amp; values.errorcounter1 &amp;gt; 1) values.losses1 -= 0.5]&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;div class=""&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class=""&gt;&amp;lt;trial b2&amp;gt;&amp;nbsp;&lt;/div&gt;&lt;div class=""&gt;/ stimulustimes = [500=b2;1000=b0]&lt;/div&gt;&lt;div class=""&gt;/inputdevice=keyboard&lt;/div&gt;&lt;div class=""&gt;/correctresponse=("l")&lt;/div&gt;&lt;div class=""&gt;/validresponse = ("a","l")&lt;/div&gt;&lt;div class=""&gt;/beginresponsetime=0&lt;/div&gt;&lt;div class=""&gt;/timeout=2700&lt;/div&gt;&lt;div class=""&gt;/ recorddata = true&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.correct) values.earnings1 +=0.5]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error) values.errorcounter1 +=1]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error) values.losses1 +=0]&lt;/div&gt;&lt;div class=""&gt;/ ontrialend = [ if (trial.b2.error &amp;amp;&amp;amp; values.errorcounter1 &amp;gt; 1) values.losses1 -= 0.5]&amp;lt;/trial&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;&lt;div class=""&gt;&amp;lt;values &amp;gt;&lt;/div&gt;&lt;div class=""&gt;/earnings1=0&lt;/div&gt;&lt;div class=""&gt;/losses1=0&lt;/div&gt;&lt;div class=""&gt;/errorcounter1=0&lt;/div&gt;&lt;div class=""&gt;&amp;lt;/values&amp;gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;...&lt;/div&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;br/&gt;&lt;/div&gt;&lt;div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;span class="" style="color: rgb(34, 34, 34); font-family: arial, sans-serif; background-color: rgb(255, 255, 255);"&gt;Thank you for your help!&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="21709"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/div&gt;&lt;br/&gt;1) /timeout specifies the *maximum* trial duration, i.e. the trial is *supposed* to end earlier if a response occurs prior to the timeout ending. &lt;br/&gt;If you want a *fixed* duration, use /trialduration, not /timeout.&lt;br/&gt;&lt;br/&gt;2) I don't understand issue #2. A &amp;lt;trial&amp;gt; -- by default -- only accepts one response. There is nothing in your code that would make the &amp;lt;trial&amp;gt; accept any additional response after the 1st one has occurred.&lt;br/&gt;</description><pubDate>Mon, 29 May 2017 16:23:22 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>