Group: Administrators
Posts: 13K,
Visits: 104K
|
As per the documentation, /responseinterrupt=trial means
"Any remaining frames in the trial are presented before the stimuli are erased. Any media stimuli (sound or video) are played to completion before Inquisit advances to the next trial."
Since your trial only presents a single frame at the very start
/stimulusframes = [1=eegvovax]
there is nothing /responseinterrupt=trial could have any effect on -- there are no more frames that could or should be displayed.
If you want the stimulus "eegvovax" to remain on-screen after receiving a response, set its /erase attribute to false.
Also note that a *timeout* merely determines a trial's *maximum* duration -- it will terminate immediately once a response has been received. If you want your trial to have a *fixed* duration, you ought to use /trialduration.
|