2.1.1 TestGroupAccess object implements TestAccess
Represents the access of members of a particular group to a given test.
Fields
| Field | Type | Description |
|---|---|---|
typerequired |
String constant | The test access type. For TestGroupAccess this is always GROUP. |
grouprequired |
2.1.1 Group object | The group this access object applies to. |
typeIdrequired |
String | The group ID. |
maxRenditionsPerUseroptional |
Integer | The maximum number of test attempts allowed for each group member. If omitted, there is no limit. |
userMaxTestRenditionsoptional |
List of 2.1.1 UserMaxTestRenditions objects | The maximum number of test attempts allowed for specific group members. If present, it overrides the overall maxRenditionsPerUser value. |
Last updated on