The trialDuration for the given trial.
<trial> <likert> <openended> <sliderTrial> <surveyPage>
trial.name.trialDuration
Read/Write
integer
None.
The following displays the value of trialDuration in a text stimulus:
<text myText>
/ items= ("trialDuration = <% trial.myTrial.trialDuration %>")
</text>
The following displays the value of trialDuration in an instruction page:
<page myPage>
trialduration = <% trial.myTrial.trialDuration %>
</page>