Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
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 Course Design Best Practices

You're reading from   Moodle Course Design Best Practices Design and develop outstanding Moodle learning experiences

Arrow left icon
Product type Paperback
Published in Aug 2018
Publisher
ISBN-13 9781789348606
Length 164 pages
Edition 2nd Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
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 (10) Chapters Close

Preface 1. Preparing to Build an Exemplary Moodle Course 2. Planning Your Course FREE CHAPTER 3. Organizing Your Course 4. Best Practices in Content Delivery 5. Designing Self-Paced Independent Study Courses 6. Developing Cohort-Based Courses with Teacher-Student Interaction 7. Creating Student-Centered Project-Based Courses 8. Moodle for Online Communities 9. 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 out of this book:

  1. You’ll 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 (Flickr or GIMP, for example) or installed on-premise (MS-Paint, for example)
  4. You’ll need to be able to use cloud-based video, audio, and presentation editing and hosting apps, such as YouTube, Vimeo, Flickr, SlideShare, Screencast-o-matic, Soundcloud, in order to create content and host it on the cloud due to space limitations in Moodle
  5. You’ll need to be able to use spreadsheet programs (Excel or Google Sheets) to import and export student records and questions to test banks in quizzes

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 €18.99/month. Cancel anytime