Search icon CANCEL
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 3 E-Learning Course Development

You're reading from   Moodle 3 E-Learning Course Development Create highly engaging and interactive e-learning courses with Moodle 3

Arrow left icon
Product type Paperback
Published in May 2018
Publisher
ISBN-13 9781788472197
Length 432 pages
Edition 4th Edition
Tools
Arrow right icon
Authors (2):
Arrow left icon
William Rice William Rice
Author Profile Icon William Rice
William Rice
Susan Smith Nash Susan Smith Nash
Author Profile Icon Susan Smith Nash
Susan Smith Nash
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 15. Other Books You May Enjoy

To get the most out of this book

These are the things you'll need to keep in mind in order to get the most of this book:

  1. You need to be able to use basic HTML
  2. You'll need a good text editor, such as Google Docs or Microsoft Word
  3. You'll need to be able to use photo editing programs, either Cloud-based (GIMP, for example), or installed on-premise (MS-Paint, for example)
  4. You'll need to be able to use spreadsheet programs (Excel or Google Sheets) for importing and exporting student records and questions to test banks in quiz

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Note the full course name in the <title> and <meta> tags. Many search engines give a lot of weight to the title tag. If your Moodle system is open to search engines, choose your course title with this in mind."

A block of code is set as follows:

<head>
<title>Course: Non-Surgical Anti-Aging Services </title>
<link rel="shortcut icon"
href="http://localhost/moodle/theme/image.php/standard/theme/1359480837/favicon" />
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<meta name="keywords" content="moodle, Course: Non-Surgical Anti-
Aging Services" />

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

<head>
<title>Course: Non-Surgical Anti-Aging Services </title>
<link rel="shortcut icon"
href="http://localhost/moodle/theme/image.php/standard/theme/1359480837/favicon" />
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<meta name="keywords" content="moodle, Course: Non-Surgical Anti-
Aging Services" />

Any command-line input or output is written as follows:

$ git clone -b MOODLE_{{Version3}}_STABLE git://git.moodle.org/moodle.git  

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "To use conditional activities, your system administrator must enable the feature Enable conditional access under Site administration | Advanced Features."

Warnings or important notes appear like this.
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