up Inquisit Language Reference

percentInWindow property

Deprecated

The percent of responses inside the response window for the specified element within the current block.

Member of

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

Syntax

event.name.percentInWindow

Read Only

Type

number

Remarks

None.

Examples

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

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

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

<page myPage>
percentInWindow = <% trial.myTrial.percentInWindow %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.