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> <survey> <surveypage> <trial>

Syntax

event.name.errorCount

Read Only

Type

integer

Remarks

None.

Examples

The following displays the value of errorCount in a text stimulus:

<text myText>
/ items= ("errorCount = <% trial.myTrial.errorCount %>")
</text>

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

<page myPage>
errorCount = <% trial.myTrial.errorCount %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.