The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
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.
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;
}
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;
}
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in