Returns the randomly generated code used to assign the participant to a between subjects group.
<script>
script.name.groupAssignmentCode
Read/Write
integer
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>