Moodle Portfolio Options

Jul 30th 2008
2 Comments
respond
trackback

This is a post I recently put on Moodle.org to answer an inquiry on available Moodle e-Portfolio options. Thought it might also interest the wider community. So here it is copy and pasted from Moodle.org for your reading pleasure.

My recommendation is to use something external to moodle (like Mahara). Especially with the upcoming release of the Portfolio API in moodle 2.0, this will allow for better integration with external Portfolio’s

The reason’s for external for me include:

  • When moodle is reset each year, what happens to portfolio data. When this is external I don’t worry about this.
  • Do you want your portfolio to allow for access from users who are not moodle users (i.e. parents, colleagues, future employers, etc)

Now my Mahara sales pitch (please note I do not work for them nor am I paid for this) :-D

  • One of the lead developers of Mahara is also the lead on the moodle Porfolio API. This is not at all suggesting that Mahara will work best with this as the API is open to all who wish to use it. It does whoever suggest the two will work well right off the bat
  • Mahara is government funded. this means it is in good hands and won’t disappear in a hurry
  • It is being built from the ground up and specialised as a Portfolio. Let moodle do what moodle does best and Mahara do its thing.
  • Here is an example of how it can also be used for student activity. Each project link is a students portfolio. This live example now has me sold on this app

That all being said, best thing to do is to more fully scope your own requirements. There are a few portfolio options around for moodle at the moment that are worth checking out. Once you know more what you want, you can then pick the project that suits best. Portfolio’s to check out include:

External to moodle with Integration

Built into moodle

For more information I suggest you take a good look through the moodle Portfolio forums as well

Popularity: 83% [?]

Share/Save/Bookmark


This post is tagged , ,



Explore Recent

2 Comments

  1. I will also say that you can use a standard moodle instance for portfolios also. We maintain a separate moodle portfolio instance for pre-service teacher portfolios. These portfolios are more on the order of “showcase” portfolios, not “growth and development” portfolios, but they have worked for us. Each student is the “instructor” of his or her portfolio “course” and therefore controls guest keys, ability to add resources, etc. It works out pretty well.

    atw

    [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);