Disassociate Multiple course blueprint

Jump to solution
juking
Community Explorer

We are just getting started with Canvas and as the admin I have associated 3 semesters worth of courses to our master blueprint.  Now I need to disassociate a whole semester.  How can I do that without having to click  2,000 times?  Can it be done in the CSV file?

Labels (2)
0 Likes
1 Solution
MikeBrinkman
Community Participant

This can be done by CSV file. I just tested it out. Simply upload a CSV file called courses.csv with all of the relevant data, and under the blueprint_course_id, put dissociate in the column:

course_id,short_name,long_name,status,blueprint_course_id
course1,course1,course1,active,dissociate
course2,course2,course2,active,dissociate

View solution in original post