The method for selecting new items.
<counter>
counter.name.selectionMode
Read/Write
integer
This property specifies how items are selected, for example randomly without replacement or in sequence.
The following displays the value of selectionMode in a text stimulus:
<text myText>
/ items= ("selectionMode = <% counter.randomCounter.selectionMode %>")
</text>
The following displays the value of selectionMode in an instruction page:
<page myPage>
selectionmode = <% counter.sequenceCounter.selectionMode %>
</page>