up Inquisit Language Reference

correctStreak property

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

Member of

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

Syntax

event.name.correctStreak

Read Only

Type

integer

Remarks

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

Examples

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

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

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

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

Copyright Millisecond Software, LLC. All rights reserved.