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

Summary


Moodle offers several options for the student-to-student and student-to-teacher interaction. When deciding which social activities to use, consider the level of structure and the level of student-to-student/student-to-teacher interaction you want. For example, chats and wikis are naturally unstructured with a lot of opportunities for the student-to-student interaction. These are good ways of relinquishing some control of the class to students. A forum offers more structure, because entries are segregated to topics. It can be moderated by the teacher, making it even more structured.

You may want to introduce a chat and/or forum at the beginning of a course to build esprit de corps among several students and then move on to a collaborative wiki (such as a group writing project).

In the next chapter, we will see how to encourage collaboration among students using wikis and glossaries. We will learn how to use collaboration as an instructional strategy, develop a glossary and a wiki, and...