Pedagogic Achievements

Blocks ::: block_achievement
Maintained by Logo andilAndil Technologies de l'information et de la formation
This plugin automatically awards pedagogic achievements to each user as they reach milestones along their way. Example : "10th login" medal. This plugin was developed by Andil as a part of their e-learning R&D program.

Pedagogic Achievements 2012090410

Moodle 1.9
Released: Thursday, 6 September 2012, 11:04 PM
Achievement

DESCRIPTION
=============
A block based module which add achievement notion.
Currently achievements are triggered on user's action like login, talk on chat...

QUICK INSTALL
=============
This block follows standard Moodle Block install instructions
1) Copy achievement folder into your blocks folder

2) Connect as Administrator and visit admin page to activate it

POST INSTALL (optional)
=============
1) To compute achievements for all users Run http://mymoodle.com/blocks/achievement/cron.php

2) If you want to enable JS notification you need to paste this code in your html theme header(meta.php or header.html)
----------------
<?php
if ($CFG->block_achievement_jsnotification) {
?><?php
}
?>
----------------

CONFIGURATION
=============
Plugin configuration can be done in "Site Administration block => Modules => Blocks => Achievement" page
URL : http://mymoodle.com/admin/settings.php?section=blocksettingachievement

BUG REPORT
==============
If you have bugs or suggestions regarding this bloc use :
http://bts.andil.fr

CONTACT
=============
If you have any questions regarding this bloc contact :
achievement-support@andil.fr

Version information

Version build number
2012090410
Maturity
Release candidate
MD5 Sum
2e31b252e977a7449c72622f8692bac2
Supported software
Moodle 1.9
  • Latest release for Moodle 1.9

Default installation instructions for plugins of the type Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.