Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
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 1.9 Multimedia

You're reading from   Moodle 1.9 Multimedia Create and share multimedia learning materials in your Moodle courses.

Arrow left icon
Product type Paperback
Published in May 2009
Publisher Packt
ISBN-13 9781847195906
Length 272 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Table of Contents (13) Chapters Close

Moodle 1.9 Multimedia
Credits
About the author
About the reviewers
1. Preface
1. Getting Ready for Multimedia in Moodle FREE CHAPTER 2. Picture This 3. Sound and Music 4. Video 5. Web 2.0 and Other Multimedia Forms 6. Multimedia and Assessments 7. Synchronous Communication and Interaction 8. Common Multimedia Issues in Moodle

Configuring Moodle for multimedia


Moodle, as a Web based learning management system/virtual learning environment, is prepared for a range of multimedia elements (not for creation, but for integration). We can easily add images, videos, and sound files. And if everything works out as expected, we will just need to make a link to the multimedia file, and Moodle will do the rest to embed a player and show it.

However, there are some Moodle settings that we should be aware of that make this use of multimedia easier. We should ask our Moodle administrator to:

  • Enable the multimedia plugins: In the Site administration block, go to Modules | Filters and click on the closed eye next to the plug-in name to open it). Then click on Settings, enable the swf plugin, and save the changes.

  • Allow the EMBED and OBJECT tags: In the Site administration block, go to Security | Site policies and select the checkbox for this field, and save the changes.

  • Use the HTML editor: In the Site administration block, go to Appearance | HTML editor and select the checkbox for this field and save the changes. This option is usually enabled by default.

  • Enable RSS Feeds: In the Site administration block, go to Server | RSS and select the checkbox for this field and save the changes. After this, you will need to enable RSS feeds in each module that generates them: the Database, the Forum, and the Glossary. In the Site administration block, go to Modules | Activities and select the checkbox for Enable RSS Feeds, after clicking on the name of each of these modules, and then save the changes.

  • Increase the maximum upload file size: Multimedia files can be sometimes larger than common document files, so having a good upload size limit will be helpful. A maximum upload size of 16 MB will be enough for common uses. If our Moodle installation has less than that, we could ask our administrator to increase it. In the php.ini file (or in the .htaccess file), change the following values: post_max_size = 16777216 and upload_max_filesize = 16777216. In Apache http.conf or php.conf, change the value of LimitRequestBody to 16777216. Then, in the Site administration block, go to Security | Site policies and in the dropdown box for the Maximum uploaded file size field, select the Server limit. Again, all of the Modules that allow attachments, for example, the Assignment and the Forum, will need individual configuration. Go to Modules | Activities and select 16 MB from the dropdown box for the Maximum attachment size field in these two modules and save the changes. Also remember that teachers can change the maximum upload size for each course (go to Settings) and in each of these activities created in a course that allow file uploading.

    Note that Moodle administrators can refuse to change some of these settings as they can overload the server, so we may need to ask them to upload larger files for us. Multimedia files, especially videos, can be very large files, so we should have some preoccupation with the size of the files we upload. An alternative that we will explore in this book is to host our files on online services and then embed (a concept we will see in a moment) these in Moodle. This will save server space for our school or institution, but can raise other questions such as blocked websites, bandwidth, or e-safety that we will see in this book. Another alternative is to use file formats that have good size/quality ratios, and we will learn how to select and use such file formats later on.

You have been reading a chapter from
Moodle 1.9 Multimedia
Published in: May 2009
Publisher: Packt
ISBN-13: 9781847195906
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
Banner background image