Moderated Grading
Moderated Grading API
{
// The identifier for the provisional grade
"provisional_grade_id": 23,
// The numeric score
"score": 90,
// The grade
"grade": "A-",
// Whether the grade was applied to the most current submission (false if the
// student resubmitted after grading)
"grade_matches_current_submission": true,
// When the grade was given
"graded_at": "2015-11-01T00:03:21-06:00",
// Whether this is the 'final' provisional grade created by the moderator
"final": false,
// A link to view this provisional grade in SpeedGrader
"speedgrader_url": "http://www.example.com/courses/123/gradebook/speed_grader?..."
}Parameter
Type
Description
Parameter
Type
Description
Parameter
Type
Description
Last updated
Was this helpful?