How to grade submissions without posting the grade using Canvas API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I notice that in https://canvas.instructure.com/doc/api/submissions.html#method.submissions_api.update, there is only one field "submission[posted_grade]" that can be used to grade a submission. However, it will make grade posted, while I do want to let them remain unposted. Is there a way to grade the submission without posting grades using Canvas API?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @JialunZhang,
Do you have the posting policy for the assignment set to manual? Even though the name of the API field is posted_grade, I think that term may be a relic from before posting policy was a "thing" in Canvas, and using that API would just enter the grade but not post it to the students if you have the policy set to manual.
-Chris