up Inquisit Language Reference

totalErrorCount property

The number of incorrect responses for the specified element over the entire experiment.

Member of

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

Syntax

event.name.totalErrorCount

Read Only

Type

integer

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.