[ARCHIVED] How to override the assignment "Available until" date globally? (Due to incomplete grades)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
With many students not able to complete their courses due to COVID-19, can we override the Available Until date on assignment submissions on a school-wide level? I can extend the end of the course date globally, but was hoping to do this for all assignments within courses. I see with Multi-tool that all Available Until dates for assignments within a course can be changed, but was hoping to do this globally for all of our Spring 2020 courses.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This can be done using a script that accesses the Canvas API. Basically you would need to go through every course and use the Bulk Update Assignment Dates endpoint. You would have to fetch all of the assignment dates ahead of time and worry about any overrides that had been given.
Depending on how many courses you're talking about and what programming skills your team has available, it may be quicker to do it course by course through the web interface.
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.