up Inquisit Language Reference

errorcount 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 errorcount in a text stimulus:

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

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

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

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