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