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