Podcasting within Moodle

Oct 17th 2008
5 Comments
respond
trackback

Over the last month I found myself presenting at not one, but two moots. the first was the Australian Moodle Moot in Brisbane, the second was the New Zealand Moodle Moot in Napier.

At both Moots I found myself presenting on how I use the “Podcast” Module at Riverview to deploy podcasts (and Vodcasts) to our students. The trial last term was such a success that I now struggle to keep up with the needs of staff.

I have created a video of this presentation and also attached to it a demo of how the module operates to give you all a taste of how this could possibly work for you within your own educational institution.

After both Moots interest from participants on podcasting within Moodle was so high that it was decided a new Podcasting forum would be set up on Moodle.org to allow educators and administrators to talk more about this online.

This text will be replaced

When thinking of the Podcasting path I urge teachers and decision makers within Institutions to also think about the implications of licensing. A Podcast by design publishes into the public domain. I recommend looking into Creative Commons licensing alternatives. There are different flavors that allow you to assign the version that best suits your need. They have also now designed a variant aimed directly at the education market called ccLearn

Additional Links

Popularity: 80% [?]

Share/Save/Bookmark


This post is tagged , , , ,



Explore Recent

5 Comments

  1. Thanks Julian for another great plugin. Apple’s iWeb is pretty easy to to publish a podcast, but this plugin makes it even easier!

    [Reply]

  2. Thank you again for another link to a great plugin. I have put it in to our moodle site and am happily spreading the word. It seems that without teachers finding these things and reviewing them that the tech’s don’t get the point of them.

    [Reply]

  3. Moodleman,

    I was asked by one of our teachers (who teaches German) if there is a podcasting module where students can make a cast (as an activity) and submit this to their teacher? In all the discriptions of podcasting that I read it seems that the stream is one way only - from the teachers to the students….
    Is there such a module? Or is there a way to adapt an existing module?

    [Reply]

  4. sadly no such module exists Jaap. But you could use either an upload file assignment or a database activity to facilitate the student contribution side of tings

    [Reply]

Leave a Reply

google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);