Difference between revisions of "Moodle course permissions"

From Notes_Wiki
m
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Add official non-editable user profile fiels=
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Web based tools or applications]] > [[Moodle configuration]] > [[Moodle course permissions]]


For each user official non-editable user profile fields can be added using:
Various permissions for moodle that allow a user to perform (not be able to perform) certain actions are described here.
# Go to site administration -> users -> User Profile fields
 
# Add new category and fields.  Make field non-editable
==Allowing non-editing teacher to create or edit assignments==
# As an admin edit profile for each user and add values in corresponding field
 
# Optionall [[Enable full profile view]] for teachers or TAs or everyone so that they can look at the newly added fields.
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
 
 
 
 
 
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Web based tools or applications]] > [[Moodle configuration]] > [[Moodle course permissions]]

Latest revision as of 18:30, 28 July 2022

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:

  1. Login as moodle admin
  2. Select course
  3. Go to course administration -> Users -> Permissions
  4. Give following permissions to non-editing teachers
    1. Manage activities (moodle/course:manageactivities)
    2. Manage blocks on a page (moodle/site:manageblocks)
    3. 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:

  1. 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