The selectionrate attribute determines how frequently a new item should be selected from the pool.
rate |
One of the following values:
|
Consider an example where multiple stimuli share a given counter. This attribute can be used to determine whether the same item is selected for each stimulus on a given trial or block, or whether a new item is selected for each stimulus.
The default setting is 'trial', which selects a single new item on each trial.
The following counter randomly selects a new item for each stimulus that references it:
<counter>
/ selectionrate = always
/ items = (1, 2, 3, 4, 5)
</counter>