How to override the assignment "Available until" date globally? (Due to incomplete grades)

Jump to solution
cvon
Community Novice

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. 

1 Solution
James
Community Champion

 @cvon  

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.

View solution in original post

0 Likes