Hello,
I mentioned this point in a recent post to this forum, but I'm expanding on it slightly here.
We have an event-related fMRI experiment that we're Inquisit for, to present the stimuli to the participants. For our final set of participants, we had Inquisit record an audit/log file to help us be 100% certain about event timing.
This audit file confirms that our event timing occurs exactly as we expected, EXCEPT when participants did not respond.
On trials for which we had specified a short ITI, if participants did not respond, the onset of the subsequent trial was delayed by ~26-27 ms.
Is this a systematic amount of time that Inquisit is adding due to the process of setting up the next trial (which was maybe delayed while it recorded the lack of a response?)? Or is this a quirk of our specific computer/instance of Inquisit (6.5.1)? If it's the latter, of course no one here on the forum would be able to confirm that.
But if there is evidence or reasoning for the 26ms delay caused by non-response trials, that would be helpful! Here is our script and an example of how we code each trial, below. Thank you! - James
<trial POSO_posBG_shrt_ITI_6pt4>
/ validresponse = ("1", "4")
/ correctresponse = ("4")
/ stimulustimes = [0 = fixation; 800=noreplace (POSO);
1000 = blanks;
1100 = poso_goodtarget;
1600 = blanks]
/ trialdata = [POSO poso_goodtarget]
/ beginresponsetime = 1100
/ trialduration = 8000
/ responseinterrupt=frames
</trial>