up Inquisit Language Reference

totalTrialCount property

The number of trials that have been run within the given element within the entire experiment.

Member of

<block> <expt> <likert> <openended> <slidertrial> <survey> <surveypage> <trial>

Syntax

event.name.totalTrialCount

Read Only

Type

integer

Remarks

None.

Examples

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

<text myText>
/ items= ("totalTrialCount = <% trial.myTrial.totalTrialCount %>")
</text>

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

<page myPage>
totalTrialCount = <% trial.myTrial.totalTrialCount %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.