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.
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
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