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>

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 sometext>
/ items= ("notinwindow = <% block.bar.notinwindow %>")
</text>

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

<page somepage>
notinwindow = <% trial.foo.notinwindow %>
</page>

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