The number of times the specified element was run over the entire experiment.
<block> <expt> <likert> <openended> <slidertrial> <trial>
None.
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>