The number of consecutive correct 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 correct responses.
The following displays the value of correctstreak in a text stimulus:
<text sometext>
/ items= ("correctstreak = <% trial.sometrial.correctstreak %>")
</text>
The following displays the value of correctstreak in an instruction page:
<page somepage>
correctstreak = <% trial.sometrial.correctstreak %>
</page>