up Inquisit Language Reference

groupAssignmentCode property

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

Member of

<script>

Syntax

script.name.groupAssignmentCode

Read/Write

Type

integer

Remarks

Examples

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

<text myText>
/ items= ("groupAssignmentCode = <% script.groupAssignmentCode %>")
</text>

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

<page myPage>
groupassignmentcode = <% script.groupAssignmentCode %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.