The number of responses occuring within the response window.
<block> <expt> <likert> <openended> <slidertrial> <trial>
The following displays the value of inwindowcount in a text stimulus:
<text sometext>
/ items= ("inwindowcount = <% trial.sometrial.inwindowcount %>")
</text>
The following displays the value of inwindowcount in an instruction page:
<page somepage>
inwindowcount = <% trial.sometrial.inwindowcount %>
</page>