up Inquisit Language Reference

percentcorrect property

The percent of correct responses for the specified element within the current block.

Member of

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

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>

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