﻿<?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 3  » LDT stimuli timing problem</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Tue, 08 Sep 2026 14:51:09 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: LDT stimuli timing problem</title><link>https://forums.millisecond.com/Topic4066.aspx</link><description>&lt;p&gt;That is amazing.&amp;nbsp; Thank you.&amp;nbsp; The confusion you were seeing earlier was me not being a programmer, at ALL, and trying to program something.....and working with other fellow confused non-programmers.&amp;nbsp; The sample script you attached does exactly what we are looking for.&amp;nbsp; Thank you!!!!!&amp;nbsp; [:)][I][:)]&lt;/p&gt;</description><pubDate>Mon, 01 Mar 2010 11:33:59 GMT</pubDate><dc:creator>Sammers52</dc:creator></item><item><title>RE: LDT stimuli timing problem</title><link>https://forums.millisecond.com/Topic4014.aspx</link><description>&lt;p&gt;It's hard to imagine what might be so complicated about your task to
implement. I just remembered a little fun script we coded a while ago
during an Inquisit 101 session. It does mostly what you proposed in
your first posting, including the interruption of stimulus presentation upon user response before a 5000ms timeout. Only thing it handles differently is that it
randomly assigns the texts to the top and bottom position. You set their order
fixed by changing the counter's selectionmode to "sequence". Maybe it
helps.&lt;/p&gt;
&lt;p&gt;Best wishes,&lt;br /&gt;Malte.&lt;/p&gt;</description><pubDate>Tue, 23 Feb 2010 12:28:33 GMT</pubDate><dc:creator>Blackadder</dc:creator></item><item><title>RE: LDT stimuli timing problem</title><link>https://forums.millisecond.com/Topic4011.aspx</link><description>Not yet, and sorry about the spastic last post.  I was frustrated that I couldn't get my example of how the stimuli are supposed to be presented to the participants to work.  Oh well.  And we haven;t yet gotten it to do what we want, no. Thanks for asking though.</description><pubDate>Tue, 23 Feb 2010 11:48:26 GMT</pubDate><dc:creator>Sammers52</dc:creator></item><item><title>RE: LDT stimuli timing problem</title><link>https://forums.millisecond.com/Topic3993.aspx</link><description>&lt;p&gt;Umh, don't know what to make of that last posting. Did you get your script to work?&lt;/p&gt;</description><pubDate>Tue, 23 Feb 2010 03:54:12 GMT</pubDate><dc:creator>Blackadder</dc:creator></item><item><title>RE: LDT stimuli timing problem</title><link>https://forums.millisecond.com/Topic3991.aspx</link><description>Gah!!! 

Okay Neutralword is supposed to appear above Neutralword2 by a set amount so that they are both on screen and visible in different places on the screen (one about 3.5 inches about the other)</description><pubDate>Tue, 23 Feb 2010 00:10:39 GMT</pubDate><dc:creator>Sammers52</dc:creator></item><item><title>RE: LDT stimuli timing problem</title><link>https://forums.millisecond.com/Topic3990.aspx</link><description>ok....my example did not appear correctly in the post. lets see if it works this way

Neutralword



Neutralword2</description><pubDate>Tue, 23 Feb 2010 00:08:56 GMT</pubDate><dc:creator>Sammers52</dc:creator></item><item><title>RE: LDT stimuli timing problem</title><link>https://forums.millisecond.com/Topic3989.aspx</link><description>What we are attempting to accomplish is for the eye target (a small focus item that appears in the middle of the screen) to appear first, then erase, and then to have the two stimuli appear at the same time (at 750 ms) in a configuration similar to:


                                      Neurtalword







                                     Neutralword2


This is a particular way of setting up the Lexical Desision task that should give stronger effects than a forward or backwards mask.  

After the two stimuli simultaneously appear we want them to erase either immediately after a response is given or after 5 seconds if there has been no response.</description><pubDate>Tue, 23 Feb 2010 00:08:07 GMT</pubDate><dc:creator>Sammers52</dc:creator></item><item><title>RE: LDT stimuli timing problem</title><link>https://forums.millisecond.com/Topic3988.aspx</link><description>&lt;p&gt;Dammit -- you're absolutely right, Malte! Absolutely didn't catch this. However, the parser should definitely throw an error for this type of stimulus sequence setup. I don't recall ever trying this with '/ stimulustimes' but I do know that the corresponding '/ stimulusframes' definition would throw a 'redefinition of event error'. Thanks!&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Mon, 22 Feb 2010 14:08:50 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: LDT stimuli timing problem</title><link>https://forums.millisecond.com/Topic3987.aspx</link><description>&lt;p&gt;Hi you 2,&lt;/p&gt;
&lt;p&gt;there is one thing I do not understand at all about the script.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;/ stimulustimes = [100=target;600=erase; &lt;span style="color: #ff0000;"&gt;&lt;/span&gt;750=neutralwords; 5000=erase; 750=neutralwords2; 5000=erase]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;What in the name of the Lord is that supposed to accomplish? You present "neutralwords" at 750ms and then "neutralwords2" also at 750ms. I get the impression that Sammers52 isn't aware of the fact that Inquisit expects SOAs (stimulus onset asynchronies), not ISIs (inter stimulus intervals). If I interpret correctly what Sammers52 is trying to do, the following trial sequence is intended:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;blank (for 100ms) - target (for 500ms) - blank (for 150ms) - neutralwords (for 5000ms) - blank (for 750ms) - neutralwords2 (for 5000ms) - blank (until response)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This translates into Inquisit as&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;/ stimulustimes = [100=target; 600=erase; &lt;span style="color: #ff0000;"&gt;&lt;/span&gt;750=neutralwords; 5750=erase; 6500=neutralwords2; 11500=erase]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Maybe this is really a bug in Inquisit since a trial definition as done by Sammers52 should be highly unlikely in the real world. Having a stimulus that is to appear quite early within the trial course defined way later is something I have never seen once.&lt;/p&gt;
&lt;p&gt;If, however, "neutralwords" and "neutralwords2" really ought to appear simultaneously, the script better be something like this:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;/ stimulustimes = [100=target; 600=erase; &lt;span style="color: #ff0000;"&gt;&lt;/span&gt;750=sequence(neutralwords,&lt;/span&gt;&lt;span style="font-family: courier new,courier;"&gt;neutralwords2)&lt;/span&gt;&lt;span style="font-family: courier new,courier;"&gt;; 5000=erase]&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Just a thought,&lt;br /&gt;&amp;nbsp; Malte&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: courier new,courier;"&gt;&lt;/span&gt;&lt;/p&gt;</description><pubDate>Mon, 22 Feb 2010 14:03:03 GMT</pubDate><dc:creator>Blackadder</dc:creator></item><item><title>RE: LDT stimuli timing problem</title><link>https://forums.millisecond.com/Topic3984.aspx</link><description>&lt;p&gt;[quote]How do you make erase after EITHER 5 seconds OR &lt;span style="text-decoration: underline;"&gt;&lt;b&gt;right after the participant gives thier response&lt;/b&gt;&lt;/span&gt;? (so that if they respond at 500 ms the stimuli disappears right after, and the next set comes up?)[/quote]&lt;/p&gt;
&lt;p&gt;No need to SCREAM and &lt;b&gt;&lt;span style="text-decoration: underline;"&gt;actually this is Inquisit's default behavior&lt;/span&gt;&lt;/b&gt;, so it should work straight out of the box. So, either another portion of your script is interfering with this or you're encountering a bug. What build of Inquisit are you using (-&amp;gt; Help -&amp;gt; About Inquisit...)? In any case, the behavior can also be *explicitly* controlled via the '/ responseinterrupt' attribute. Give that a try (in your case '/ responseinterrupt = immediate'). If all of this doesn't work you might want to put your script and all supporting files (pictures, etc.) into a *.zip archive and attach it to this thread.&lt;/p&gt;
&lt;p&gt;Best wishes from a fellow Inquisit user,&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Mon, 22 Feb 2010 12:42:43 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>RE: LDT stimuli timing problem</title><link>https://forums.millisecond.com/Topic3983.aspx</link><description>&lt;p&gt;That does seem to make it take the data at the right time, but it still leaves the stimuli up on the screen for 5 seconds.&amp;nbsp; How do you make erase after EITHER 5 seconds OR &lt;span style="text-decoration: underline;"&gt;&lt;b&gt;right after the participant gives thier response&lt;/b&gt;&lt;/span&gt;? (so that if they respond at 500 ms the stimuli disappears right after, and the next set comes up?)&lt;/p&gt;

&lt;p&gt;-Sammers&lt;/p&gt;</description><pubDate>Mon, 22 Feb 2010 12:32:15 GMT</pubDate><dc:creator>Sammers52</dc:creator></item><item><title>RE: LDT stimuli timing problem</title><link>https://forums.millisecond.com/Topic3981.aspx</link><description>&lt;p&gt;Thank you, I'll try those out and look at the 'How to Control Response Timing' and 'How to Control Trial Duration and Inter-Trial Intervals' articles.&lt;/p&gt;</description><pubDate>Mon, 22 Feb 2010 11:56:31 GMT</pubDate><dc:creator>Sammers52</dc:creator></item><item><title>RE: LDT stimuli timing problem</title><link>https://forums.millisecond.com/Topic3980.aspx</link><description>&lt;p&gt;By default, Inquisit starts polling for subjects' responses only after completing the whole stimulus presentation sequence. So, in case of the &amp;lt;trial&amp;gt; definition you posted, Inquisit starts listening for a response after 5000=erase, i.e. 5 seconds into the trial. To override this behavior, you need to use either the '/ responseframe' or the '/ responsetime' attribute. Suppose you want to measure response latencies relative to the 'target' stimulus:&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;lt;trial 2&amp;gt;&lt;br /&gt;/ pretrialpause = 20&lt;br /&gt;/ validresponse = ( "1", "0")&lt;br /&gt;/ correctresponse = ("1")&lt;br /&gt;/ stimulustimes = [&lt;span style="color: #ff0000;"&gt;&lt;b&gt;100&lt;/b&gt;&lt;/span&gt;=target;600=erase; 750=neutralwords; 5000=erase; 750=neutralwords2; 5000=erase]&lt;br /&gt;/ trialdata = [neutralwords,neutralwords2]&lt;br /&gt;/ responsetime = &lt;span style="color: #ff0000;"&gt;&lt;b&gt;100&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&amp;lt;/trial&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Suppose you want to measure response latencies relative to 'neutralwords2':&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;&lt;span style="font-family: courier new,courier;"&gt;&amp;lt;trial 2&amp;gt;&lt;br /&gt;/ pretrialpause = 20&lt;br /&gt;/ validresponse = ( "1", "0")&lt;br /&gt;/ correctresponse = ("1")&lt;br /&gt;/ stimulustimes = [100=target;600=erase; &lt;span style="color: #ff0000;"&gt;&lt;b&gt;750&lt;/b&gt;&lt;/span&gt;=neutralwords; 5000=erase; 750=neutralwords2; 5000=erase]&lt;br /&gt;/ trialdata = [neutralwords,neutralwords2]&lt;br /&gt;/ responsetime =&lt;b&gt; &lt;span style="color: #ff0000;"&gt;750&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&amp;lt;/trial&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The Inquisit documentation has more info on this. You might want to read up on '&lt;span class="header1"&gt;How to Control Response Timing&lt;/span&gt;', &lt;span class="header1"&gt;'How to Control Trial Duration and Inter-Trial 
Intervals' and the topics for the associated attributes.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;~Dave&lt;/p&gt;</description><pubDate>Mon, 22 Feb 2010 11:23:59 GMT</pubDate><dc:creator>Dave</dc:creator></item><item><title>LDT stimuli timing problem</title><link>https://forums.millisecond.com/Topic3977.aspx</link><description>&lt;pre&gt;&lt;b&gt;&lt;span style="color: #800000;"&gt;I am having problem with the input keys. The &lt;/span&gt;&lt;span style="color: #800000;"&gt;stimuli &lt;/span&gt;&lt;span style="color: #800000;"&gt;are supposed to be on the screen for 5 seconds or until a&lt;br /&gt;&amp;nbsp;response is made&lt;/span&gt;&lt;span style="color: #800000;"&gt; by pressing the "1" or "0" key but no matter what I try to do the stimuli&lt;/span&gt;&lt;/b&gt;&lt;span style="color: #800000;"&gt;&lt;b&gt; remain on the screen&lt;br /&gt;&amp;nbsp;for 5 seconds.&lt;br /&gt;&lt;br /&gt;Does anybody know how to fix this?&lt;br /&gt;&lt;br /&gt;Also here is a sample of the code I think may be relevant to this issue:&lt;br /&gt;&amp;lt;trial 2&amp;gt;&lt;br /&gt;/ pretrialpause = 20&lt;br /&gt;/ validresponse = ( "1", "0")&lt;br /&gt;/ correctresponse = ("1")&lt;br /&gt;/ stimulustimes = [100=target;600=erase; 750=neutralwords; 5000=erase; 750=neutralwords2; 5000=erase]&lt;br /&gt;/ trialdata = [neutralwords,neutralwords2]&lt;br /&gt;&amp;lt;/trial&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The timing part of that trial is the same for all the trials.&lt;/b&gt;&lt;/span&gt;&lt;/pre&gt;</description><pubDate>Mon, 22 Feb 2010 11:09:20 GMT</pubDate><dc:creator>Sammers52</dc:creator></item></channel></rss>