This page aggregates blogs and status info from Moodle developers. Please contact Helen if you'd like your feed added.
20 November, 2009Helen Foster
Password policy enabled on upgrade
A heads up for anyone upgrading to the latest Moodle 1.9.6+, you'll find the password policy (in Site Administration > Security > Site policies) has been enabled and admins will be prompted to change their password on next login. Thus, if your site is for testing purposes only, you may wish to disable the password policy.
19 November, 2009Sam Marshall
I asked Ray if he would make a screencast about his new ForumNG features, and (after a little bit of convincing) he agreed! Finally, some variety in this blog. Play screencast (note: will not work in IE7 - please use Firefox or IE8). The screencast covers three minor features in about four minutes. The features will be included in the OU's March update.
Ray was a bit negative about it but I think the screencast is really great! However it did take him a long time (mostly outside work time) to make, which isn't really fair, so I probably won't ask him to do another one... at least not for quite a while. Two notes for those considering using our forum at other institutions: 1) The screencast shows our version, but outside the Open University, default text on the 'Alert' form obviously won't mention the OU or our code of conduct. Instead there is generic text that should be suitable everywhere. You can replace the text with something specific to the institution using a local language file, which is what we've done here. 2) We haven't updated the community version with these features yet - going to do a batch update around the end of the year or start of next. 17 November, 2009Helen Foster
Password salting
Today I have been learning about password salting, a method of making encrypted passwords more secure and practically impossible to crack. Please see the documentation Password salting for the collected wisdom of posters in the forum discussion Moodle Salting and in our developer chat.
Elsewhere in Moodle Docs, I loved a talk page comment regarding a typo fix from documentation writer Chris Collman to Tim Hunt: Keep doing the heavy lifting, sometimes I will find a grain of sand to put in the right place. 16 November, 2009Helen Foster
Moodle benefits from OU developers
A couple of weeks ago I came across an interesting report about the Open University (OU) and Moodle, The Open University UK: creating a win-win situation by sharing code and content. The report explained how cooperating with the worldwide Moodle community resulted in everyone benefiting.
Following his return to the UK after working at Moodle HQ in Perth for twelve months, Quiz module maintainer Tim Hunt has continued to contribute to Moodle in lots of areas. In addition to writing the documentation Development:Security, Tim has recently created a Custom SQL queries admin report. OU wiki, OU blog and conditional activities developer Sam Marshall has recently announced ForumNG (new alternative forum for moodle 1.9). Like Tim, Sam is also a particularly helpful Moodler in the Using Moodle forums. For details of what other OU developers are currently working on, please see Sam's development update blog post. A big thank you to all the OU team for their contributions to Moodle. 14 November, 2009Helen Foster
Moodle.org forums Code of Conduct
I'm sure you all agree with me that we're very fortunate to be part of such a friendly and welcoming community on moodle.org.
However, newcomers (over a thousand every day according to moodle.org/stats!) don't always realise the unwritten forum rules that we choose to abide by and sometimes post in the wrong forum, or post the same question in several forums, or use "Please help me" as the subject line of their post etc. Thus we've decided it would be a good plan to document our forum rules and moderation procedures, and so I've come up with a draft Moodle.org forums Code of Conduct. Comments on the draft are very welcome - please post in the Moodle.org design forum or use Talk:Moodle.org forums Code of Conduct. 13 November, 2009David Mudrak
Let’s go workshoppingWhile the test site where you can play with the new workshop module is up and running, I am working on migration procedures to get current 1.9 workshop data into the new framework. I am following similar approach as Petr used for the migration of the Resource module. I personally call it Scavenger design pattern.
The basic idea of the migration is that all 1.9 tables are renamed using _old suffix and new ones are created as if we were starting from scratch. Then the upgrade script goes through all 1.9 records, transforms data into new formats and inserts them into new tables (marking old records as processed). Once finished, the new workshop core tables are fed up with the old data. Later during the installation, new workshop subplugins get created (allocators, grading strategies and grading evaluators). They find the old dead workshop tables and start picking data from them. At the end of the day, the new tables are populated with the old data. Such a procedure requires that 1.9 workshop instances are at least in sort-of-well-defined-coma state. Therefore I started to fix the most critical functional and security bugs in workshop 1.9. So far the most important one may be that the workshop in Moodle 1.9.7 will push grades into gradebook as expected during the Synchronise legacy grades procedure. Big thanks to all patient users who help me with testing both new features and fixes. Sam Marshall
Time for this week's development update. I did do a new ForumNG feature (in addition to the public release mentioned earlier), but I thought I'd talk about something different. Usually, I mainly talk about what I'm working on personally, but in fact the others on my team are working on lots of other things... I don't think they are offended but even so it would be good if I don't leave them out all the time! And I hope some people reading this might be interested in reading a wider range of what's being developed in the OU's learning environment, even though that's probably not directly relevant. (As a reminder, if you happen to be an OU student - this is not in any way official, all just my personal comment, and features discussed in this blog are generally some way in the future. The things I'm talking about now are due for March, and even if we get them all finished on time, that often means, only in courses which start after March, and often not all of them either...) Not in any order:
Later in this development, apart from 'more of the same' (continued ForumNG work, for instance) we should also be working on:
* Where 'any' excludes Kindle, of course; my opinion is, unless they make a serious move toward open standards, Kindle should be kept well outside bargepole-range... Well, that's it. Sorry if it was boring or confusing. Next week I'll post about forum developments again, including the new pirate flag feature! 10 November, 2009Sam Marshall
ForumNG public 'launch' (pilot)Thought I'd add a post about this now instead of waiting for my regular Friday blog post. ForumNG is now available as an optional add-on for standard Moodle 1.9. If you run a Moodle 1.9.x installation, please feel free to try it out. However, do bear in mind that this is a pilot version and is sort of halfway between testing (i.e. earlier versions have been tested but we changed a bunch of things since). Please install on a test server first, and do not use for any real work unless you've verified for yourself that it is good enough for your purposes. If you do find bugs please report them via the Moodle bug tracker. There's a link to that in the modules & plug-ins entry above. 09 November, 2009Sam Marshall
Ooops. Didn't do a blog post on Friday, so here it is late... Nothing very exiting to report in ForumNG-world last week:
I'm now trying to get ForumNG to work with the old 'htmlarea' editor that is still used in standard moodle 1.9 (argh) in preparation for contrib release. I may be gone some time... 07 November, 2009Helen Foster
Moodle 2.0 QA testing
This week I've made a start on setting up tests in the Moodle Tracker for our Moodle QA / functional testing - see MDLQA. (Thanks to Jerome Mouneyrac for figuring out how to use Jira as a Test Case Management Software and to Martin for creating the project.)
Up to now, we've not had any organised testing of Moodle features prior to the release of a new version. We're hoping for lots of help from the community to ensure Moodle 2.0 is the best release yet! If you're wondering when Moodle 2.0 is likely to be released, the answer can be found in our Administration FAQ together with links to further information. 03 November, 2009Helen Foster
Over 120 thousand Moodle downloads last month!
Our latest monthly download statistics show that Moodle is more popular than ever!
Following the release of Moodle 1.9.6 and 1.8.10, the download figures for October 2009 rose to a record high of 127052 downloads! (Note that this figure is just for packages downloaded from moodle.org/downloads and does not include site updates via a CVS mirror server as described in CVS for Administrators.) For more statistics, including proportions of registered sites using different versions of Moodle (with a surprising number still using 1.5.x) please see moodle.org/stats. 01 November, 2009Dan Marsden
Moodle and SCORM 2004 – certified already?now that I’ve got your attention…. The guys at Rustici have written an plugin for Moodle to connect to their Commercial hosted SCORM player – which is SCORM Certified for 1.2 and 2004 Bascially, they “host” your SCORM object on their SCORM Cloud, and the Moodle plugin redirects the user to their site, and allows their site to pass back information like the grade and duration data. The Moodle module is free to download, and you pay Rustici for “hosting” your SCORM objects. You can create a free demo account to test their SCORM Engine but to use on a production site, you will need to pay them for the hosting. The Moodle code and the SCORM Cloud are still in beta, (I’ve just had a quick look through the beta code and reported a couple of small issues) but in the near future, this could be an easy answer to those RFP’s that require a SCORM 2004 checkbox to be ticked. something like this could be used in those RFP’s(and in the moodledocs): With the availability of the Rustici engine at an affordable price, the urgency for getting the SCORM module in Moodle SCORM 2004 compliant/certified has definately decreased. 31 October, 2009Helen Foster
Last day of Moodle 1.7.xToday is the last day of MOODLE_17_STABLE in the Moodle Tracker. As Martin mentioned in the moodle.org news back in February, New releases: Moodle 1.9.4, 1.8.8, 1.7.7 and 1.6.9,
For anyone interested, our process of dropping support for older stable branches is detailed in Development:Stable branch support. Keeping your site up-to-date is highly recommended in order to keep your site secure. Also recommended is to regularly run the Security overview report in Site Administration > Reports > Security overview (source: Hacked site recovery). 30 October, 2009Sam Marshall
March ForumNG featuresThis week we've started work on development for our March release. They haven't even started testing the December release yet, but these things have to overlap or we'd never get anything done... There's a lot of development on ForumNG scheduled because the March release is a big push here - we want lots of courses to start moving onto the new forum, for new course presentations that start from that point on. I'm spending the vast majority of my time on it, and Ray Guo is also doing some of the new features. Hopefully I'll get Ray to make a screencast of his stuff so it's not just me all the time. By the way, the version for Moodle 1.9 contrib (optional install) should be getting made really soon. (Famous last words.) Anyhow, some people like the screencasts, so I decided to make another one each time I have a new vaguely interesting feature to show. This week I had to spend a lot of time scheduling tasks and suchlike (and getting Tim to do things he doesn't really want to do because he wants to work on quiz... but he's already implemented a really cool admin report). But I did manage to implement a new feature as well. The feature is 'forward by email'. You can send a whole discussion, or selected posts from a discussion, in an email to any email address. Here's the screencast (about 6MB). As usual, the link requires Firefox or another browser that is happy to play .swf files when clicked. By the way, I didn't mention it in the screencast, but the whole thing does work for non-JavaScript users (including our 'friends' using IE6; we turned off ForumNG's JavaScript in IE6 because trying to make it work was a nightmare). The interface is basically the same but with less of the fancy visuals and more of the 'click a button, wait for a new page to load'. Helen Foster
Farewell to Moodle HQ developerToday Moodle HQ says farewell to developer Nicolas Connault. Nicolas joined Moodle HQ almost three years ago in December 2006. His work has included unit testing, the Moodle 1.9 gradebook, gradebook improvements in Moodle 1.9.5, blog improvements for Moodle 2.0 (MDL-19676) and over 350 bug fixes! In addition to writing code, Nicolas has been a particularly helpful Moodler in the Using Moodle forums, a mentor for Google Summer of Code in 2007 and 2008, a documentation writer, and has added variety and artistic appreciation to our developer chat through his observations and daily photos. A big thank you to Nicolas for his contribution to Moodle and best wishes for his return to university next year. 29 October, 2009Helen Foster
The story of blogs in MoodleFor those of you interested in some Moodle history, blogs arrived in Moodle in version 1.6, based on the work of Daryl Hawes. Since they were added, the lack of a blog comments option has been discussed at length (see Blogs, Forums and the nature of discussion and Blogs and comments) and as a result, blog comments will be included in Moodle 2.0. In Moodle 1.7 it became possible to limit blogging to specific users by setting up a Blogger role. Last year the Open University in the UK released their own blog module, the OU blog, which allows for course and group blogs. In addition to blog comments, Moodle 2.0 will include a number of other blog improvements (see MDL-19676), such as support for external blogs and blog associations (based on the GSOC 2008 project Blog improvements by Joey Morwick). As for my own blog on moodle.org, I’ve just moved it to helenfoster.wordpress.com where I’m enjoying discovering lots of cool WordPress features. Feel free to comment on any of my blog posts there! 26 October, 2009David Mudrak
In git we trustIt was one of that discussions when people prefer leaving the chat room before they say something they would regret later. The Pandora’s box was opened by an innocent question on the recommended procedure to customize a contributed Moodle plugin. The discussion turned into a hot topic on what the current source code management system (CVS) gives to us and what we and our contributors could gain (and lose) from switching the Moodle CONTRIB repository to git. Imagine you have clients who pay you for implementing a solution based on a contributed Moodle plugin. The quality of the Moodle contributed code varies and some sort of the code review and clean-up is strongly recommended before using it at production server. The contributed code may contain critical security holes and such plugin may easily become an open gate to your server with a big bright sign “Welcome Attackers!” So you have reviewed the code, fixed several obvious bugs and improved the features a bit as requested by your client. And – now what? Of course you want to deploy your changes to the client’s server – as soon as it is tested (or at least it does not produce any PHP warnings
All these have nothing to do with the SCM software itself. It is about responsibility, communication, constructive peer-reviews and developer etiquette. However, I think that the features and the characteristics of the SCM may significantly help with sorting out the issues discussed above or with not running into them at all. Switching Moodle CONTRIB area into a cluster of separate git repositories emerged as an idea during the discussion. The nature of git – a distributed versioning system – seems to perfectly fit into the nature of our contrib, the hive of really interesting features and ideas. Contributors may come with their own trees of source code and the comparison of such two trees is easy. If the maintainer stops responding to the community questions and proposals, his/her tree becomes quickly obsolete and the community may start to prefer some other tree (if such is available). The pull-based model of the the maintainer-contributor interaction requires the maintainer pays attention to the patches to be included and hopefully learns from them. On the other hand, the contributors have to keep their trees up-to-date with the recent versions of the upstream code if they wish it is included in the maintainer’s tree. The point is, with git, everybody can easily become a maintainer of his/her own clone of the product. They have to gain the respect of the community members by keeping the high quality of their version. And remember – respect is everything. I do not think we should switch to git-only at the moment. Let us give git a chance and see what Moodle contributors think. To help them with their first steps, I summarized my personal experiences with using git in Moodle development into a sort of tutorial at http://docs.moodle.org. You are welcome to review it and/or put comments with your own solutions. Tim Hunt
What I'm working on
I've been meaning to post here for a while about what I am working on, but I keep posting in the Moodle Quiz Forum instead, because what I have to say seems more relevant there.
Anyway, the short answer is that I am rewriting the Moodle Question Engine. That document explains the what and the why. I want to post here about the how. The question engine is the part of Moodle that processes what happens as a student attempts questions as part of a quiz (or other activity). What makes this a relatively difficult problem is that there are two independent degrees of variation. A question may be one of many different question types (multiple choice, short-answer, essay, ...) and there are various ways that a student may interact with it (adaptive mode, non-adaptive mode, manually graded, ...). Plus, people seem to think that when quizzes are used for summative assessments, it is quite important that there are no bugs and that performance is good ;-). The complexity of the problem, and my natural bias, means that I am taking a very object-oriented approach. More so than is normally used in Moodle. Separate objects, with clearly defined responsibilities, helps me understand the problem and have confidence that what I am doing will work. If you read the document linked to above, you will learn that I have been dissatisfied with this part of the quiz code for years, however it is really only within the last year that I have worked out the overall approach to solving this problem nicely. The key realisation is that you need to apply the strategy pattern twice, once for the bits that vary with the question type, and once for the bits that vary with the interaction model. The other important part of the plan is a cleaner database structure that more closely maps to data we need to store. However, to implement all that requires quite a lot of code. I need to build the core system that can support all the different interactions and question types. Then I need to create all the interactions to replicate Moodle's existing functionality and the new features we want to add (Certainty Based Marking, and what we are calling the Interactive mode). Then I need to modify all the existing Moodle question types to fit into the new system. And I need to do all this with robust bug-free code that we can confidently use for summative assessment. Over the last year I become increasing coverted to test-driven development. Certainly I wrote a lots of tests while eating my elephant, and this time round I am being very thorough with testing, although I must admit I still don't always write the tests first. I am also proceeding very iteratively. I started with a test that took a single true-false question through being attempted according to the simplest of the interactions, and wrote some code that used roughly the right classes to make that test pass. Then for about a week I did little more than refactor that code. It turned out that most of my variables and classes had the wrong name. For example, at one point I had classes called question_state and question_states, which was clearly a recipe for confusion. It was only after I had working code that I was able to think of the name question_attempt_step (one step in a question_attempt) for one of those. I also came to realise that grades were stored in three separate ways in different places, and so I ought to make sure I was using a consistent naming scheme for my variables. Then I did a bit of moving methods between classes as the exact boundaries of responsibility of different classes became clearer. Should I have been able to get all that right first time? Well I think that would be impossible. I also started gradually removing simplifying assumptions that worked for my initial test true-false question, but not more generally. That was the point at which I started extending my code to other question types and interactions. For example I wrote a test case a walking an essay question through the manual grading interaction, and exposed some new issues that had to be accounted for; and just today I introduced multiple-choice questions, which randomise the order of the choices when you start an attempt, but then you have to store that random order somewhere so it can be used throughout the attempt. I have also already implemented the certainty based marking interaction. There is still much to do. My code that outputs the HTML for a question is still a rough hack of the current code that lets the tests pass. I need several rounds of refactoring before that will be cleaned to my satisfaction. There are sill five more interactions to write, although each one is getting quicker than the one before. Then I have to convert all the existing question types. I need code that stores the current state of everything in the database and later reads it back. Finally, the nasty bits, which are upgrading from the current database structure to the new one, and re-implementing backup and restore, including restore of old backups. If you were paying attention in that last paragraph, you will have deduced that my code does not yet store anything in the database! I am taking an approach with the domain objects completely unaware of the database (which makes testing very easy) and I am planning to use the data mapper pattern to coordinate loading and saving the necessary data efficiently. I am pretty sure I know how to do that, however, I have not tried to write it yet because I want to re-read the relevant chapters of Patterns of Enterprise Application Architecture, and my copy only recently got back from Australia, and I won't be able to retrieve it from my parents' house until this weekend. In terms of time-scales, I am really hoping to get this done by about Christmas, and in time to go into Moodle 2.0, since it breaks a number of APIs. However, I first have to implement this in the OU's Moodle 1.9 code-base and then port it to Moodle 2.0, so no promises. This may have to wait until Moodle 2.1. Anyway, that is what I have been doing, and so far it has been very enjoyable. Write tests, make them pass, then refactor aggressively with the tests as a safety net is an approach that is working really well for me. These are quite big scary changes, but right now I am feeling confident that it will all work out, and we will end up with a really solid question engine upon which to base an enhanced quiz and other Moodle activities. by Tim Hunt (noreply@blogger.com) at 26 October, 2009 02:32 PM Helen Foster
New Moodle language pack – DhivehiMoodle has a new language pack, Dhivehi, thanks to translators Ahmed Shareef, Moosa Ali, Amir Hussein and translation coordinator Koen Roggemans. According to the Wikipedia article, Dhivehi language, Dhivehi is the official language of the Maldives and is spoken by around 350,000 people. The word atoll (meaning a ring of coral islands or reefs) comes from the Dhivehi word atolhu. You can easily install Dhivehi, or any other language pack, on your Moodle site via Site Administration > Language > Language packs. Even if you have no need for additional languages, you can still make use of Moodle’s language editing facility to change a word or phrase on your site. Please see the Language FAQ for details. 23 October, 2009Sam Marshall
December ForumNG release update - save draftToday was our code freeze for the December 1st release. As usual, various things were delayed, but I did actually manage to finish a few new features for ForumNG. (Not as many as I'd hoped - unfortunately, what with me going on holiday and then various necessary bug fixing tasks, there was only about two weeks of development on new features. Don't know exactly how much development there was, because, er, I'm late with updating the schedule page... ah well...) Anyhow, here are the new features since last time I posted to this blog:
And the big one - save draft. We had a customisation to existing Moodle forums that let you save draft posts. (There were lots of problems with it, too, but let's not go there.) ForumNG didn't have this, but people wanted it back, and their wish is my requirements list! The new save draft is a lot nicer than the old one. You can conveniently use it either because you want to leave a message and finish it tomorrow, or because you're halfway through a long post and are (probably justly) paranoid that the system will crash and lose all your work. Anyhow, rather than explain how it works, I've made a 3 minute screencast to demonstrate it. In order to see the screencast you need to be using Firefox or some other nice browser that will display .swf files that are linked to. This is because I'm too lazy to set up a proper web page for it. That said, here's the link. December release features (...i.e. save as draft) screencast Enjoy! (Well, or just bear it. It's only three minutes.) PS If you're a member of OU internal staff you can probably see the documentation page for this update. Not available for tutors or students or anyone outside the OU, sorry. (But if you read this blog you know it already! Just in a bit less detail.) 22 October, 2009Helen Foster
Meeting moodlefairyYesterday I had the pleasure of meeting up with particularly helpful Moodler Mary Cooch on a visit to Brussels in Belgium. Mary, from Preston in the UK, is a real teacher at heart – she loves helping others and sharing her knowledge. A self-confessed “Moodle addict”, Mary is extremely active in the Using Moodle forums and in the Lounge, where she is a facilitator. Mary has also written a book Moodle for Teaching 7-14 Year Olds and her Moodle Blog contains a wealth of Moodle how-to videos. A big thank you to Mary and to all our particularly helpful Moodlers for their contributions to the Moodle community. 20 October, 2009Helen Foster
Moodle 1.9.7 supports IMS CC import
If Moodle interoperability matters to you, you'll be pleased to hear that Moodle 1.9.7 onwards supports IMS Common Cartridge import. Congratulations and a big thank you to Moodle Partner UVCMS and Eloy Lafuente for their development work (MDL-20591).
![]() In case you're wondering why IMS CC has been added to 1.9.7 rather than 1.9.6, this is because there's currently a code freeze on the 1.9 stable branch. However, you'll be able to obtain this new feature in the first 1.9.6+ weekly build following the 1.9.6 release! IMS CC import has been added as an experimental feature in 1.9, as it requires additional testing and bug-fixing. Help with testing is always appreciated! As for other experimental features, it may be enabled via Site Administration > Miscellaneous > Experimental. Further IMS CC support is planned for Moodle 2.0. Please see Development:IMS common cartridge for details. 19 October, 2009Sam Marshall
Unit testing opinionsTim dumped a huge book about unit testing on my desk today. He thinks I should read some of it! But I'd been thinking of writing a blog post about unit testing, so why not take the opportunity before I read too much of the big book and it spoils me? I'll try to write a blog post that's nearly as long as the book! First if anyone doesn't know what unit testing is, (a) it's a technique for writing computer program code that tests other pieces of computer program code in an automatic, repeatable way so that if you change the code that's being tested, and the change breaks something, the test will probably start to fail and you'll notice... and (b) you probably don't care about this post. Go have fun somewhere else! This is about boring programming stuff. In my recent personal projects I do significant unit testing, but I don't really follow any of the buzzwords. Here's what I think, divided into neat pairs (spot the odd one out). Be careful - I'm going to say that you 'should' do something or that you 'must' do something else or that 'nobody' would be stupid enough to even go within bargepole-reach of the general concept of a third something. If that's likely to concern you, please just pretend I said 'in my opinion' several times per sentence. Is unit testing worthwhile?
How completely should you test? At what level should you test?
What about writing test code itself?
Do you write tests before or after development?
Testing in Java is a dream; 'existing horrible project' aside, there's really little excuse not to do it. Write everything complicated as a separate backend package and test that sucker before you glue it into a real projet. Everything runs at lightning speed, you've got all the nice, pretty tools built into the IDE you already use (by the way, if you prefer NetBeans, the tools are available in that too).
Sooo.. at work I mainly have to develop things for (our customisation of) Moodle, which is written in PHP. Aaaand we're off to a flying disaster right there... Moodle uses SimpleTest, which is a perfectly okay framework, but suddenly I have to go to a webpage to run the tests instead of hitting Command-F11. At present there isn't coverage stuff in it, either. We can never get the debugger to work (that's okay, I can live with print_object). But worst of all, everything in Moodle is tightly integrated, and (this part isn't really Moodle's fault) most of the complicated bits which are likely to break are actually database queries. Which means you can't usefully test it by abstracting out the database, even if that wasn't an absolute nightmare that wastes hours of development time (and yes I've done it). Moodle 2 provides some things to make testing fractionally easier but overall it's still a nightmare and will remain so until there's some solution for setting up a reliable test database each test without having to do any work. (I favour SQLite or similar.) In Moodle 1.9 frankly I can only be bothered to do unit tests where really essential (e.g. I did a fix for a bug with the shorten_text function, which is a complete nightmare, so I needed a test to have some confidence in my fix not breaking everything). The rest of the time... meh. Yes, that definitely makes my code less reliable, but with our timescales and the difficulty of unit testing, I don't see any option. OK so that was way too long; if you read this far, have a cookie. (No, I didn't bring any cookies! Supply your own. Sorry.) Still, that's what I currently think about unit tests, not being an expert but having done or attempted them for quite a while. Let's see if I change my mind after reading Tim's book! (Which by the way is 'XUnit Test Patterns') 18 October, 2009Helen Foster
Most participatory courses on moodle.org
Moodle.org has a new community discussion course, Moodle in Cambodia. The language of Cambodia, Khmer, is considered to have the longest alphabet in the world (source: Khmer script) and computers don't generally have the font pre-installed.
For interest, here are the top 10 most participatory courses (views/posts) on moodle.org in the last four weeks:
For information on how the list of most participatory courses is calculated, see the documentation Course overview reports. 16 October, 2009Sam Marshall
ForumNG: Study adviceAlthough time got eaten up by a zillion things unrelated to ForumNG changes, I did manage to develop one of the new features this week... Study advice forum type With this forum type, you can only see discussions that you started. (Except for moderators/advisors who have the capability that lets them see all posts.) All other discussions are entirely hidden. So a student can post a question. Then the advisor can respond to it (and the student sees the response). But the student can't see questions that other students asked. I'm not sure how useful this is in general; obviously we have a specific use case here which means it was 'critical' that this gets done in time! It is. Phew. Development was a bit of a nightmare. I thought I'd finished inside half an hour... then I realised I'd only made the changes for the normal web view. Much, much, much harder were the changes to correctly display the 'unread message' count on the homepage (only includes ones in a discussion you can see), to make email subscription work (only sends emails you can see), and finally to make feeds work too. I kept realising there was another bit that needed fixing. Hopefully that is all done now. And by the way - I haven't yet implemented the 'other' forum types in standard Moodle forum :) The Q&A type, for instance. That's scheduled for a future release. Today we (Sharon and Lisa who are organising the 'FirstClass replacement' programme of work, plus me as the developer) met with a writer for the in-house magazine for tutors. For those not familiar with the University, FirstClass is the old, commercial conferencing software used here, and the new ForumNG software I'm working on is intended - along with the rest of our course website facilities - to finally replace it. Tutors heavily use FirstClass and are attached to the way it works, so that's why the magazine wanted to talk to us. I said a number of inadvisable things involving the phrase 'sucks'. Let's see how many of them end up in the article. :) 15 October, 2009Tim Hunt
The Open University's approach to plagiarism
I spent the day at an OU internal conference on plagiarism. Until now, most of my engagement with this subject has been people coming to the Moodle Quiz Forum expecting technological magic bullets. There seems to be a depressing assumption in some quarters that preventing students from copying or pasting during a quiz attempt, or from using a spell checker, in some way helps the validity of an assessment. And using Google during a quiz attempt is surely cheating, it couldn't possibly be a valuable study skill for the 21st century?
Anyway, it is just not possible to enforce these kinds of restrictions from a web server application like Moodle. Image, for a moment, what would happen to the web if any advertiser could stop you leaving their horrible web site and going to Google to find something better. If you really want to set up a restricted environment (akin to the traditional invigilated/proctored exam hall) you need client-side software installed on the computer the student will be using. If you are looking for something like this, take a look at Safe Exam Browser, and open-source effort built on Firefox, which is now integrated into Moodle 1.9.6 (due for release soon). See MDL-19145. I am pleased to say that the OU approach is diametrically opposed to this wishful chasing after technological magic bullets. The conference today started with two keynotes by Jude Carroll from Oxford Brookes University, who has been thinking about these issues for the last nine years, and who is an excellent speaker. She has the very clear summary of the issue: Universities have the responsibility/duty/privileged to accredit student's learning. They give the student a bit of paper saying that they have learned something, and in our society that bit of paper has a certain amount of value. So universities need to measure learning, and that is where assessment comes in. The real problem with plagiarism is that it breaks the link between what the student submits for assessment, what they have learned. If a student writes something in their own words, then that writing is good evidence of the extent to which they have taken in the ideas of a course. If they have just copied and pasted someone else's words, you cannot assess what they have learned. Also, teachers do not set assessment tasks just to measure students. We hope that performing the tasks helps the student to learn. Jude also made the point that exactly is plagiarism does depend on the context. For example the level of experience of the student, the learning that is being assessed, what you are allowed to assume as common knowledge. Also, not all plagiarism is cheating, and not all cheating is plagiarism. Dealing with plagiarism must be done in an appropriate and proportionate way. To start with, understanding issues of academic honesty is an important learning outcome from a degree course, but it needs to be taught, it is not innate. It cannot be taught as an optional add-on ("the plagiarism lecture") but instead it must be embedded in the context of the subject early in a degree program. (By and large the OU does this in its introductory course.) When plagiarism happens, the response has to be proportionate. Early in a program of study, students need to be given feedback to help develop good academic practices. Later on, students should be expected to understand these issues, and plagiarism becomes a disciplinary issue, but still their need to be a range of fair and proportionate penalties. The OU has clearly had a group of people thinking hard about this over the last few years, and that has resulted in a new plagiarism policy that was adopted last June. This conference was part of disseminating that policy more widely. There are now a range of penalties for various types of plagiarism, and a new role, 'Academic Conduct Officers' who can deal with most issues of plagiarism that go beyond what the student's individual tutors can deal with. This lets many cases be dealt with quickly, so that only the most serious cases have to be referred to the Central Disciplinary Committee. Another part of the OU's response to this issue is a new web site Developing good academic practices, which I am afraid you will only be able to see if you have some sort of OU login, student or staff. That is a Moodle site in our VLE. It is a mixture of text to read, with a few audio clips, with a quiz at the end of each section. There is also a summary quiz at the end which draws questions randomly from all the other quizzes. The estimated study time for the whole site is 2 hours. It seems to be well done, and for me it is pleasing to see the quiz module used well, even if it is only multiple-choice and matching questions. The course has about 2300 quiz attempts at the moment. Finally, the OU does use two technological means to detect plagiarism, CopyCatch and Turnitin, on a proportion of submitted work. However, this is only used to flag up possible cases that are then reviewed by a human. The third form of detection is that tutors marking the students' work can often spot problems. However, overall, the amount of plagiarism detected at the OU seems to be lower than that reported elsewhere. It is interesting to speculate why that might be. by Tim Hunt (noreply@blogger.com) at 15 October, 2009 08:04 PM Helen Foster
Moodle is certified SCORM 1.2 compliant
In case you've not yet noticed, an ADL certified SCORM 1.2 logo is now displayed on the front page of moodle.org. After months of waiting, Moodle 1.9.5 has finally been certified SCORM 1.2 compliant (MDL-19706)! Congratulations and a big thank you to Piers Harding and Dan Marsden for all their work on the SCORM module.
If you're into Moodle trivia, you may be interested in the following. Last week in our developer chat, Martin was asked which font was used for the Moodle logo. His answer was 'Soul Papa'. 13 October, 2009Helen Foster
Cool Course Competition opening soon!
A while ago I mentioned that we were planning a Cool Course Competition to encourage more people to donate courses for our Moodle demo site and to start building our demo community hub for Moodle 2.0. Three months on, a Cool Course Competition site has finally been set up (thanks to Jordan, our Moodle HQ system administrator) and we're almost ready to open the competition!
The Cool Course Competition site is networked with moodle.org so if you're logged in to moodle.org you can visit the site without being required to create an account or login. The Cool Course Competition site is now included in the list of moodle.org connected sites and already 15 people have taken a look! We still have a few details about the competition to finalize, such as prizes, before the competition opens. If you have any comments or suggestions, please add them to the Cool Course Competition talk page in Moodle Docs. 09 October, 2009Sam Marshall
BackI've been back at work this week, The forum seems to have done okay during my absence. A few technical problems were found during this initial pilot period, and Bryan fixed a really bad one with email subscription (thanks/sorry). Other than that, there's a few serious ones, but they don't cause major problems for the test course. Which means I have been working in a calm manner to fix them for the next release rather than rushing to get stuff done. (Of course I had to patch a totally different area of the system and rewrite a whole chunk of code that was supposed to have been done months ago... but that was quite enough rushing about for the week, so I'm glad it wasn't needed for the forum too.) We have 3258 ForumNG posts on the live system now, which is still not that many, but a big improvement on the 20 before I went away.
Meanwhile this week I've been fixing bugs and working on an even more exciting feature - accessibility fixes! Yes, I know everyone might not be massively concerned about whether the icons are visible on a black background... but it did need fixing. David Mudrak
So long ADOdb, and thanks for all the fishcommit eb123debc6279c0e7fe92d7cb8979f4db651a46c Author: skodak <skodak> Date: Thu Oct 8 22:34:34 2009 +0000 MDL-19474 One year and a half ago we started designing and implementing our new database abstraction layer which included brand new moodle native drivers. Today we are finally removing old legacy drivers that were still using adodb internally. From now on the adodb will be used only in some authentication and enrolment plugins, we are probably going to drop adodb there too later in 2.x. Thanks everybody who helped test and improve our new drivers, even bigger thanks to all the great developers who created ADOdb! Helen Foster
Seven new particularly helpful Moodlers
Three months ago I received a message from Colin Fraser asking whether he could start a page in Moodle Docs called 'Beginning Administration FAQ'. Of course my answer was "Yes please!" as everyone is welcome to contribute to our documentation wiki.
Beginning Administration FAQ grew very quickly and so Colin started another page Beginning Administration 2 FAQ with further advice for new Moodle administrators. Naturally Colin is now included in the documentation writers group in Using Moodle and was recently added to the particularly helpful Moodlers group too, based on his forum posts being rated as 'useful'. A big thank you to Colin and all our documentation writers and particularly helpful Moodlers for the valuable user support they provide. From updating the Community credits, I found that seven new people have become particularly helpful Moodlers in the last two months! 08 October, 2009Helen Foster
Moodle features list
This week I've been working on a list of Moodle features in a format suitable for setting up test cases. We'd like Moodle 2.0 to be extremely well tested during the beta period, so the plan is to ask the Moodle community for help with user testing in addition to running unit tests.
Moodle Docs also includes a page describing Moodle's features for people new to Moodle: Features. The page urgently needs updating though. Any help would be greatly appreciated! 06 October, 2009Helen Foster
Moodle 1.9.6 coming soon!
In case you missed Martin's recent post Heads-up for 1.9.6 - code freeze coming, Moodle 1.9.6 is due to be released very soon, most likely in a fortnight's time. Please see the 1.9.6 release notes for an evolving list of highlights.
I noticed lots of recently resolved issues in this week's code review had patches attached. A big thank you to Daniel Neis Araujo, Sean Farrell, Oliver Rahs, Oleg Sychev, Nick Freear, Lucian DiPeso and many other patch providers for helping with Moodle development. ![]() 05 October, 2009Helen Foster
Moodle accessibility report
Last week Moodle developers were given a really useful resource for helping improve the accessibility of Moodle - a report on Moodle accessibility undertaken by Randall Hansen on behalf of the CANnext consortium, funded by the Alfred P. Sloan Foundation, and supported by the Carroll Center for the Blind and the Washington State School for the Blind. See the discussion Results of my Moodle accessibility study for a link to the report and MDL-20409 for the list of issues raised in the report.
The report raises many excellent points, such as recommending that the most accessible option should be the default. Lots of food for thought for the Moodle community! 29 September, 2009Helen Foster
Resources for new developers
If you're thinking of developing a new module for Moodle, you'll be interested in the latest addition to our developer documentation - the NEWMODULE documentation, thanks to Daniele Cordella. The comprehensive documentation includes a tutorial, a reference, FAQ and even information on adding capabilities.
Another useful resource for new developers is the course Introduction to Moodle Programming which guides users through the process of developing a new block. A big thank you to all our experienced Moodle developers who have written documentation to help new developers. It's great that the Moodle community is so friendly and welcoming!25 September, 2009Helen Foster
Moodle errors in spelling
One of my weekly tasks as Moodle community manager is to respond to messages sent via the moodle.org contact form. Occasionally users logged in as a guest submit a message which I am unable to reply to if an email address is not provided. Yesterday I received one such message:
Moodle errors in spelling Of course this is a frequently asked question which is answered in the Enrolment FAQ. As people continue to ask the same question, I wonder if things could be made clear elsewhere. If you have any ideas, please post them in a Using Moodle forum. 24 September, 2009Helen Foster
GHOP contest for 13-18 year olds coming soon!
Remember the Google Highly Open Participation (GHOP) contest in 2007/08? The contest, for 13-18 year olds, gave participants the opportunity to learn more about and contribute to various aspects of open source software development. Around 100 Moodle tasks were completed by 50 students - see GHOP/2007 for the list.
Google are planning on running GHOP (perhaps with a new name!) again this year, starting in early December. However, they are currently asking for help with testing and documenting the new system 'Melange'. Please see the GHOP meeting summary discussion for details. Finally, if you have any ideas for Moodle tasks suitable for the contest, please add them to Development:Task ideas. 23 September, 2009Eloy Lafuente
I love Oracle, and PHP too... but, together?
I think no, specially when suc(h|k) couple is causing me to become crazy lately. Please, take a look to http://tinyurl.com/n5owdu and, if you can test, do it and report results. TIA!
22 September, 2009Helen Foster
Particularly helpful Moodlers identified in community discussion courses on moodle.orgThanks to Eloy, the scripts for automatically populating groups in Using Moodle are now available for all other community discussion courses on moodle.org.
If you're wondering how group icons are added next to users' forum posts on moodle.org, please see the create group documentation. 21 September, 2009Helen Foster
Demos of new features in Moodle 2.0
Our online developer meeting last Friday was packed with demonstrations of new features coming in Moodle 2.0, including the navigation and settings blocks (thanks to Sam Hemelryk and Tim Hunt), the TaskChain module, a replacement for the HotPot module (thanks to Gordon Bateson), and the new Workshop module (thanks to David Mudrák).
Thanks to everyone who participated in the meeting, especially those who had to get up early or stay up late, and to Dan Poltawski who logged in whilst on holiday in Tenerife! If you missed the meeting, Developer meeting September 2009 contains a recording link. Meeting notes will be available soon. Penny Leach
mahara stand at swiss open expo
This Wednesday and Thursday I'm going to be at the Swiss Open Expo, "manning" the Mahara stand. Liip are always in heavy presence at the Open Expo, but this time will be the first time we have a Mahara stand, so it's pretty exciting!
If you're in or around Winterthur and interested in Open Source e-portfolios, come and say hi! 14 September, 2009Penny Leach
LEAP2A support coming soon to a Moodle near you!
Finally, I am very happy to annouce that I will soon be working on adding LEAP2A support to the Moodle Portfolio API that will be in Moodle 2.0.
There's already a rough specification for this work, and it's been on my TODO list for a very long time. LEAP2A is a very simple and open atom-based e-portfolio standard, to promote interoperability between e-portfolio systems. Interoperability is very important in an e-portfolio system, because it is vital to be able to transport portfolio data around with you, as you move between educational providers, into higher education, and on to professional development. Imagine having in one portfolio system, your entire portfolio of work, starting from your first day at primary school, right up to your continued professional development. Of course, one would use many different portfolio systems over that time, so some sort of open standard to transport data around is imperative. I was involved with the LEAP standard group last year when I was living in London, adding LEAP2A support to Mahara. I attended the LEAP meetings in the UK, and worked on the export side of the project. Nigel took over when I left Catalyst and continued, adding the import side (which is of course, much harder). But wait, you ask. Isn't Moodle a learning management system, not an e-portfolio? Why do we care about interoperability with an e-portfolio standard? The answer is of course, that while you're working, you are entering data into Moodle, and at the end of the course, the natural thing to want to do is to export some of that data into your portfolio. At the moment, we have the Portfolio API in Moodle for that, which I worked on for last year for 3 months, during my time at Moodle HQ. However, at the time I wrote it, it wasn't at all clear what portfolio standard we should support, so content is transferred in "raster" format (rendered to HTML or a file like a pdf). Since then though, LEAP has emerged as a clear front runner, and now that Mahara 1.2 (almost released!) fully supports importing and exporting LEAP2A, the time is right for us to take the plunge and add LEAP2A support to Moodle's Portfolio API. This improves the integration between Moodle and Mahara, as well as opening the door for Moodle to integrate better with other e-portfolio systems that implement the LEAP2A standard. I am therefore very grateful to the State of New Hampshire for providing the funding to Liip for me to do this work. This comes from a grant from the New Hampshire Department of Education, and a collaborate group made up of the following school districts: Special thanks also to Matt Oquist who has been tirelessly helping me find funding for this work! 11 September, 2009Helen Foster
Mathematics and Understanding Moodle demo courses
If you fancy having a play with some of Moodle's features, please visit our Moodle demonstration site, which now contains courses in eleven different languages!
The German course category includes four Mathematics courses developed and donated by Christina Russu. The courses make use of the TeX notation filter to display mathematical symbols. The latest course to be added to the site is Understanding Moodle, donated by Stuart Mealor of HRDNZ, one of our Moodle Partners. The course is media-rich, with several movies, and also includes a couple of interesting lesson activities. If you have a course illustrating some of Moodle's many features which you'd like to donate for use on demo.moodle.org, please see Moodle demo courses for details of the process. 09 September, 2009Eloy Lafuente
Databases are that, just databases
Just some minutes ago I ended with some nice unittest results (1st time since tests were invented, lol!), and I wanted to share them with you: http://www.box.net/shared/nhx8rahl56 There are still more work to do (Oracle driver, more and more tests...) but, in any case, has been an enjoyable milestone for me. Go, Moodle 2.0 DB API, go!
08 September, 2009Helen Foster
Moodle HQ welcomes another developer
I'm pleased to announce that our Moodle HQ team in Perth has a new member - developer Rossiani Wijaya. Rossiani has already been assigned several 1.9 bugs to investigate, though the HQ page is still awaiting a photo of her in front of a Moodle orange wall.
![]() Please note that we're still looking for another developer and a project manager. For details of these positions, see the adverts Moodle developer and Moodle technical project manager in our Moodle Jobs database. 06 September, 2009Dan Poltawski
Ubiquitous Moodle
Its not difficult for me to realise that Moodle is a popular global project - I work alongside the evidence every day; reading Moodle.org, fearing the volume of bugs which come into the tracker and in CLEO, we recently surpassed 200,000 Moodle users. Buts its actually the small events in life which help me quantify this.
When i'm fortunate enough to go to Moodlemoots the international community of Moodlers is very evident and the passion is incredible. Often, i meet teachers at completely non-moodle related social events and discover they use Moodle. While i'm cycling to work and pass children walking to school, I stop and realise these children are likely to be using Moodle now or some time in their future (such is the dominance of Moodle in our region). This week I discovered my old Sixth Form College is starting to use Moodle. During my time at the college I got a passion for computer programming and also benefited enormously from my first exposure to online learning. I don't teach people (at least in the formal sense) and so this exposure certainly helps me understand the Moodle philosophy more than I would've been able to without. One of the greatest things about working on this open source project is that my contributions hopefully go some way to benefiting all these users: The moodlers I meet at moots, the teacher I met one time at a party, the schoolchildren passing me on the way to work and the college which gave me many of the fundamentals which have helped me contribute to the project. by nospam@example.com (Dan Poltawski) at 06 September, 2009 10:28 AM 04 September, 2009Sam Marshall
ForumNG - the futureThis is my last blog entry before going on holiday (from work and from everything Moodle-related!) for four weeks. So I thought I'd answer some questions about the future. In the honourable tradition of FAQs, nobody has ever asked me a single one of the questions listed... When is there going to be a public release of ForumNG for Moodle 1.9.x? Hopefully the public release (to the 'contributed code' area where you can download optional extensions for your Moodle) will be around November. That depends on me sneaking it in on unscheduled time, unless I can get some scheduled... The difficulty is not just the hassle of packaging it up and so on - code changes are required, because some JavaScript depend on TinyMCE's API and standard Moodle uses a different HTML editor. Hopefully the same things are at least possible with the Moodle 1.9 standard editor (otherwise the public release will disable HTML editor and use plain textboxes, making it not very useful). Will ForumNG ever be the standard Moodle forum? If the community likes it, it might be included in a 2.x release. This will obviously require us to update the module to support 2.x, and also to be able to transfer data from the old forum. (Both these things are planned.) What new features are going to be in the OU's December release? (=same as the hopeful public release) The December release plan includes:
Hopefully there will be some other stuff, but to be honest, I might not even finish this lot as there isn't much development time... Could you quote some useless statistics? Okay. ForumNG went live on OU servers on Tuesday, and so far there have been a total of 20 posts. Woohoo! By comparison, we have 546,606 posts so far in old forums. Helen Foster
Moodle 2.0 progress updates
If you're interested in how Moodle 2.0 is coming along, you can track our current progress in the Moodle 2.0 planning document. (Please note the disclaimer at the bottom though: "This document is subject to change, and does not necessarily reflect the full picture. Details may be completely wrong....")
Martin has been updating the document this week, and asked in our developer chat for everyone to check it and make sure the estimates are correct for any projects we're involved in. Martin also mentioned that the stuff at the bottom of the document is liable to get cut if we run out of time! As well as developing Moodle 2.0, the stable versions 1.8.9 and 1.9.5 need to be maintained. In the last couple of days I've been chatting with Eloy about ways of improving our bug triaging process in order to deal with Moodle Tracker issues more efficiently. If you have any comments or suggestions, please add them to Development talk:Bug triage. 03 September, 2009Dan Marsden
New windows installer for MoodleA while ago I noticed Silverstripe and Drupal had been added to the new Microsoft Web Gallery for installing on Windows platforms – this installer looked really easy for people to use, so I wondered how much it would take to put one together for Moodle! Here’s the result: http://www.microsoft.com/web/gallery/Moodle.aspx If you’re running windows you can click the following button to trigger the install! Early on the documentation seemed a bit on the limited side, but has improved a bit now and the Web Application Team from Microsoft were very helpful! – to see the scripts that build this package see: http://cvs.moodle.org/contrib/tools/m4wpi_builder/ thanks to some help from Eloy, the package is being rebuilt each month with the latest weekly build. It’s not an automated process getting the links in the Web Gallery updated though, so I expect it to take a bit of time before the Microsoft site is updated each month with the new build. The packaging works a little like the LAMP installer for Windows, but it installs IIS/FastCgi/PHP instead. It doesn’t “automatically” install MySql but it does install the MySql odbc drivers, and it’s very simple to install mysql seperately. The WebPI Packaging process doesn’t allow configuration of folders outside the webroot which can be a problem as the moodledata folder should really sit ouside the webroot for security and shouldn’t be accessible via an http request – IIS 7.0 allows you to prevent this by using a web.config file to prevent the access – IIS 5/6 doesn’t use the web.config in this manner, but the MS team have pointed me to this posting which will allow the same thing to be achieved – I haven’t implemented this yet, but will have a look at some point and try to include it in the package. The other issue I came across is that there’s no easy way to determine the url that will be used to access the site on someone’s machine – according to some friendly help from the Microsoft Team:
To get around this, the Moodle config file used by the package uses a combination of $_SERVER['SERVER_NAME'] and $_SERVER['SERVER_PORT'] however this may cause issues in the long term….but it would be relatively easy for someone to configure this manually post-install if needed. At the moment – the package I’ve put together only supports installation with MySql, but it’s possible to allow users to choose between MySql and MS Sql during installation – When I get some free time, I might look at how easy this would be to add! 31 August, 2009Helen Foster
Two hundred Moodle developers with write access
I'm pleased to announce that Moodle now has two hundred developers with CVS write access! We aim for a transparent and open development process and welcome contributions from the whole user community.
CVS stands for 'Concurrent Versioning System', a commonly-used way of managing source code for large software projects. CVS keeps all versions of all files so that nothing is ever lost, and usage by different people is tracked. It also provides ways to merge code if two or more people are working on the same file. All code and all versions are stored in a central repository (source: Development:CVS for developers). In addition to Moodle's source code cvs.moodle.org/moodle, the CVS repository also includes areas for contributed code cvs.moodle.org/contrib and for language packs cvs.moodle.org/lang. Thanks to our contrib coordinator, Anthony Borrow, and our translation coordinator, Koen Roggemans, for managing access to these areas. According to the software metrics site, Ohloh, the contrib folder contains well over a million lines of code (source: https://www.ohloh.net/p/moodle_contrib). For further details of contrib, please see Development:contrib.28 August, 2009Sam Marshall
Thankfully we only found a few more things wrong with ForumNG after the deadline. Mostly these are obscure but there's a serious IE8 problem - as it is too late to change anything before release (er, except the server OS major version... yes, let's not go there) we'll patch that the day after release. The problem was caused by IE8 doing something right and then giving an error when it got to a bit of code where I'd done something evil to correct for IE7 doing it wrong! That's a positive sign, I think. This week I gave a briefing and demonstrated the new forum along with the other new features, twice, to two different audiences: Helpdesk staff, and project managers. It was basically the same briefing except helpdesk were a lot more responsive! Project managers sat there stone-faced... it's not like I have any actual jokes or anything, but I don't think the briefing was that dull, and the new software is pretty cool.. isn't it? Hmmm... On the plus side, they didn't heckle when the system blatantly took ages to work at one point. [We were having problems with the test server, it's not a problem with forum - really! no, really really!] Oh well, I guess they didn't want to be at that briefing. Or maybe there was a coffee shortage or something. Another positive is that Helpdesk didn't spot anything wrong with the software. Usually when I show software to Helpdesk they are really good at spotting the stupid interface problems that are going to cause students to call them! So I end up going argh, yeah, you're absolutely right, damn, let me write that down, we'll tweak it as soon as we can... at least once. But not this time. Phew. If I have time in next week's blog entry, I'll mention some of the areas we're planning to develop in the second release of the forum for December. I am hoping that along with these, we'll also have a working public release that other Moodle-using sites can try out, but I should say this unfortunately isn't scheduled, so we'll have to see. Helen Foster
Navigation in Moodle 2.0
This morning I had chance to check out the work Sam Hemelryk has been doing on navigation for Moodle 2.0 (MDL-14632). The new navigation system looks fabulous!
The blocks for navigation and settings can even be converted to side panel tabs to save space.If you're interested in trying things out yourself, please visit the test site - test.moodle.org/nav (login with username test and password test). As always, feedback is much appreciated. Please add a comment to MDL-14632. In the Using Moodle forums the discussion What are the components of an exemplary high school Moodle course? is still going strong, with lots more useful suggestions. I also came across a discussion Probably will not use Moodle which reminded me of how friendly and welcoming the Moodle community is. ![]() 27 August, 2009Helen Foster
Congratulations to our GSOC 2009 students
I'm very pleased to report that our GSOC students, Andrei, Jose, Olli, Mihai and Alberto, have passed their final evaluations with flying colours! Congratulations everyone, and thanks, as always, to our mentors.
![]() We're currently setting up test sites for several of the projects and evaluating the code for possible inclusion in HEAD. Please see GSOC/2009 for test site links plus links to developer blogs in which each of our students have written a summary of their summer of code working with Moodle. Dan Marsden
Moodlemoot NZ 2010 DatesDates for Moodlemoot NZ have recently been released(13th – 15th April) – check out moodlemoot.co.nz for details. For the first time in history, we get a Moot in the South Island (thanks to CPIT for hosting!) Christchurch (my home town) has a strong Moodle Presence – With 3 major Tertiary Institutions (Lincoln Uni, Canterbury Uni and CPIT) all running Moodle, as well as a range of schools such as Christs College, Papanui High School and Cathedral Grammar. It will be good to see some of those familiar faces again! – keep an eye on the moodlemoot site for updates! 26 August, 2009David Mudrak
Quo vadis Moodle?One of the core Moodle developers put an almost innocent note into our Jabber chat recently and I can’t stop thinking about it. And no, it’s not about hating Google. The Quiz module is one of the most advanced activity module we have in Moodle. It seems to be popular and often requested by the newcomers. It even may be considered as a feature that helped Moodle to become first class LMS. I personally use it sometimes as a teacher, too. It’s just so quick and easy to prepare a question bank and let students to prepare themselves for the evaluation quiz. Yes, I trivialize the issue here. I know it’s not so easy to prepare valid and relevant questions, analyse the responses, modify the questions with low discrimination capability etc. But honestly – how many teachers do this? Conditional activities subsystem has been committed into the repository and is one of the Moodle 2.0 highlights. It enables course designers to restrict the availability of any activity according to certain conditions such as dates, grade obtained, or activity completion. The world has been waiting for this feature since ages. And Sam really did a good job – kudos for him! Now, the little worm in the back of my mind starts to whisper: Shh! Wait! This all starts to smell like a SCORM too much! Is not it a little bit strange that the automatically evaluated Quiz is so matured, while the Forum, the essential tool for constructivistic online courses, still lacks such essential features like to subscribe to individual threads, to mark (or tag) the thread as closed, to collapse the parts of the displayed threads etc.? When did we last improve our good old Forum in a really significant way? Why do we not support real cooperation of the students? We are still not able to group students into a team and grade the team work instead of individual students, for example. I am all for these Moodle 2.0 changes, portfolios, repositories, database layers, webservices, output rendering frameworks, core architecture clean-ups and refactoring. Moodle becomes really nice cathedral in many areas. I only hope I can still start my Moodle presentations saying that the Moodle development has been always driven by a solid pedagogical theory and by its users’ needs. But also, Moodle has always helped teachers to get constructivism into the class simply because using Moodle forced teachers to think in terms of students activity. Not only the Moodle development is driven by teachers’ needs. Moodle learns teachers how to teach in a different (hopefully better) way. I consider this the most important face of Moodle and I wish it would not be put into the shadow in the light of all the bright and glittering cherries of the future release. 24 August, 2009Tim Hunt
Herding cats
Just before I left Perth, Martin advertised for a Project Manager for Moodle HQ. I think this is probably a good thing, if a good person applies and is appointed. However, I also think it will be a very difficult job to do.
Martin always has too much to do, and any time he can identify some tasks that can be delegated, it is a good thing. Early in the history of Moodle HQ he found Mike and Darlene who run a lot of the commercial side of the Partners network. More recently he appointed Helen to act as community co-ordinator, and Jordan as system admin. All those were successful appointments, and having watched form the sidelines I have seen that Martin will not recruit someone unless he is sure they are right for the job (important when you are running a small business) and Martin is a good judge of people. The other reason a project manager would be a good idea is clear to anyone who had been following the Moodle 2.0 development, which still has a long way to go until it is finished. Someone with more time than Martin has to ride herd on the process can only help us get 2.0 out of the door. However, it is not quite that simple. On the one hand, I have studied the Open University Project Management course from their Postgraduate Computing program. That is an excellent course, and as a result I know a bit about and am interested in what project managers do. On the other hand, I also know the fairly independent way that I and other core developers like to work. That is why I chose the title of this blog post. (Not because of some people's user profile pictures!) To start with, the Moodle project is not even a project in the sense that Project Managers use the word. A typical definition is "A project is a temporary endeavor, having a defined beginning and end," but Moodle itself will not end (we hope). Still, some of the things we do, for example, the Moodle 2.0 release, are projects in this sense. However, we know there will also be another project called the Moodle 2.1 release later. Therefore, if we contemplate a short-cut that would let us release Moodle 2.0 sooner, we have to balance the short-term benefits with the long-term costs of cleaning things up in a later release. Classic project management tends to think about one project at a time. That ties in with Moodle's choice of feature-driven, not date-driven releases. We will pick a set of features to be included in a release, and we will release when they are done, tested and bug-fixed, however long that takes. Well that is the general policy, but a certain amount of pragmatism is applied when interpreting it. This is a fairly unusual way to run a project. For example, with the Open University's Moodle-based VLE we operate the other way. We have date-based releases, with the dates announced a long way in advance, but we do not guarantee what features will be an any given release very far in advance. Then there is the the nature of the work. One area where project management is generally successful is in construction projects. The cliché old maths problem "If it takes 2 men 7 hours to dig a trench 6 metres long ..." has at least some relevance to reality there. There is even the Bluebook cost guide that has established estimates for certain types of construction work. In contrast, as that classic of software project management "The Mythical Man Month" says, "adding manpower to a late software project makes it later." What software developers do is much closer to an architect drawing the plans than to a builder laying bricks. The compiler (or PHP interpreter) is the builder. This is hardly new, and is why agile software-development methodologies were invented. If Moodle's new project manager is going to adopt a Methodology, I hope the choose an agile one. Another difficulty is that software developers are not fungible. If there is some tricky job involving security you probably want Petr to do it. If it is to do with the quiz, it would be best if I did it. If it is related to backup and restore, no one wants to do it, and so it ends up with Eloy ;-). If those people do the job, it will be quicker. On the other hand, sometimes you want to give the job to someone else, to increase the bus number of the project. While this sort of think makes the project harder to manage, it is the sort of thing that a good project manager knows how to deal with - once they get to know the people involved. Another consideration is that developers are highly distractible. That is, while they are working on one thing, they may suddenly notice that something is a bit messy, and decide to rewrite it or refactor it, even if that was not part of the original plan. When considering the long-term health of the moodle, that might be the right thing to do, even if, in the short term it delays the next release. At other times, it might just be self-indulgance and cause bugs. Would a project manager be able to tell the difference? Anyway, as some-time tiddlywinks world champion Andy Purvis once told my, after thrashing me soundly, "Strategy should be a mixture of planning and opportunism." A final potential problem is that the Moodle core developers are a highly motivated group of people. We care a lot about Moodle, and have demonstrated that over the years. We don't need to be told what to do, and a project manager who tried could piss a lot of people off very rapidly and do a lot of harm to the project. Fortunately, I think the chance of Martin appointing someone like that is tiny. However, I think is an important point to make, that the Moodle Project Manager should be a colleague and peer of the developers (with a particular set of skills). That is, they should manage the project, not the developers. So, I have said that I think a Moodle Project Manager is a good idea, but I have also said why I think it would be a very difficult job to do. So what do I think the Moodle Project Manager can usefully contribute (that I, as a developer, would not object to ;-)). A good project manager is always a good communicator, and in multiple directions. The Moodle Project Manager will need to communicate with the developers to track as clearly as possible what development is going on, and what still needs to be completed before the next release. They then need to communicate that picture of where we are to all the Moodle administrators waiting for the next release, including the Moodle Parters. They also need to communicate it back to the developers to help them see what progress is being made and what the priorities. Naturally they will be working closely with Martin. They also need to communicate progress to Translators and third-party plugin authors, to help translators have their translations ready as soon to the main release as possible. A project manager is also good at extracting clarity from a confusing situation, which is really another part of what I just wrote. They can take reports from a lot of people, and a more-or-less vague list of outstanding tasks, and combine that into a picture of where we are now, and where we are going that other people can understand. Once you can communicate well, and as a result derive a clear picture of where we are and where we are going, then the actually project planning - getting the right people to work on the right tasks next - is relatively easy, but still requires some knowledge of the people and the tasks. Then there are the people skills to help keep people motivated and focussed on the next release without trying to over-manage them. Finally, and particular around the release time, a project manager can improve the processes. For example, does Moodle need string and user-interface freezes in the run up to the release, to help translators and theme designers? (The answer needs to be a consensus of all involved, so more communication.) The project manager will also be one of the people in a position to hear what new features people are most desperate to have next, and so will be able to contribute to planning the scope of future releases. So, it is a challenging job, but I think someone is needed to do it. by Tim Hunt (noreply@blogger.com) at 24 August, 2009 11:50 AM Helen Foster
Moodle4Mac for PPCA few days ago I received a nice surprise from Ralf Krause:
Thus, the good news for anyone using a Mac with a PPC processor is that there is now a Moodle4Mac 2.0 dev package they can use! A big thank you to Ralf for building and maintaining the Moodle4Mac packages. The Moodle for Mac OS X packages and the Moodle packages for Windows help people without access to a web server to easily install Moodle on their computer. 21 August, 2009Sam Marshall
So ma-ny bugs! So little time... We just hit the deadline for bugfixes to our next release in the start of September. Nothing else gets fixed for the release after today; if anything important is found, we'll fix it with 'catch-up' patches to the system. The good news is that I actually fixed all the ForumNG bugs (28 this week). Bad news is that I don't really feel like we had enough testing - they also only started testing it this week. Email features haven't been tested because we had technical problems setting it up on the test system. Overall, though, I still think it probably works. Here are some things that were found during testing despite that I also thought it 'probably worked' when we sent it for testing in the first place:
So, that's the good news. (Maybe?) I guess the less good news is that I'm not quite sure when there will be a public release for other Moodle users (to 'contrib') of this code, even after we think it's working! Hopefully we can do this alongside our next December release. There is a bit of work involved though because this code depends on TinyMCE and standard Moodle 1.9 uses HTMLArea. With luck they have similar interactive facilities, but... By the way, if you're an Open University student/tutor/other staff member and are wondering when you get to use the new forum, the answer is probably not 'September 1st' even if we are theoretically releasing it then. :) A very few pilot courses will be using it in September, along with the staff LTS-EDIT forums, and I think the VLE examples one that tutors can see. Most people are still trundling along on the existing forum for some time to come. 20 August, 2009Helen Foster
Happy Birthday to Moodle and Martin!
Happy Birthday to our open source course management system, Moodle, and to Moodle's founder and lead developer, Martin!
![]() Moodle is 7 years old today! Please post your birthday greetings here: Happy Birthday to Moodle and Martin! If you're interested in Moodle's history, please see
18 August, 2009Helen Foster
Migrating from Blackboard to Moodle
Last week I came across a couple of interesting presentations by Jonathon Sweetin and Tina Farmer of Pitt Community College describing their experiences of migrating from Blackboard to Moodle - The Whole Kit and Caboodle on Moodle and An LMS By Any Other Name... Both links are to entries in the Moodle Buzz, our database of Moodle news and publications from around the world. A further entry of interest to anyone considering migrating from Blackboard is the Final 2009 Report of the University of North Carolina LMS Evaluation Committee.
For additional information on migrating from Blackboard to Moodle, please see the Blackboard migration documentation. Sources:
Last updated: 21 November, 2009 06:00 AM (UTC) |





For further details of contrib, please see 