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> <survey> <surveyPage> <trial>
event.name.inWindow
Read Only
boolean
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 myText>
/ items= ("inWindow = <% trial.myTrial.inWindow %>")
</text>
The following displays the value of inWindow in an instruction page:
<page myPage>
InWindow = <% trial.myTrial.inWindow %>
</page>