up Inquisit Language Reference

trialDuration property

The trialDuration for the given trial.

Member of

<trial> <likert> <openended> <sliderTrial> <surveyPage>

Syntax

trial.name.trialDuration

Read/Write

Type

integer

Remarks

None.

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.