up Inquisit Language Reference

selectionrate property

The frequency with which a counter new items are selected.

Member of

<counter> <list>

Remarks

This property indicates whether a new item is selected each trial, block, or experiment.

Examples

The following displays the value of selectionrate in a text stimulus:

<text sometext>
/ items= ("selectionrate = <% counter.randomcounter.selectionrate %>")
</text>

The following displays the value of selectionrate in an instruction page:

<page somepage>
selectionrate = <% counter.sequencecounter.selectionrate %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.