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> <trial>

Remarks

None.

Examples

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

<text sometext>
/ items= ("totaltrialcount = <% trial.sometrial.totaltrialcount %>")
</text>

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

<page somepage>
totaltrialcount = <% trial.sometrial.totaltrialcount %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.