up Inquisit Language Reference

selectionMode property

The method for selecting new items.

Member of

<counter>

Syntax

counter.name.selectionMode

Read/Write

Type

integer

Remarks

This property specifies how items are selected, for example randomly without replacement or in sequence.

Examples

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

<text myText>
/ items= ("selectionMode = <% counter.randomCounter.selectionMode %>")
</text>

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

<page myPage>
selectionmode = <% counter.sequenceCounter.selectionMode %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.