up Inquisit Language Reference

groupCount property

Returns the randomly generated code used to assign the participant to a between subjects group.

Member of

<batch> <expt>

Syntax

object.name.groupCount

Read Only

Type

integer

Remarks

Examples

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

<text conditionA>
/ items= ("groupCount = <% expt.conditionA.groupCount %>")
</text>

<text conditionB>
/ items= ("groupCount = <% expt.conditionB.groupCount %>")
</text>

Copyright Millisecond Software, LLC. All rights reserved.