up Inquisit Language Reference

notInWindow property

Whether the last response occurred within the response window.

Member of

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

Syntax

event.name.notInWindow

Read Only

Type

boolean

Remarks

A value of 1 indicates the response was in the window, 0 indicates it was not in the window.

Examples

The following displays the value of notInWindow in a text stimulus:

<text myText>
/ items= ("notInWindow = <% block.bar.notInWindow %>")
</text>

The following displays the value of notInWindow in an instruction page:

<page myPage>
notInWindow = <% trial.foo.notInWindow %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.