Whether the last response occurred within the response window.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.notInWindow
Read Only
boolean
A value of 1 indicates the response was in the window, 0 indicates it was not in the window.
The following displays the value of notInWindow in a text stimulus:
<text myText>
/ items= ("notInWindow = <% block.bar.notInWindow %>")
</text>
The following displays the value of notInWindow in an instruction page:
<page myPage>
notInWindow = <% trial.foo.notInWindow %>
</page>