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

Enabling web services for external systems


An external system is any application that accesses Moodle and its data in one way or the other. There are eight steps that have to be performed to complete the setup, which follow the workflow described on the web services Overview screen:

  1. 1. Create a specific user: Each application should have a separate user account. That way you can control the capabilities each external system is going to use.

  2. 2. Check user capability: Depending on the protocol selected above, you have to allow the respective permissions for the user. You achieve this by creating a new role with any of the four capabilities webservice/amf:use, webservice/rest:use, webservice/soap:use, or webservice/xmlrpc:use. This role has to be assigned to the web services user in the System context.

  3. 3. Select a service: A service is like a defined interface that an external application can connect to. It is a set of functions, which are covered next. Selecting a service takes place...