Moodle LAE

From MoodleDocs

Meaning of LAE

The LAE in Moodle LAE stand for 'Liberal Art Edition'

The goal of the LAE is to provide a coherent package for modules, patches, and code developed (or improved) by the Collaborative Liberal Arts Moodle Project (CLAMP).

This package consists of the code that the developers and instructional technologists at CLAMP schools have deemed essential to their operation of Moodle. A number of other recommend add-ons for Moodle are available through CLAMP web site (http://www.clamp-it.org). These recommended add-ons, however, have certain caveats that you should be aware of, and it is imperative that you read their respective readme files before installing them.

Project Homepage

http://www.clamp-it.org/code/moodle-2-5-2liberal-arts-edition-v5-1-0/

Contact

Questions about the LAE can be sent to Ken Newquist at newquisk@lafayette.edu or 610-330-5759. CLAMP members may participate in the development of the LAE by joining the Development Project in Redmine (our collaboration web site) at:

http://redmine.clamp-it.org/projects/development

Contents

Moodle 2.5.2+LAE5.1.0 consists of the core Moodle 2.5.2 release plus a number of CLAMP-developed features and bug fixes.

The following core features are included:

   Anonymous Forums
   Auto-creation of groupings for groups
   Per-course resource display options

Anonymous Forums

A completely new version of the Anonymous Forums option in Moodle. This version introduces a new "Anonymous User" who is attached to forum posts, allowing faculty to back up and restore a forum without losing anonymity. This feature is disabled by default. Auto-creation of groupings for groups

This feature creates a grouping for each group in a course. This feature is disabled by default; you must enable the Experimental "Group Members Only" setting to use this feature. Per-course resource display options

You may choose a default resource display option at the course level now instead of at the site-level. Contributed modules

CLAMP recommends the following contributed modules. If you have downloaded the "Package" version of the LAE then these modules are already available. Filtered Course List

This block allows you to list a current term and a future term's courses first, based on whatever term-based naming convention you use in your Moodle courses' shortname field (e.g. FA11, SP12). It also allows you to specify a course category instead." LAE Grader Report

This is an alternative Grader Report for Moodle. It includes fixed scrolling on the vertical and horizontal axes and a new optional total display. OU Dates Report

This course report, developed by Tim Hunt at the Open University, allows teachers to quickly edit date-aware items in course modules such as quizzes and assignments. Quickmail

A block used to quickly send emails to members of a class, replicating similar functionality found in other learning management systems. This version is forked from the Quickmail currently maintained by Louisiana State University. Roster Report

A course report which displays the user pictures for everyone enrolled in a course.

Downloading the LAE

You can get the LAE in two ways:

   Download the tar and zip packages from the CLAMP web site: http://www.clamp-it.org/code/
   Download the current release branch from the CLAMP code repository:
   git clone https://github.com/CLAMP-IT/moodle v2.5.2-LAE5.1.0 git checkout -b v2.5.2-LAE5.1.0

By default this is the "Package" version which includes the contributed modules. If you just want the core version of the LAE checkout the v2.5.2-LAE5.1.0-base tag instead.

CLAMP maintains two branches for each major version:

   LAE_25_STABLE contains the core code only
   LAE_25_PACKAGE includes the contributed modules

Installing the LAE

If you are installing Moodle for the first time, you can follow the standard Moodle installation instructions (substituting the LAE Moodle package for the regular Moodle one)

https://docs.moodle.org/en/Installing_Moodle Upgrading to the LAE

If you are upgrading an existing installation, you can follow your normal procedure for doing an "in-place" upgrade (replacing your old Moodle files with the new LAE ones, then copying over any additional modules or blocks you might have from the old install into the new one)

A few notes:

   Always backup your original Moodle files and database before doing an upgrade.
   We strongly recommend doing a test upgrade on a development Moodle instance before upgrading your production instance.