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