up Inquisit Language Reference

postTrialPause property

The pause duration after a trial.

Member of

<defaults> <trial> <likert> <openended> <slidertrial> <surveypage>

Syntax

object.name.postTrialPause

Read/Write

Type

integer

Remarks

Examples

The following displays the value of posttrialPause in a text stimulus:

<text myText>
/ items= ("posttrialPause = <% block.bar.posttrialPause %>")
</text>

The following displays the value of posttrialPause in an instruction page:

<page myPage>
posttrialpause = <% trial.bar.posttrialPause %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.