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