up Inquisit Language Reference

errorStreak property

The number of consecutive incorrect responses for the specified element within the current block.

Member of

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

Syntax

event.name.errorStreak

Read Only

Type

integer

Remarks

This property can be used to define branches that apply when the participant makes a given number of consecutive incorrect responses.

Examples

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

<text myText>
/ items= ("errorStreak = <% trial.myTrial.errorStreak %>")
</text>

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

<page myPage>
errorStreak = <% trial.myTrial.errorStreak %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.