The number of correct responses for the specified element within the current block.
Applies to
<trial> <openended> <likert> <namingtrial> <block> <expt>
Remarks
None.
Examples
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>