Check "Assign Grades to Each Student Individually" via api

Jump to solution
aday
Community Explorer

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?

Labels (1)
0 Likes
1 Solution
gtaylor
Community Contributor

The assignment groups are for groups created under the Assignments tab.

270628_pastedImage_1.png 

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

View solution in original post