up Inquisit Language Reference

totalPercentInWindow property

Deprecated

The percent of responses inside the response window for the specified element over the entire experiment.

Member of

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

Syntax

event.name.totalPercentInWindow

Read Only

Type

number

Remarks

None.

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.