The percent of correct responses for the specified element over the entire experiment.
Applies to
<trial> <openended> <likert> <namingtrial> <block> <expt>
Remarks
None.
Examples
The following displays the value of totalpercentcorrect in a text stimulus:
<text sometext>
/ items= ("totalpercentcorrect = <% trial.sometrial.totalpercentcorrect %>")
</text>
The following displays the value of totalpercentcorrect in an instruction page:
<page somepage>
totalpercentcorrect = <% trial.sometrial.totalpercentcorrect %>
</page>