up Inquisit Language Reference

correctcount property

The number 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 correctcount in a text stimulus:

<text sometext>
/ items= ("correctcount = <% trial.sometrial.correctcount %>")
</text>

The following displays the value of correctcount in an instruction page:

<page somepage>
correctcount = <% trial.sometrial.correctcount %>
</page>

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