The method for selecting new items.
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>