[ARCHIVED] What is "Assignment Override" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2022
03:55 PM
What is Assignment Override? When do an user need this feature? Please help me understand the concept.
Thank you.
Raymond
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2022
11:59 AM
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.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.