Deprecated Replaced by selectionmode
The selection attribute determines the method by which individual items are selected for presentation on a given trial. The default is random selection of items without replacement with uniform probability.
<list>
or
/ select = value| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
| selectionmode | selectionmodeenum |
|
The default value is random.
The following first selects Washington, then Adams, and then Jefferson:
<list presidents>
/ items = ("George Washington", "John Adams", "Thomas Jefferson")
/ selection = sequence
</list>