Whether or not the last response for the specified element was inside (1) or outside of (0) the response window.
<block> <expt> <likert> <openended> <slidertrial> <trial>
A value of 1 indicates the response was in the window. A value of 0 indicates the response was not in the window.
The following displays the value of inwindow in a text stimulus:
<text sometext>
/ items= ("inwindow = <% trial.sometrial.inwindow %>")
</text>
The following displays the value of inwindow in an instruction page:
<page somepage>
inwindow = <% trial.sometrial.inwindow %>
</page>