up Inquisit Language Reference

inWindowCount property

The number of responses occuring within the response window.

Member of

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

Syntax

event.name.inWindowCount

Read Only

Type

integer

Remarks

Examples

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

<text myText>
/ items= ("inWindowCount = <% trial.myTrial.inWindowCount %>")
</text>

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

<page myPage>
InWindowCount = <% trial.myTrial.inWindowCount %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.