Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Moodle E-Learning Course Development - Third Edition: RAW

You're reading from   Moodle E-Learning Course Development - Third Edition: RAW A complete guide to create and develop engaging e-learning courses with Moodle

Arrow left icon
Product type Paperback
Published in Jun 2015
Publisher
ISBN-13 9781782163343
Length 404 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
Susan Smith Nash Susan Smith Nash
Author Profile Icon Susan Smith Nash
Susan Smith Nash
William Rice William Rice
Author Profile Icon William Rice
William Rice
Arrow right icon
View More author details
Toc

Table of Contents (16) Chapters Close

Preface 1. A Guided Tour of Moodle 2. Installing Moodle FREE CHAPTER 3. Configuring Your Site 4. Creating Categories and Courses 5. Resources, Activities, and Conditional Access 6. Adding Resources 7. Adding Assignments, Lessons, Feedback, and Choices 8. Evaluating Students with Quizzes 9. Getting Social with Chats and Forums 10. Collaborating with Wikis and Glossaries 11. Running a Workshop 12. Groups and Cohorts 13. Extending Your Course by Adding Blocks 14. Features for Teachers Index

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: " You can protect it either by using an .htaccess file or by placing the directory outside the web server's documents directory."

A block of code is set as follows:

<?php  /// Moodle Configuration File

unset($CFG);

$CFG->dbtype    = 'mysqli';
$CFG->dblibrary = 'native';
$CFG->dbhost    = 'localhost';
$CFG->dbname    = 'info-overload';

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: " The contents of the Administration menu change depending upon who is logged in ".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image