up Inquisit Language Reference

selectionmode property

The method for selecting new items.

Member of

<counter>

Remarks

This property specifies how items are selected, for example randomly without replacement or in sequence.

Examples

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

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

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

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

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