Skip to content

jcorel/moodle-availability_enrolmentmethod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moodle-availability_enrolmentmethod

Moodle availability plugin which lets users restrict resources, activities and sections based on enrolment methods

Requirements

This plugin requires Moodle 3.11+

Installation

Install the plugin like any other plugin to folder /availability/condition/enrolmentmethod

See http://docs.moodle.org/en/Installing_plugins for details on installing Moodle plugins

Usage

After installing the plugin, it is ready to use without the need for any configuration.

Teachers (and other users with editing rights) can add the "Enrolment method" availability condition to activities / resources / sections in their courses. While adding the condition, they have to define the enrolment method which students have to have in course context to access the activity / resource / section.

If you want to learn more about using availability plugins in Moodle, please see https://docs.moodle.org/en/Restrict_access.

How this plugin works

The availability plugin checks if the user has the given enrolment method and, if yes, grants access to the restricted activity.

However, there is the capability moodle/course:viewhiddenactivities (see https://docs.moodle.org/en/Capabilities/moodle/course:viewhiddenactivities) which is contained in the manager, teacher and non-editing teacher roles by default. If a user has a role which contains moodle/course:viewhiddenactivities, he is able to use an activity / resource / section even if the teacher has restricted it with availability_enrolmentmethod to some other role.

Because of that, availability_enrolmentmethod can't be used to hide activities / resources / sections from users who already are allowed to view hidden activities in the course. Use this availability restriction plugin wisely and explain to your teachers what is possible and what is not.

License

Licensed under the GNU GPL License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published