up Inquisit Language Reference

replace property

Determines whether or not items are replaced into the selection pool after being randomly selected.

Member of

<list>

Syntax

list.name.replace

Read/Write

Type

boolean

Remarks

This property use this property to turn replacement on or off.

Examples

The following turns on replacement on a list:

<trial example>
/ onTrialBegin = {list.mountainRanges.replace = true;}
</trial>

Copyright Millisecond Software, LLC. All rights reserved.