up Inquisit Language Reference

selectionMode property

The method for selecting new items.

Member of

<batch> <list>

Syntax

object.name.selectionMode

Read/Write

Type

integer

Remarks

This property is an integer that determines the mode with which items are selected from a list. Random selection according to a normal distribution is 0, sequential is 1, uniform distribution is 2, and expression is 3.

Examples

The following sets selection mode to sequential:

<trial example>
/ onTrialBegin = {list.mountainRanges.selectionMode = 1;}
</trial>

Copyright Millisecond Software, LLC. All rights reserved.