2.1.1 GroupDrillableResult interface
A group drillable result represents the practice result of a drillable object in a group. It has two appearances:
- 2.1.1 GroupDrillResult — The group results for a single drill
- 2.1.1 GroupCourseResult — The group results for a course
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.1.1 ObjectiveEvaluation objects | The optional evaluation of learning objectives for this drillable in the group. |
Last updated on