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