The pause duration after a trial.
<defaults> <trial> <likert> <openended> <sliderTrial> <surveyPage>
object.name.postTrialPause
Read/Write
integer
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>