What is "Assignment Override" ?

Jump to solution
RaymondU
Community Member

What is Assignment Override?   When do an user need this feature?    Please help me understand the concept.   

Thank you.

Raymond

 

Labels (2)
0 Likes
1 Solution
thovey
Instructure Alumni
Instructure Alumni

@RaymondU 

Assignment Override is referring to the section where you can “assign to” different users on the assignment edit page. 

That is outlined in this guide.

POST /api/v1/courses/:course_id/assignments/:assignment_id/overrides

Scope: url:POST|/api/v1/courses/:course_id/assignments/:assignment_id/overrides

One of student_ids, group_id, or course_section_id must be present. At most one should be present; if multiple are present only the most specific (student_ids first, then group_id, then course_section_id) is used and any others are ignored.

 

 

View solution in original post