The number 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 totalnuminwindow in a text stimulus:
<text sometext>
/ items= ("totalnuminwindow = <% trial.sometrial.totalnuminwindow %>")
</text>
The following displays the value of totalnuminwindow in an instruction page:
<page somepage>
totalnuminwindow = <% trial.sometrial.totalnuminwindow %>
</page>