The current group id code.
<script>
script.name.groupId
Read Only
string
The following displays the value of groupId in a text stimulus:
<text myText>
/ items= ("groupId = <% script.groupId %>")
</text>
The following displays the value of groupId in an instruction page:
<page myPage>
groupid = <% script.groupId %>
</page>