What If Grades
A Grade object looks like:
An AssignmentGroupGrade object looks like:
A GradeGroup object looks like:
A Grades object looks like:
A Submission object looks like:
WhatIfGradesApiController#update
PUT /api/v1/submissions/:id/what_if_grades
PUT /api/v1/submissions/:id/what_if_grades
Scope: url:PUT|/api/v1/submissions/:id/what_if_grades
Enter a what if score for a submission and receive the calculated grades Grade calculation is a costly operation, so this API should be used sparingly
Request Parameters:
Parameter | Type | Description |
---|---|---|
|
| The score the student wants to test |
Example Response:
Returns a list of Grades objects.
WhatIfGradesApiController#reset_for_student_course
PUT /api/v1/courses/:course_id/what_if_grades/reset
PUT /api/v1/courses/:course_id/what_if_grades/reset
Scope: url:PUT|/api/v1/courses/:course_id/what_if_grades/reset
© Instructure, Inc. Generated on Wed Nov 6 14:20:10 2024 This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated