[ARCHIVED] Remove "delete course" permission from teacher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2015
12:35 PM
I am the Canvas admin at my institution. I have had two recent incidents where teachers abruptly deleted their courses from Canvas. How do I remove the "delete course" permission from the teacher role?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2015
11:13 AM
I'm no good at javascript, but pretty good with CSS. Here's how I solved it in our CSS overrides file:
/* hide the "Permanently Delete this Course" button to prevent teachers from deleting courses */
#right-side a:nth-of-type(5n).delete_course_link {
display:none;
}
Thanks to those who helped.
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.