up Inquisit Language Reference

select attribute

Deprecated Replaced by selectionmode

The selection attribute determines the method by which individual items are selected for presentation on a given trial. The default is random selection of items without replacement with uniform probability.

Member of

<list>

Syntax

/ select = selectionmode

or

/ select = value

Parameters

Name Type Description
selectionmode selectionmodeenum
ValueDescription
randomRandomly select without replacement, equal to noreplace option.
sequenceSelects items in the given sequence.

Remarks

The default value is random.

Examples

The following first selects Washington, then Adams, and then Jefferson:

<list presidents>
/ items = ("George Washington", "John Adams", "Thomas Jefferson")
/ selection = sequence
</list>

Copyright Millisecond Software, LLC. All rights reserved.