up Inquisit Language Reference

groupId property

The current group id code.

Member of

<script>

Syntax

script.name.groupId

Read Only

Type

string

Remarks

Examples

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>

Copyright Millisecond Software, LLC. All rights reserved.