up Inquisit Language Reference

selectionRate property

The frequency with which a counter new items are selected.

Member of

<counter> <list>

Syntax

object.name.selectionRate

Read/Write

Type

integer

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 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>

Copyright Millisecond Software, LLC. All rights reserved.