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> <survey> <surveypage> <trial>

Syntax

event.name.inWindow

Read Only

Type

boolean

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 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>

Copyright Millisecond Software, LLC. All rights reserved.