The posttrialpause attribute specifies the number of milliseconds to pause at the end of a trial after the subject has responded.
Applies to
<trial> <likert> <openended> <namingtrial> <defaults>
Syntax
/ posttrialpause = integeror
/ posttrialpause = variableParameters
| integer | An non-negative integer value expressing the duration in milliseconds. |
| variable | A dynamically selected value. Click here for help with variable syntax. |
Remarks
This attribute can be used to insert a fixed interval of time between the subject's response and the next trial. Feedback stimuli for correct or incorrect responses may be displayed during this interval.
See How to Control Trial Duration and Inter-Trial Intervals for more details on controlling timing of trials.
Examples
The following trial pauses for a half second after the subject responds:
<trial mytrial>
/ stimulusframes=[1=sometext)]
/ posttrialpause=500
</trial>