Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Customlabel module (Course elements).

Customlabel module (Course elements)

From MoodleDocs

The customlabel module is a specialisation of the core label module to improve content writing in course main pages.

The customlabel module proposes a set (extensible) of subtypes that match well known uses of the learning editorial activity. Subtypes are essentially small parts of content rendered through a predefined html template fo layout (internal renderer), applying a subtype specific small stylesheet (overridable) and using a small predefined dataset.

When adding a new instance of a customlabel (called Course Element in the GUI) to a course, the activity settings usual form can change of aspect depending on the choosen subtype. The form will self-adapt to the requirements of the element internal information model.

This plugin has two effects on content handling and management :

  • productivity effect : teachers do not nead to bother with styling and aspect consistency, as they just need to enter the adequate payload into the presented fields.
  • stability effect : Any of the course elements will be rendered and layout the same way, thus keeping the same graphical aspect whoever authors a course. This is a good point for an institutional LMS that needs to keep content consistant although deferred to many contributors of distinct IT addition skills.

Installation

Unpack the customlabel package into the 'mod' directory of your Moodle installation.

Browse to the Administration -> Notification service to proceed to logical install.

Features summary

  • High semantic level course elements
  • Style preset by integrator/styler
  • Role sensible elements can hide for some roles (role conditional content)
  • Easy extensible subtype model

Using labels

Course elements are known as enhanced labels. So adding a course element is just like adding a label, and filling information parts.

On Moodle versions < 2.2, you'll find the 'Course element' choice in the "Add a ressource" menu.

On Moodle versions > 2.3, activities and resources have been unified.

When displaying the setting form, check the first dropdown list for a subtype of label you need (See the above section about subtypes). Let the setting form reload with modified field list and complete the required information. you will notice that when changing the type of a customlabel, the content is not keeped, as there are low chances the semantic is consistant between distinct types.

The label will layout the content in the course sequence.

Subtypes

Pedagogical bricks

  • "Important"
  • "Tips and tricks"
  • "See Also"
  • "Key Points"
  • "Local goals"
  • "Example"
  • "Work to do"
  • "Soluce"

Structural bricks

  • "Course Heading"
  • "Section Heading"
  • "Sequence Heading"
  • "Course Classifier
  • "Course Information"

Utilties bricks

  • "Contact Point"

Integrator corner

Credits

Valery Fremaux (2008 original) valery.fremaux@gmail.com

The customlabel content strategy was developped to serve the Governement Level Public Teacher PD program (Ministère de l'Education Nationale) in France (called Pairformance) with Intel support.