﻿<?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  » Recording Responses Following Removal of Stimulus</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 15 Sep 2026 23:41:03 GMT</lastBuildDate><ttl>20</ttl><item><title>Recording Responses Following Removal of Stimulus</title><link>https://forums.millisecond.com/Topic30753.aspx</link><description>Hello,&lt;br/&gt;I've created a task whereby each trial is presented for 2500ms. As it currently is, if participants do not make a response in that time, the latency is recorded as being 2500ms. I'm hoping to record response latency even after the trial has ended (i.e., during the post-trial pause) - for example, if a participant recognises the stimuli once it has been erased and makes a response, I want to know what the latency of that response is.&amp;nbsp; &lt;br/&gt;&lt;br/&gt;I hope that makes sense. Any advice would be greatly appreciated. I have copied some of the script below if that's of any help.&lt;br/&gt;&lt;br/&gt;&amp;lt;trial familiarity_negative&amp;gt; &lt;br/&gt;/ stimulustimes = [0=fixation; 500=familiarity_negative; keyreminder_familiarity]&lt;br/&gt;/ validresponse = ("F", "J")&lt;br/&gt;/ correctresponse = ("F")&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 2500&lt;br/&gt;/ posttrialpause = 2500 &lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;Many thanks,&lt;br/&gt;Sarah</description><pubDate>Tue, 09 Feb 2021 02:30:43 GMT</pubDate><dc:creator>Sarah.Skromanis</dc:creator></item><item><title>RE: Recording Responses Following Removal of Stimulus</title><link>https://forums.millisecond.com/Topic30764.aspx</link><description>&lt;blockquote data-id="30753" class="if-quote-wrapper" unselectable="on" data-guid="1612837710828" id="if_insertedNode_1612837709785" contenteditable="false"&gt;&lt;a class="quote-para" unselectable="on" style="display: none;" href="#" data-id="30753" 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="30753" 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="30753" title=" "&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[b]&lt;/span&gt;Sarah.Skromanis - 2/8/2021&lt;span unselectable="on" class="quote-markup"&gt;[/b]&lt;/span&gt;&lt;/div&gt;&lt;div class="if-quote-message if-quote-message-30753"&gt;&lt;div class="if-quote-message-margin" contenteditable="true"&gt;Hello,&lt;br/&gt;I've created a task whereby each trial is presented for 2500ms. As it currently is, if participants do not make a response in that time, the latency is recorded as being 2500ms. I'm hoping to record response latency even after the trial has ended (i.e., during the post-trial pause) - for example, if a participant recognises the stimuli once it has been erased and makes a response, I want to know what the latency of that response is.&amp;nbsp; &lt;br/&gt;&lt;br/&gt;I hope that makes sense. Any advice would be greatly appreciated. I have copied some of the script below if that's of any help.&lt;br/&gt;&lt;br/&gt;&amp;lt;trial familiarity_negative&amp;gt; &lt;br/&gt;/ stimulustimes = [0=fixation; 500=familiarity_negative; keyreminder_familiarity]&lt;br/&gt;/ validresponse = ("F", "J")&lt;br/&gt;/ correctresponse = ("F")&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 2500&lt;br/&gt;/ posttrialpause = 2500 &lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;Many thanks,&lt;br/&gt;Sarah&lt;a class="if-quote-goto quote-link" href="#" data-id="30753"&gt;&lt;span class="goto"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;span unselectable="on" class="quote-markup"&gt;[/quote]&lt;/span&gt;&lt;/blockquote&gt;&lt;br/&gt;Then you cannot use posttrialpause. The trial is over by then, so it does not register any responses. Instead you'll have to set the trial up along the following lines:&lt;br/&gt;&lt;br/&gt;&amp;lt;trial familiarity_negative&amp;gt;&lt;br/&gt;/ ontrialbegin = [trial.familiarity_negative.resetstimulusframes();]&lt;br/&gt;/ stimulustimes = [0=fixation; 500=familiarity_negative; keyreminder_familiarity; 2500=clearscreen]&lt;br/&gt;/ validresponse = ("F", "J")&lt;br/&gt;/ correctresponse = ("F")&lt;br/&gt;/ beginresponsetime = 0&lt;br/&gt;/ timeout = 5000&lt;br/&gt;&amp;lt;/trial&amp;gt;</description><pubDate>Tue, 09 Feb 2021 02:30:43 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>