Book Image

Moodle 2 Administration

Book Image

Moodle 2 Administration

Overview of this book

Moodle has evolved from an academic project to the world's most popular virtual learning environment. During this evolution, its complexity has risen dramatically and so have the skills that are required to administer the system.Moodle 2 Administration is a complete, practical guide to administering Moodle sites. It covers how to set up Moodle in any learning environment, configuration and day-to-day admin tasks, as well as advanced options for customizing and extending Moodle.The author, who has been administering systems for over 20 years, has adopted a problem-solution approach to bring the content in line with your day-to-day operations. The practical examples will help you to set up Moodle for large groups and small courses alike. This is a one-stop reference for any task you will ever come across when administering a Moodle site of any shape and size.
Table of Contents (24 chapters)
Moodle 2 Administration
Credits
About the Author
About the Reviewers
www.PacktPub.com
PacktLib.PacktPub.com
Preface

Reporting overview


Moodle records a detailed log of each action performed by a user. Each record (or hit) contains data about:

  • Who did (user)

  • What (action)

  • When (date and time)

  • Where (IP address)

Given this trail of information, it is possible to perform two reporting tasks using Moodle's on-board facilities; namely, reporting and statistics.

Reporting is mainly concerned with summary information of users' activities. For instance, the number of views of a learning resource in a particular course. Ideally, reports allow some interaction to drill down to more specific information, usually via filters. This is useful if you need to locate data about an individual, an activity, or a course. For example, a pupil insists that he or she has submitted an assignment, which cannot be located; the tracking log will be able to shed light on this.

Moodle offers a Statistics mode, which provides a graphical summary about the number of hits in courses and the entire site.

Bear in mind that most information...