The number of responses within the response window for the specified element within the current block.
Applies to
<trial> <openended> <likert> <namingtrial> <block> <expt>
Remarks
None.
Examples
The following displays the value of numinwindow in a text stimulus:
<text sometext>
/ items= ("numinwindow = <% trial.sometrial.numinwindow %>")
</text>
The following displays the value of numinwindow in an instruction page:
<page somepage>
numinwindow = <% trial.sometrial.numinwindow %>
</page>