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