Book Image

Moodle 3 Administration - Third Edition

By : Alex Büchner
Book Image

Moodle 3 Administration - Third Edition

By: Alex Büchner

Overview of this book

Moodle is the de facto standard for open source learning platforms. However, setting up and managing a learning environment can be a complex task since it covers a wide range of technical, organizational, and pedagogical topics. This ranges from basic user and course management, to configuring plugins and design elements, all the way to system settings, performance optimization, events frameworks, and so on. This book concentrates on basic tasks such as how to set up and configure Moodle and how to perform day-to-day administration activities, and progresses on to more advanced topics that show you how to customize and extend Moodle, manage courses, cohorts, and users, and how to work with roles and capabilities. You’ll learn to configure Moodle plugins and ensure your VLE conforms to pedagogical and technical requirements in your organization. You’ll then learn how to integrate the VLE via web services and network it with other sites, including Mahara, and extend your system via plugins and LTI. By the end of this book, you will be able to set up an efficient, fully fledged, and secure Moodle system.
Table of Contents (24 chapters)
Moodle 3 Administration Third Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Plugins – an overview


Moodle plugins are modules that provide some specific, usually ring-fenced functionality. You can access the plugins area via the Plugins menu that is shown in the following screenshot:

Install plugins lets you add third-party add-ons to your Moodle system. This is dealt with in the second part of this chapter. Plugins overview displays a list of all the installed plugins. The information shown for each plugin includes Plugin name, an internal Identifier, its Source (standard or extension), its Version (in the date format), its Availability (enabled or disabled), a link to the Settings plugin, an option to Uninstall the plugin, and some Notes (usually in the form of dependencies or errors). This table is useful to get a quick overview of what has been installed on your system and what functionality is available. You can also perform Check for available updates via the button at the top of the screen.

Some areas contain a significant number of plugins, for instance, authentication...