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

Syntax

event.name.totalCount

Read Only

Type

integer

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.