MDL-35073 badges: Open badges integration

The badges feature allows to integrate Mozilla "Open Badges" to issue, assign,
manage and display digital badges in Moodle. This feature supports:
-- badge creation and issuing based on criteria
-- badge baking and verification service
-- direct pushing of internal badges to external backpack
-- interanl and external badge display in Moodle
-- Moodle block to display latest badges
This commit is contained in:
Yuliya Bozhko
2013-04-02 15:49:02 +08:00
committed by Damyon Wiese
parent ec6089f07b
commit 278065528a
75 changed files with 8760 additions and 3 deletions
+2
View File
@@ -1036,6 +1036,8 @@ class completion_info {
}
$transaction->allow_commit();
events_trigger('activity_completion_changed', $data);
if ($data->userid == $USER->id) {
$SESSION->completioncache[$cm->course][$cm->id] = $data;
// reset modinfo for user (no need to call rebuild_course_cache())