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 correctcount in a text stimulus:
<text sometext>
/ items= ("correctcount = <% trial.sometrial.correctcount %>")
</text>
The following displays the value of correctcount in an instruction page:
<page somepage>
correctcount = <% trial.sometrial.correctcount %>
</page>