up Inquisit Language Reference

totalpercentcorrect property

The percent of correct responses for the specified element over the entire experiment.

Member of

<block> <expt> <likert> <openended> <slidertrial> <trial>

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>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.