The number of trials that have been run within the given element within the entire experiment.
<block> <expt> <likert> <openended> <slidertrial> <trial>
None.
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>