The responseinterrupt attribute determines whether stimulus presentation on the trial is interrupted when the subject responds.
Applies to
<trial> <likert> <openended> <namingtrial>
Syntax
/ responseinterrupt = modeParameters
| mode | One of the following values:
|
Remarks
If responseframe is note set to a value to that allows a response during the stimulus presentation sequence, then immediate and frames are functionally equivalent. The default setting is immediate.
Examples
The following trial presents a video to completion before advancing to the next trial. The subject can respond at any point during the video:
<trial mytrial>
/ stimulusframes = [0=somevideo]
/ responseinterrupt = trial
/ validresponse = (" ")
</trial>