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