The number of responses occuring within the response window.
<block> <expt> <likert> <openended> <sliderTrial> <survey> <surveyPage> <trial>
event.name.inWindowCount
Read Only
integer
The following displays the value of inWindowCount in a text stimulus:
<text myText>
/ items= ("inWindowCount = <% trial.myTrial.inWindowCount %>")
</text>
The following displays the value of inWindowCount in an instruction page:
<page myPage>
InWindowCount = <% trial.myTrial.inWindowCount %>
</page>