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