Locking Modules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I suspect this is counter-productive, but is there a way to lock modules in the blueprint so that the receiving faculty can not delete them? Meaning, after building classes from the blueprint, we do not want faculty deleting modules. If the original set of modules in the blueprint is 8, then there should be at least 8 when IDs, Deans, other faculty-admin pays a quick visit.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately, you can only lock module items.
You can change the "Teacher" permission (Admin -> Permissions -> Course Roles). This will prevent the "Teacher" role from removing content.
(The teacher might need to logout and log in again for the permissions to take effect)
Alternatively, you can upload a custom CSS to hide the 3-dot button which allows teachers to remove the module
button.Button--icon-action.al-trigger {
display: none;
}