Replaces all selected items into the selection pool of a list or stimulus.
none
None.
If a list or stimulus is configured for random selection without replacement, the resetSelection function will replace all items back into the selection pool. For all other lists and stimuli, the function has no effect.
The following resets the selection pool of a text stimulus:
<trial myTrial>
/ onTrialEnd= [text.myText.resetSelection();]
</trial>
The following resets the items from the selection pool of a list:
<trial myTrial>
/ onTrialEnd= [list.groceries.resetSelection();]
</trial>