Deprecated
The percent of responses inside the response window for the specified element within the current block.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.percentInWindow
Read Only
number
None.
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>