Book Image

Moodle 1.9 Top Extensions Cookbook

Book Image

Moodle 1.9 Top Extensions Cookbook

Overview of this book

Moodle is growing at a seemingly unstoppable rate. One of the key reasons for its popularity lies in its potential to extend with modules, thus making the site easier to administer, add new features, and completely change the way it looks. This book finds you the best Moodle modules, teaches you how to install them, and helps you to master their configuration.There are hundreds of Moodle modules available. Find out which you can trust and how to put them to work. This practical book gives you hands-on experience on using and managing Moodle modules, thus making your learning website feature-rich. It covers many features and techniques in order to allow you to organize your ideas to improve teaching using Moodle as a virtual learning platformThis book begins with simple activities such as adding and installing modules. Then, it moves to a very interesting topic about the integration of multimedia into Moodle, covering major multimedia elements such as images, audio, and video. Social networking applications like Twitter and Facebook are embedded in the Moodle course in order to invent stories, create group works, and create social team interactions with the virtual classroom. But the book doesn't end there, you will also see how to use Moodle to accept and assess coursework submissions, discuss work with students, and deliver quizzes, tests, and videos.The book ends with a chapter full of simple challenges such as adding educational games. This book is written to help you find modules that will be useful to you and your students, and to show examples of how these modules can be setup and used in teaching.
Table of Contents (17 chapters)
Moodle 1.9 Top Extensions Cookbook
Credits
About the Author
About the Reviewers
Preface
Index

In-course Web searching with Moogle


Name

Moodle Google (Moogle)

Module Type

Block

Author

Yajuvendrasinh (Yaju) V. Mahida

Released

2008

Maintained

Actively

Languages

English

Compliance

Good

Documentation

readme.txt file, help files do not work

Errors

Errors displayed with all error reporting turned on

Bring Google searches into Moodle with this convenient block.

Getting ready

Install the block into the /moodle/blocks/ directory and visit the Notifications page.

How to do it...

Once the block is installed, you will be asked to modify global settings for the block. One setting that is critical is the Google Ajax Search API key. This is not the same as the Maps API key if you happen to have that already, but the process is the same.

At the bottom of the block's global configuration page there is a button labeled Get Google API Key; when clicked a new tab or browser window will open and you will be taken to the following URL: http://code.google.com/apis/ajaxsearch/signup.html.

You...