The number of consecutive responses that did not occur within the response window.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.notInWindowStreak
Read Only
integer
The following displays the value of notInWindowstreak in a text stimulus:
<text myText>
/ items= ("notInWindowStreak = <% block.bar.notInWindowStreak %>")
</text>
The following displays the value of notInWindowstreak in an instruction page:
<page myPage>
notInWindowStreak = <% trial.foo.notInWindowStreak %>
</page>