﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 4  » Subjects timing out in Heats and Flowers Task</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Fri, 25 Sep 2026 16:32:14 GMT</lastBuildDate><ttl>20</ttl><item><title>Subjects timing out in Heats and Flowers Task</title><link>https://forums.millisecond.com/Topic20070.aspx</link><description>Hello,&lt;br/&gt;&lt;br/&gt;I have programmed a Hearts and Flowers task, and I am concerned about participant inaccuracy due to lack of response stemming from my programming. Literature says that accuracy on these trials should be about 80% when the response window is 750ms, and we are seeing accuracies of about 60% instead.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;There should be a 500ms pre-trial pause, a 500ms fixation cross, a 500ms blank screen, and then 750ms stimulus display ("Right")/response &amp;#119;indow.&lt;br/&gt;values.respwindow is set to 750.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Here is my code.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial CongRight&amp;gt;&lt;br/&gt;/ontrialbegin = [picture.Right.setitem(picture.heart.currentitem, 1); if (expt.heartsflowers.currentblocknumber != 5) values.score = 0]&lt;br/&gt;/stimulustimes = [1 = fixation; 500 = nofix; 1000 = Right]&lt;br/&gt;/ beginresponsetime = 1000&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ validresponse = ("q", "p", noresponse)&lt;br/&gt;/correctresponse = ("p")&lt;br/&gt;/timeout = 1500 + values.respwindow&lt;br/&gt;/pretrialpause = 500&lt;br/&gt;/ontrialend = [if (trial.congright.correct) values.score = (values.score + 1)]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;The data reflect too many instances of individuals hitting the cap of 750ms response time and missing the trial. Did I do something like use beginresponsetime or timeout incorrectly?&lt;br/&gt;&lt;br/&gt;Thank you for your help.</description><pubDate>Wed, 09 Nov 2016 09:53:37 GMT</pubDate><dc:creator>ramzadragoon</dc:creator></item><item><title>RE: Subjects timing out in Heats and Flowers Task</title><link>https://forums.millisecond.com/Topic20073.aspx</link><description>&lt;div data-id="20071" class="if-quote-wrapper" unselectable="on" data-guid="1478713982713"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20071" 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="20071" 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="20071" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Dave - Wednesday, November 09, 2016&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-20071"&gt;&lt;div class="if-quote-message-margin"&gt;&lt;div data-id="20070" class="if-quote-wrapper" unselectable="on" data-guid="1478713982713"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20070" 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="20070" 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="20070" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;ramzadragoon - Wednesday, November 09, 2016&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-20070"&gt;&lt;div class="if-quote-message-margin"&gt;Hello,&lt;br/&gt;&lt;br/&gt;I have programmed a Hearts and Flowers task, and I am concerned about participant inaccuracy due to lack of response stemming from my programming. Literature says that accuracy on these trials should be about 80% when the response window is 750ms, and we are seeing accuracies of about 60% instead.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;There should be a 500ms pre-trial pause, a 500ms fixation cross, a 500ms blank screen, and then 750ms stimulus display ("Right")/response &amp;#119;indow.&lt;br/&gt;values.respwindow is set to 750.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Here is my code.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial CongRight&amp;gt;&lt;br/&gt;/ontrialbegin = [picture.Right.setitem(picture.heart.currentitem, 1); if (expt.heartsflowers.currentblocknumber != 5) values.score = 0]&lt;br/&gt;/stimulustimes = [1 = fixation; 500 = nofix; 1000 = Right]&lt;br/&gt;/ beginresponsetime = 1000&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ validresponse = ("q", "p", noresponse)&lt;br/&gt;/correctresponse = ("p")&lt;br/&gt;/timeout = 1500 + values.respwindow&lt;br/&gt;/pretrialpause = 500&lt;br/&gt;/ontrialend = [if (trial.congright.correct) values.score = (values.score + 1)]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;The data reflect too many instances of individuals hitting the cap of 750ms response time and missing the trial. Did I do something like use beginresponsetime or timeout incorrectly?&lt;br/&gt;&lt;br/&gt;Thank you for your help.&lt;a class="if-quote-goto quote-link" href="#" data-id="20070"&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;Your code is correct. Participants have a total of 750ms to respond once the "Right" stimulus appears on-screen. Assuming the other relevant &amp;lt;trial&amp;gt; elements are set up identically, the data you are seeing reflects actual participant (under)performance and is not an artifact of some programming mistake.&lt;br/&gt;&lt;a class="if-quote-goto quote-link" href="#" data-id="20071"&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;What a relief! Thank you so much for your quick response!</description><pubDate>Wed, 09 Nov 2016 09:53:37 GMT</pubDate><dc:creator>ramzadragoon</dc:creator></item><item><title>RE: Subjects timing out in Heats and Flowers Task</title><link>https://forums.millisecond.com/Topic20071.aspx</link><description>&lt;div data-id="20070" class="if-quote-wrapper" unselectable="on" data-guid="1478708292596"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="20070" 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="20070" 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="20070" title=" "&gt;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;ramzadragoon - Wednesday, November 09, 2016&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-20070"&gt;&lt;div class="if-quote-message-margin"&gt;Hello,&lt;br/&gt;&lt;br/&gt;I have programmed a Hearts and Flowers task, and I am concerned about participant inaccuracy due to lack of response stemming from my programming. Literature says that accuracy on these trials should be about 80% when the response window is 750ms, and we are seeing accuracies of about 60% instead.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;There should be a 500ms pre-trial pause, a 500ms fixation cross, a 500ms blank screen, and then 750ms stimulus display ("Right")/response window.&lt;br/&gt;values.respwindow is set to 750.&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;Here is my code.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&amp;lt;trial CongRight&amp;gt;&lt;br/&gt;/ontrialbegin = [picture.Right.setitem(picture.heart.currentitem, 1); if (expt.heartsflowers.currentblocknumber != 5) values.score = 0]&lt;br/&gt;/stimulustimes = [1 = fixation; 500 = nofix; 1000 = Right]&lt;br/&gt;/ beginresponsetime = 1000&lt;br/&gt;/ inputdevice = keyboard&lt;br/&gt;/ validresponse = ("q", "p", noresponse)&lt;br/&gt;/correctresponse = ("p")&lt;br/&gt;/timeout = 1500 + values.respwindow&lt;br/&gt;/pretrialpause = 500&lt;br/&gt;/ontrialend = [if (trial.congright.correct) values.score = (values.score + 1)]&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;The data reflect too many instances of individuals hitting the cap of 750ms response time and missing the trial. Did I do something like use beginresponsetime or timeout incorrectly?&lt;br/&gt;&lt;br/&gt;Thank you for your help.&lt;a class="if-quote-goto quote-link" href="#" data-id="20070"&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;Your code is correct. Participants have a total of 750ms to respond once the "Right" stimulus appears on-screen. Assuming the other relevant &amp;lt;trial&amp;gt; elements are set up identically, the data you are seeing reflects actual participant (under)performance and is not an artifact of some programming mistake.&lt;br/&gt;</description><pubDate>Wed, 09 Nov 2016 08:22:35 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>