The percent 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 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>