up Inquisit Language Reference

selectionmode property

The method for selecting new items.

Member of

<batch> <list>

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>

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