The responseInterrupt attribute determines whether stimulus presentation on the trial is interrupted when the subject responds.
<trial> <likert> <openended> <sliderTrial>
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
mode | responseinterruptenum |
|
If beginResponseFrame is not set to a value to that allows a response during the stimulus presentation sequence, then <em>immediate</em> and <em>frames</em> are functionally equivalent. The default setting is immediate.
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>
/ stimulusTimes = [0=somevideo]
/ responseInterrupt = trial
/ validResponse = (" ")
</trial>