Check "Assign Grades to Each Student Individually" via api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2018
02:01 PM
how to i check "Assign Grades to Each Student Individually" via the api???
I assumed it would be on the Assignment Group Object maybe as a rule, but the documentation around rules is missing for the api.
Assignment Groups - Canvas LMS REST API Documentation
so is it possible to check "Assign Grades to Each Student Individually" via the api??? if so how?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2018
10:33 AM
The assignment groups are for groups created under the Assignments tab.
Your looking for group Assignments.
Look at the Assignments API
Assignments - Canvas LMS REST API Documentation
"grade_group_students_individually": false, // (Optional) assignment's settings for external tools if submission_types include // 'external_tool'. Only url and new_tab are included (new_tab defaults to false). // Use the 'External Tools' API if you need more information about an external // too