The percent of responses inside the response window for the specified element over the entire experiment.
Applies to
<trial> <openended> <likert> <namingtrial> <block> <expt>
Remarks
None.
Examples
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>