The number of consecutive incorrect responses for the specified element within the current block.
<block> <expt> <likert> <openended> <slidertrial> <trial>
This property can be used to define branches that apply when the participant makes a given number of consecutive incorrect responses.
The following displays the value of errorstreak in a text stimulus:
<text sometext>
/ items= ("errorstreak = <% trial.sometrial.errorstreak %>")
</text>
The following displays the value of errorstreak in an instruction page:
<page somepage>
errorstreak = <% trial.sometrial.errorstreak %>
</page>