2.0 GroupDrillableResult interface

A group drillable result represents the practice result of a drillable object in a group. It has two appearances:

Example

{
  "proficiency": 26,
  "timeSpent": 501,
  "id": "5xGkjFr2vfbptyUTsTmimg",
  "lastPracticed": "2013-01-27T09:52:05Z"
}

Fields

Field Type Description
id
required
String The unique ID of the drillable (drill or course).

Example value: 5xGkjFr2vfbptyUTsTmimg
proficiency
required
Integer The average proficiency of the group for the drillable. The is the overall proficiency, not differentiated by practice direction.

Example value: 89
timeSpent
optional
Integer The time spent on the given drillable, expressed in seconds.
lastPracticed
optional
Date The date and time the drillable was last practiced. Not available if the drill was never practiced.
evaluations
optional
List of 2.0 ObjectiveEvaluation objects The optional evaluation of learning objectives for this drillable in the group.