up Inquisit Language Reference

notInWindowStreak property

The number of consecutive responses that did not occur within the response window.

Member of

<block> <expt> <likert> <openended> <slidertrial> <survey> <surveypage> <trial>

Syntax

event.name.notInWindowStreak

Read Only

Type

integer

Remarks

Examples

The following displays the value of notInWindowstreak in a text stimulus:

<text myText>
/ items= ("notInWindowStreak = <% block.bar.notInWindowStreak %>")
</text>

The following displays the value of notInWindowstreak in an instruction page:

<page myPage>
notInWindowStreak = <% trial.foo.notInWindowStreak %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.