up Inquisit Language Reference

totalcount property

The number of times the specified element was run over the entire experiment.

Member of

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

Remarks

None.

Examples

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

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

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

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

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