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> <trial>

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 sometext>
/ items= ("errorstreak = <% trial.sometrial.errorstreak %>")
</text>

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

<page somepage>
errorstreak = <% trial.sometrial.errorstreak %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.