up Inquisit Language Reference

postTrialPause attribute

The posttrialPause attribute specifies the number of milliseconds to pause at the end of a trial after the subject has responded.

Member of

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

Syntax

/ postTrialPause = integer

or

/ postTrialPause = expression

Parameters

Name Type Description
integer integer An non-negative integer value expressing the duration in milliseconds.
expression value An expression that resolves to a non-negative integer value indicating the duration in milliseconds.

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>
/ stimulusTimes=[0=myText)]
/ posttrialPause=500
</trial>

Copyright Millisecond Software, LLC. All rights reserved.