{
// The grade for the course
"grade": 120.0,
// The total points earned in the course
"total": 24.0,
// The total points possible for the course
"possible": 20.0,
// The dropped grades for the course
"dropped": []
}{
// The ID of the Assignment Group
"id": 123,
// The global ID of the Assignment Group
"global_id": 10000000000001,
// The score for the Assignment Group
"score": 20.0,
// The total points possible for the Assignment Group
"possible": 10.0,
// The weight for the Assignment Group
"weight": 0.0,
// The grade for the Assignment Group
"grade": 200.0,
// The dropped grades for the Assignment Group
"dropped": []
}{
"submission_id": null
}{
"current": null,
"current_groups": null,
"final": null,
"final_groups": null
}{
// The ID of the submission
"id": 123,
// The score the student wants to test
"student_entered_score": "20.0"
}{
"grades": [
{
"current": {
"grade": 120.0,
"total": 24.0,
"possible": 20.0,
"dropped": []
},
"current_groups": {
"1": {
"id": 1,
"global_id": 10000000000001,
"score": 20.0,
"possible": 10.0,
"weight": 0.0,
"grade": 200.0,
"dropped": []
},
"3": {
"id": 3,
"global_id": 10000000000003,
"score": 4.0,
"possible": 10.0,
"weight": 0.0,
"grade": 40.0,
"dropped": []
}
},
"final": {
"grade": 21.82,
"total": 24.0,
"possible": 110.0,
"dropped": []
},
"final_groups": {
"1": {
"id": 1,
"global_id": 10000000000001,
"score": 20.0,
"possible": 100.0,
"weight": 0.0,
"grade": 20.0,
"dropped": []
},
"3": {
"id": 3,
"global_id": 10000000000003,
"score": 4.0,
"possible": 10.0,
"weight": 0.0,
"grade": 40.0,
"dropped": []
}
}
}
],
"submission": {
"id": 166,
"student_entered_score": 20.0
}
}