Book Image

Moodle Administration Essentials

Book Image

Moodle Administration Essentials

Overview of this book

If you are an experienced system administrator and know how to manage servers and set up web environments but now want to explore Moodle, this book is perfect for you. You'll get to grips with the basics and learn to manage Moodle quickly, focusing on essential tasks. Having prior knowledge of virtual learning environments would be beneficial, but is not mandatory to make the most of this book.
Table of Contents (15 chapters)
Moodle Administration Essentials
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Uploading users


An administrator can bulk upload users in Moodle using a spreadsheet. This can be created in Excel, Open Office, or a similar application like Google Docs. In this section, we will refer to using Microsoft Excel.

Tip

The minimum information that is required as data in the spreadsheet includes the first name, last name, e-mail, username, and password. The password is not mandatory, and if you leave it blank, it will autogenerate the password and send an e-mail to the user immediately with their username and password.

Preparing the spreadsheet

To prepare your file for uploading perform the following:

  1. Open Microsoft Excel.

  2. Create five column names in the first row as the following—these should be lowercase and no spaces:

    • username

    • password

    • firstname

    • lastname

    • email

  3. Fill in the user details:

  4. For the username, we suggest you use the first name and last name with no spaces, no special characters, and all lowercase or e-mail address in lowercase.

  5. If you are creating manual accounts, you...