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