The number of incorrect responses for the specified element over the entire experiment.
<block> <expt> <likert> <openended> <slidertrial> <trial>
None.
The following displays the value of totalerrorcount in a text stimulus:
<text sometext>
/ items= ("totalerrorcount = <% trial.sometrial.totalerrorcount %>")
</text>
The following displays the value of totalerrorcount in an instruction page:
<page somepage>
totalerrorcount = <% trial.sometrial.totalerrorcount %>
</page>