up Inquisit Language Reference

responseInterrupt attribute

The responseInterrupt attribute determines whether stimulus presentation on the trial is interrupted when the subject responds.

Member of

<trial> <likert> <openended> <sliderTrial>

Syntax

/ responseInterrupt = mode

Parameters

Name Type Description
mode responseinterruptenum
ValueDescription
framesAll stimuli are presented after a response before stimuli are erased.
immediateStimulus presentation is aborted and stimuli are erased immediately after a response.
trialAll stimuli are presented and media stimuli are played to completion before stimuli are erased and the next trial begins..

Remarks

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.

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>
/ stimulusTimes = [0=somevideo]
/ responseInterrupt = trial
/ validResponse = (" ")
</trial>

Copyright Millisecond Software, LLC. All rights reserved.