Site icon LMS Daily

The beginners guide – How to install a Moodle Plugin

The beginners guide – How to install a Moodle Plugin

Check out how to install Moodle Plugins

Moodle Plugins enable you to add additional features and functionality to Moodle, such as new activities, new quiz question types, new reports, new blocks, integrations with other systems and many more features. The easiest and most maintainable way to add new functionality to Moodle is by installing a new Moodle plugin

Moodle supports more than 50 types of plugin to extend the functionality. As of writing of this post, Moodle Plugins directory includes more than 1967 plugins contributed by 1080+ Moodle community developers.

There are three ways how the plugin code can be installed in Moodle.

Installing from the Moodle plugins directory:

Installing via uploaded ZIP file

Installing manually at the server

If you can’t deploy the plugin code via the administration web interface, you have to copy it to the server file system manually (e.g. if the web server process does not have write access to the Moodle installation tree to do this for you).

You need to establish the correct path in the Moodle code tree. For beginners, I would like to bring attention to the plugin nomenclature for better understanding the Moodle code tree.

If you carefully observe the plugin name then you will observe that it is starting to look similar to block_sharing_cart, theme_essential or editor_marklar etc. This means that the first word includes the type of plugin and the second word includes the name. You need to extract the file contents in the appropriate directory on your server. Some Common locations are:

Caution before installing Moodle plugins

Definitely Moodle plugins help to add new features and add additional functionality but you need to consider the following points before installing a new plugin:

Exit mobile version