up Inquisit Language Reference

correct property

Accuracy of the last response for the specified element.

Member of

<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>

Syntax

event.name.correct

Read Only

Type

boolean

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 myText>
/ items= ("correct = <% trial.myTrial.correct %>")
</text>

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

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

Copyright Millisecond Software, LLC. All rights reserved.