up Inquisit Language Reference

allowRepeats attribute

The allowRepeats attribute specifies whether a counter can select the same item more than once in a row.

Member of

<counter>

Syntax

/ allowRepeats = boolean

Parameters

Name Type Description
boolean boolean True or false.

Remarks

Examples

The following shows that a counter cannot sample the same item more than once in a row.

<counter myCounter>
/ select=noreplace(1,1,1,2,2,2,3,3,3)
/ allowRepeats=false
</counter>

Copyright Millisecond Software, LLC. All rights reserved.