The method for selecting new items.
object.name.selectionMode
Read/Write
integer
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.
The following sets selection mode to sequential:
<trial example>
/ onTrialBegin = {list.mountainRanges.selectionMode = 1;}
</trial>