up Inquisit Language Reference

notInWindowCount property

The number of responses that did not occur within the response window.

Member of

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

Syntax

event.name.notInWindowCount

Read Only

Type

integer

Remarks

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.