The selectionRate attribute determines how frequently a new item should be selected from the pool.
<counter> <list> <button> <clock> <html> <picture> <port> <shape> <sound> <text> <video> <xid>
Name | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
rate | selectionrateenum |
|
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>