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

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

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

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

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