Moodle Plugins directory: Pedagogic Achievements: Versions: 2012090400 | Moodle.org

Pedagogic Achievements
Blocks ::: block_achievement
Maintained by
Andil 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 2012090400
Moodle 1.9
Released: ceturtdiena, 2012. gada 6. septembris, 21:23
Achievement v2012090400
DESCRIPTION
=============
A block-based module which adds the notion of pedagogic achievements.
Currently, achievements are triggered by users' actions such as logging in, talking on the 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
DESCRIPTION
=============
A block-based module which adds the notion of pedagogic achievements.
Currently, achievements are triggered by users' actions such as logging in, talking on the 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
- 2012090400
- Maturity
- Release candidate
- MD5 Sum
- 5f7145de5084e08b786f866a8875b1c3
- Supported software
- Moodle 1.9
- The more recent release 2012090410 exists for Moodle 1.9
Default installation instructions for plugins of the type Blocks
- Make sure you have all the required versions.
- Download and unpack the block folder.
- Place the folder (eg "myblock") in the "blocks" subdirectory.
- Visit http://yoursite.com/admin to complete the installation
- Turn editing on in any home or course page.
- Add the block to the page
- Visit the config link in the block for more options.