up Inquisit Language Reference

error property

Accuracy of the last response for the specified element.

Member of

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

Remarks

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

Examples

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

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

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

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

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