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

Report generation


Moodle comes with a number of predefined reports that are based on stored log information. While this is sufficient for certain activities, there are two drawbacks to this approach:

  • It is not possible to create user-defined reports

  • Additional data stored in the database or summary information is not taken into account

The following two tools rectify this situation.

Configurable reports

Configurable reports is a third-party plugin for Moodle, which will appear as a block once it has been installed. The installation of the add-ons has been described in detail in Chapter 8, Moodle Plugins.

Anyone who has been given permission can create new reports at the site or course level. Configurable reports supports five types of reports:

  • Courses report: Reports using course data

  • Categories report: Reports using category data plus optional embedded course reports

  • Users report: Reports using user data and their course activities

  • Timeline report: Reports across time for courses, users, and...