Whether the last response occurred within the response window.
<block> <expt> <likert> <openended> <slidertrial> <survey> <surveypage> <trial>
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 sometext>
/ items= ("notinwindow = <% block.bar.notinwindow %>")
</text>
The following displays the value of notinwindow in an instruction page:
<page somepage>
notinwindow = <% trial.foo.notinwindow %>
</page>