up Inquisit Language Reference

inwindow property

Whether or not the last response for the specified element was inside (1) or outside of (0) the response window.

Member of

<block> <expt> <likert> <openended> <slidertrial> <trial>

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>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.