Accuracy of the last response for the specified element.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.correct
Read Only
boolean
A value of 1 indicates correct. A value of 0 indicates incorrect.
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>