The frequency with which a counter new items are selected.
object.name.selectionRate
Read/Write
integer
This property indicates whether a new item is selected each trial, block, or experiment.
The following displays the value of selectionRate in a text stimulus:
<text myText>
/ items= ("selectionRate = <% counter.randomCounter.selectionRate %>")
</text>
The following displays the value of selectionRate in an instruction page:
<page myPage>
selectionrate = <% counter.sequenceCounter.selectionRate %>
</page>