Course element

Activities ::: mod_customlabel
Maintained by Valery Fremaux
Course elements is a content strategy to improve course writing quality and editorial stability by providing preshaped pedagogic elements. The integrator or administrator (through custom CSS rules) can take over the styling of the elements. Some elements can have local dynamic behaviour, or have an internal logic strategy based on other data of Moodle. This plugin is supported by ActiveProLearn SAS.

Course element 2.3.0 (Build 2012062401)

Moodle 2.3
Released: Saturday, 1 June 2013, 3:38 PM

Moodle plugin : Customlabel Author : Valery Fremaux / EISTI for Intel Corp. =============================================== This plugin is an enhanced label that can precharacterize its content both in the information structure and the rendering. It may be used just as a standard Moodle Label to display information in a course layout. Unlike the label that allows the editing user to shape the label content and rendering as he likes to, the custom label allows information editing within a simple data model made with named fields. The editing user will be able to change fields' content, but will not be allowed to change information layout or styling. This module has a subplugin interface through which many new customized information blocks can be defined. This block is for use by administrators or system architects to define information packs that need to be edited and presented in a controlled way, such as displaying a set of predefined metadata within a course space, or defining standardized information sets that teachers should use to normalize course construction and/or aspect. Installing the plugin ===================== Installs just as any other Moodle plugin : 1. Unzip the plugin within the mod/customlabel directory 2. Goto Administration->notifications and logically install the plugin model Making your own block types =========================== This plugin is valuable essentially by creating new custom types. A custom type is a directory in the mod/customlabel/types subdirectory with a set of standard label components : - a PHP class defines the internal structure of information that makes the information block. This class has a member name type (just for autoreference) and a really important member named "fields" that contains a hashed array on all the information scalars. Fields can hold short text, long text, and lists (single and multiple options). Although we are naming widgets, the custom label WILL NOT present a form to the user. Lists are provided for giving a possible multiple value choice in a closed options set. List options are defined as a subarray of the $field value. - a CSS file that defines all redering attributes for the generated content. - a set of localized templates along with translation files in consequent subdirs : - a template.tpl file defines the HTML template where to insert data. The data is inserted using <%%x%%> tags where x is the field name. (There is no provision for a field holding an array). - a customlabel.php file that holds localization inputs for the type contextual information such as list option trnaslations, field name translations, etc. You may make your own block types using a clone of the NEWTYPE subtype. The custom label automatially discovers any new type added to the mod/customlabel/types directory.

Version information

Version build number
2012062401
Version release name
2.3.0 (Build 2012062401)
Maturity
Release candidate
MD5 Sum
e744357d58f9c704b58353132a93f834
Supported software
Moodle 2.3
  • Latest release for Moodle 2.3

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
MOODLE_23_STABLE

Default installation instructions for plugins of the type Activities

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "assignment") in the "mod" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation