2.0 GroupResults object

Represents a practice results of an entire group.

Example

{
  "groupId": "SZnzXHoNK3IGIOTrBGB_Bk37I50Y9UO5_enbyfJYowc",
  "averageProficiency": 26,
  "averageDrillResults": [ {
    "proficiency": 26,
    "timeSpent": 0,
    "id": "5xGkjFr2vfbptyUTsTmimg"
  }],
  "memberResults": [{
    "userId": "gSCxd7VJTkyFQ_N9KQ7jVg",
    "averageProficiency": 26,
    "drillResults": [{
      "proficiency": 26,
      "timeSpent": 32,
      "id": "5xGkjFr2vfbptyUTsTmimg"
    } ]
  } ],
  "members": 1
}

Fields

Field Type Description
groupId
required
String The unique ID of this group.

Example value: nYrK9udUc-UGvRS2kxaPtaB-0wzeHAJzM6vlL1te6wI
averageProficiency
required
Integer The average proficiency of the group. The is the overall proficiency, not differentiated by practice direction.

Example value: 89
averageDrillResults
optional
List of 2.0 GroupDrillableResult objects The average drill results.
memberResults
optional
List of 2.0 GroupMemberResult objects The individual group member results.
members
required
Integer The number of members in the group.