up Inquisit Language Reference

error property

Accuracy of the last response for the specified element.

Member of

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

Syntax

event.name.error

Read Only

Type

boolean

Remarks

A value of 1 indicates incorrect, 0 indicates correct).

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.