Result
Result API
{
// The fully qualified URL for showing the Result
"id": "http://institution.canvas.com/api/lti/courses/5/line_items/2/results/1",
// The lti_user_id or the Canvas user_id
"userId": "50 | 'abcasdf'",
// The score of the result as defined by Canvas, scaled to the resultMaximum
"resultScore": 50,
// Maximum possible score for this result; 1 is the default value and will be
// assumed if not specified otherwise. Minimum value of 0 required.
"resultMaximum": 50,
// Comment visible to the student about the result.
"comment": null,
// URL of the line item this belongs to
"scoreOf": "http://institution.canvas.com/api/lti/courses/5/line_items/2"
}Last updated
Was this helpful?