Book Image

Moodle 3 E-Learning Course Development - Fourth Edition

By : Susan Smith Nash, William Rice
Book Image

Moodle 3 E-Learning Course Development - Fourth Edition

By: Susan Smith Nash, William Rice

Overview of this book

Moodle is a learning platform or Course Management System (CMS) that is easy to install and use, but the real challenge is in developing a learning process that leverages its power and maps the learning objectives to content and assessments for an integrated and effective course. Moodle 3 E-Learning Course Development guides you through meeting that challenge in a practical way. This latest edition will show you how to add static learning material, assessments, and social features such as forum-based instructional strategy, a chat module, and forums to your courses so that students reach their learning potential. Whether you want to support traditional class teaching or lecturing, or provide complete online and distance e-learning courses, this book will prove to be a powerful resource throughout your use of Moodle. You’ll learn how to create and integrate third-party plugins and widgets in your Moodle app, implement site permissions and user accounts, and ensure the security of content and test papers. Further on, you’ll implement PHP scripts that will help you create customized UIs for your app. You’ll also understand how to create your first Moodle VR e-learning app using the latest VR learning experience that Moodle 3 has to offer. By the end of this book, you will have explored the decisions, design considerations, and thought processes that go into developing a successful course.
Table of Contents (21 chapters)
Title Page
Dedication
Packt Upsell
Contributors
Preface
Index

Installation step 2 – Subdomain or subdirectory?


A subdomain is a web address that exists under your web address and acts like an independent site. For example, my website is www.williamrice.com. This is a standard website, not a Moodle site. I could have a subdomain, http://www.moodle.williamrice.com, to hold a Moodle site. This subdomain would be like an independent site. However, it exists on the same server, under the same account, and they both count toward the disk space and the bandwidth that I use.

In this example, Moodle is installed in the http://www.moodle.williamrice.com subdomain.

Using a subdomain offers you several advantages. Having a site to test updates and add-ons may be helpful if uninterrupted service is important to you. Later, you'll see how easy it is to copy a Moodle installation to a different location, change a few settings, and have it work. If you want to do this, ensure that the hosting service you choose allows subdomains.

If you want to keep things simpler, you...