Locking Modules

Jump to solution
vancej
Community Participant

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.

0 Likes
1 Solution
jerry_nguyen
Community Contributor

@vancej 

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)

TeacherPermission.png

 

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;
}

 

View solution in original post