up Inquisit Language Reference

correct property

Accuracy of the last response for the specified element.

Member of

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

Remarks

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

Examples

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

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

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

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

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