Since I forgot to click on ‘publish’ last week (I got two blog posts today), here’s my actual moodle update for last week:
* Updated code in cvs repo with latest 1.9.x version of course format
* I found a typo in the 1.9.x version of the course format (wasn’t causing a bug)
* Read documentation on how to migrate code to Moodle 2.0
* Created a new branch in git to work on Moodle 2.0 version of the course format
* The timeline course format is working on Moodle 2.0 ![]()
** I approached this version of the course format by using the topics course format and modifying it
** Works: adding a new section, show all/recent button works, pagination, move sections up/down without js, and displaying hints
My todo items are:
* Check up on moving sections up/down using javascript (I haven’t looked at this yet)
* Test the timeline course format in moodle 2.0 more
* Get a test site up so that community memebers can provide feedback.