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