The percent of correct responses for the specified element within the current block.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.percentCorrect
Read Only
number
None.
The following displays the value of percentCorrect in a text stimulus:
<text myText>
/ items= ("percentCorrect = <% trial.myTrial.percentCorrect %>")
</text>
The following displays the value of percentCorrect in an instruction page:
<page myPage>
percentCorrect = <% trial.myTrial.percentCorrect %>
</page>