Moodle course permissions
From Notes_Wiki
Home > CentOS > CentOS 6.x > Web based tools or applications > Moodle configuration > Moodle course permissions
Various permissions for moodle that allow a user to perform (not be able to perform) certain actions are described here.
Allowing non-editing teacher to create or edit assignments
To allow non-editing teacher to create or edit assignments use following steps:
- Login as moodle admin
- Select course
- Go to course administration -> Users -> Permissions
- Give following permissions to non-editing teachers
- Manage activities (moodle/course:manageactivities)
- Manage blocks on a page (moodle/site:manageblocks)
- Add a new assignment (mod/assign:addinstance)
Mail now option for non-editing teacher for news forum
For mail now option in news forum (or other forums) following permissions are required:
- Manage activities (moodle/course:manageactivities)
Learned from https://docs.moodle.org/28/en/Using_Forum#Mail_now
Home > CentOS > CentOS 6.x > Web based tools or applications > Moodle configuration > Moodle course permissions