Author: Ken Newquist

Moodle Hack/Doc Fest, 6/29/11: Day 2

Day 2 of Moodle Hack/Doc saw two ad hoc presentations, one on Luther College’s Moodle/Google integration and another on Williams College’s Signup Sheet and Roster block tools. There was also work to streamline the functioning of groupings and groups, documentation comparing features in Moodle 1.9 and 2.1, and analysis of Moodle’s new 1.9 import tool.

Morsle: Morsle is Luther’s College’s tool for integrating Moodle and Google Apps for Education. Bob Puffer of Luther showed how iIt automatically includes Google calendars, allows faculty to email students from Google via Moodle, creates read only and read/write folders for sharing documents, and can create a class web site (which can be used as a wiki thanks to a template).

Signup and Roster: Chris Warren, of Williams College, demonstrated his Signup Sheet block, which is a possible replacement for the Scheduler module. It allows faculty and students to create signup sheets for events, such as office hours, advising sessions, class events, etc. The sheets are not tied to a specific class — instead the organizer can choose make the sheet available by course, by faculty, by specific users or by category. The sheet is also available for students, allowing them to create their own ad hoc events. Multiple splots can be created at recurring times, and the administriator will receive a notification when someone signs up.

He also demonstrated the Roster block, which provides a number of different views for viewing a class roster. This includes a photo gallery option with a learning more that disables the students names when viewing their photos.

Coding

On the coding side of things the Carleton College contingent continued working on their Language Lesson tool, which allows faculty to create lessons in which students record and submit audio. This time around they had support from doc’er and coders testing the app and helping to debug problems.

Course Imports from 1.9 to 2.0: Caroline Moore (Smith College) discovered that the Moodle 1.9->2.x course importer will not bring in orphaned files. Because Moodle 2.x associates every file with a resource (and Moodle 1.9 does not) any 1.9 files not associated with a resource will not be imported. This would include files that faculty had uploaded, but not shared with the class.

In addition, we discovered that imported courses:

* Don’t restore users.
* You can’t add any users until you set the course to manual enrollments (by default, there is no enrollment type)
* The Simple File Upload tool had created a simple_file resource type that Moodle 2.0 doesn’t recognize, so Simple Files don’t import into Moodle 2.1. This will be fixed by CLAMP to convert simple files to regular file resources.

Groupings: A tweak to allow groups to automatically create a grouping was created on Day 1. This is most useful when using groupings to restrict access to a particular resource in a course. However while this was a minor tweak, on Day 2 it inspired a huge debate in Moodle Tracker about the proper use of groupings, and the experimental nature of restricting accesses to resources. There was also discussion about whether its appropriate to restrict access to certain resources to a subset of a classes roster.

CLAMP schools brainstormed some user cases for this: wanting to make additional resources available for students who need it, restricting access to resources when Moodle is used for collaboration, rather than strictly education. You can contribute your own examples, and comment on the usefulness of this feature, in tracker:

http://tracker.moodle.org/browse/MDL-28082

Documentation

Moodle 2.1 Documentation: On the documentation side of Hack/Doc, our first set of Moodle 2.1 documentation is now available via a publicly readable Google Docs folder. It’s linked to from the CLAMP Documentation page (https://www.clamp-it.org/documentation/) and is accessible at this web address:

https://docs.google.com/leaf?id=0BxW5syZkQyiGM2I4ODRjYmEtODk4Mi00NTEyLWE4NTAtYWIyYTIxODUxYTZj&hl=en_US

File management: The doc’ers also began work on a document that compares file management in Moodle 1.9. vs. Moodle 2.0. Some of the terms and functionality have changed — for example the “files and web pages” resource has been divided into two separate resource types. In addition, the File Upload interface is very different, as is the logic behind the files. Files are no longer owned by a course — they are either owned by a user (private files) or a resource (resource files, such as a PDF or a link).

There is no easy way to upload one file have it be linked to from multiple courses (e.g. a CV that is uploaded to a single location, linked to from multiple courses, and then when you update the CV, all the locations are updated). While Moodle 2.x’s file system is much more efficient (as it does keep track of duplicate files, and only maintains one true copy, when copying files from course to course) most of the efficient gains are on the backend.

Liberal Arts Edition Documentation: Documentation was created for the LAE Grader Reports and for the Liberal Arts Edition “plain English” description.

Moodle Hack/Doc Fest, 6/28/11: Day 1

Moodle Hack/Doc Fest officially got underway on Tuesday, June 28th, 2011 It. was a packed day filled with Moodle 2.0 wrangling, documentation work, and demonstrations of Git, Language Lesson, and Amhert College’s flash audio solution.

Hackers

Git for Version Control Moodle Core switched from CVS to Git for version control with Moodle 2.x. As such there’s a lot of interest among the developers about Git. Charles Fulton of Kalamazoo College provided us with an overview of the tool, which led to a further discussion of differences between Git and SVN as well as strategies for setting up repositories. The presentation is available online via Prezi.

https://prezi.com/secure/2a24bc5fe7bd0bc1789e319ba2a90fa44a719ffc/

Audio Recording Tools: Carleton College and Amherst College presented on their respective audio/video tools for Moodle. Carly Born presented on Carleton’s solution, called Language Lesson, lets faculty create assignments which allow students to record audio and video files via a plugin, and then submit those files to Moodle. The files can then be played back via Moodle, and commented on by the faculty member. They are in the process of adding the source code for the project to a branch in CLAMP’s SVN repository.

Howard Hanna (Amherst College) presented on their tool as well, which relies Flash to record audio and video as part of a forum response, and saves the file to a Flash Media Server.

Groupings: The devs created a new option for Moodle groups that automatically creates a grouping when you create a single group. This streamlines the group creation process for those who only need to create a single group. The code’s been developed for Moodle 2.0; they’re backporting it to Moodle 1.9. Learn more in tracker:

http://tracker.moodle.org/browse/MDL-28082

Upgrading modules and blocks to Moodle 2.0: We now have a document that outlines the process in Google Docs; Sarah Ryder will be presenting on the process at 11:30 p.m., Thursday.

Randomizer We’ve long wanted a tool that could take a course’s data and randomize it so we could share it with others for debugging. This capability is now built into the Moodle 2.1 export tool, and the devs confirmed it is working as expected.

Lesson The devs are working on an enhancement for Lesson (for Moodle 1.9 and 2.0) that prevents it from randomly shuffling the question list.

Signups Williams College will be presenting on their Sign-up tool (a potential replacement for Scheduler) and their People block (which includes a picture gallery view for course participants) at 1 p.m., Wednedsay afternoon.

Documentation

On the documentation side of the event, much of the time was spent digging further into Moodle 2.0 and organizing existing documentation. They’ve begun creating feature and gripe lists to keep track of things they like and dislike in Moodle 2.0. Any bugs discovered are going into the Redmine tracker.

A contingent is working through the CLAMP Triage Google Doc verifying bugs in Moodle 1.9 and 2.0 for the Devs to tack. They also began discussions of how to publish documentation from Moodle.

The doc’ers have spent considerable time attempting to understand the File Management system in Moodle 2.0. They are creating a suggested workflow for faculty to add a resources to a course, and will be trying out the Link Repository type. Bren Campbell (Brandeis) will be presenting on file management at 1 p.m., Thursday.

New Issues for Rabble-rousing

We continue to add issues to the rabble-rousing queue. Check it out and vote for the issues that affect you:

https://www.clamp-it.org/2011/06/moodle-issues-for-rabble-rousing-june-2011-edition/

Moodle Hack/Doc Fest, 6/27/11: Documentation Sprint

Moodle Hack/Doc Fest, Summer 2011 kicked off on Monday, June 28th with an all-day Documentation Sprint. The goal was to complete as much documentation as possible before Hack/Doc formerly started on Tuesday, but the group found they had to slow down in order to work through Moodle 2.1’s often very different interface.

The tasks undertaken include:

Updating our library of Moodle screencast scripts to be compatible with Moodle 2.0

Documenting the Quiz module, which has seen massive changes. Those changes include an overhauled question bank, new certainty based questions (in which users can specify how certain they are that the answer was correct), interactive mode, and adaptive mode.

Working through Moodle 2.0’s File System (including repositories). The consensus was that this system was considerably more complex than Moodle 1.9, and that there is much potential for confusion among faculty. Particularly challenging was the “server repository”, which was identified as a target for further examination on Thursday.

The University of Massachusetts: Amherst contributed doucmentation that explains how to upload individual files to Moodle 2.0, which is available through the shared CLAMP Documentation folder in Google Docs.

Creating a plain-english description of the Moodle: Liberal Arts Edition, which will translate the readme file into an easily scannable overview of the software package.

Compiling  our “Rabble Rousing List” that documents Moodle Tracker items that we recommend people read and vote for. The list is available via the CLAMP web site:

https://www.clamp-it.org/2011/06/moodle-issues-for-rabble-rousing-june-2011-edition/

Moodle issues for rabble-rousing, June 2011 edition

Here’s a list of Moodle bugs and problems encountered during Moodle Hack/Doc Fest, Summer 2011 at Hampshire College. Please read them over and consider voting for them.

Moodle 1.9 and Moodle 2.0

MDL-28008: separate course backups can become commingled under certain conditions

MDL-20245: grader preferences won’t save under certain conditions. Affects both 1.9+ and 2+

MDL-27931: Trivial, but worth fixing: inconsistency in the user upload form

MDL-27735: Yet more Q&A forum bugs

MDL-28082 auto-create grouping for each group created

MDL-13114: Include bulk course create and remove with Moodle through the use of CSV files

MDL-26657:  Hiding a Sticky Block Can Cause Other Blocks to Disappear

MDL-28223: Alphabetize Groupings drop-down list

Moodle 2.0

MDL-26350: File attachments are stored incorrectly when doing a “File Download” portfolio export from a forum

MDL-27156: File System Repository files limited by PHP upload_max_filesize limits

MDL-27242: Restrict Access by time as well as day

MDL-28080: Error on Oracle DB operations caused by placeholders longer than 28 chars

MDL-26967: Can’t disable My Private File on student role (possibly resolved by PULL-562)

MDL-28101: Bold and italics do not work with the NWIKI formatting

MDL-24120: login as procedure always log the (admin) user out

MDL-24398: “Save changes” after uploading a file seems unnecessary and causes confusion

MDL-28151: High resolution images uploaded as resources are cropped.

MDL-27764: Can’t import topic summaries. This is an old bug from 1.9 which crossed into 2.0/2.1.

MDL-23520: ability to delete wiki pages in 2.0 and 2.1.

Moodle 1.9.12+LAE v1.2.1 Beta 1 Released

CLAMP is pleased to announce the release of Moodle 1.9.12+LAE v1.2.1 Beta 1. This is a beta release meant for testing only; it is not recommended for use on production systems. Full details about this release can be found in the LAE_readme.txt file in the download.

  • Code freeze was 5 p.m., Thursday, May 26, 2011
  • Moodle 1.9.12+LAE v1.2.1 Beta 1 was released Thursday, May 26, 2011
  • Moodle 1.9.12+LAE v1.2.1 final will be released Wednesday, June 8, 2011.

This version release merges the Liberal Arts Edition with Moodle 1.9.12. We need help testing these fixes and verifying that they work for you. Feedback can be added as comments on this post or sent to Ken Newquist at newquisk@lafayette.edu.

We need specific feedback on:

  • Course backups
  • General use of Moodle 1.9.12+LAE v1.2

Visit the release’s home page to download the code: