Whether or not the last response for the specified element was inside (1) or outside of (0) the response window.
Applies to
<trial> <openended> <likert> <namingtrial> <block> <expt>
Remarks
A value of 1 indicates the response was in the window. A value of 0 indicates the response was not in the window.
Examples
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>