The number of times the specified element was run over the entire experiment.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.totalCount
Read Only
integer
None.
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>