The percent of responses inside the response window for the specified element over the entire experiment.
<block> <expt> <likert> <openended> <slidertrial> <trial>
None.
The following displays the value of totalpercentinwindow in a text stimulus:
<text sometext>
/ items= ("totalpercentinwindow = <% trial.sometrial.totalpercentinwindow %>")
</text>
The following displays the value of totalpercentinwindow in an instruction page:
<page somepage>
totalpercentinwindow = <% trial.sometrial.totalpercentinwindow %>
</page>