Commit 115817e9 by Xavier Antoviaque

Merge pull request #68 from edx-solutions/event-proficiency

event-proficiency: Add special 'proficiency' event for proficiency score
parents 452074d2 470fd13c
......@@ -304,6 +304,7 @@ class MentoringBlock(XBlockWithLightChildren):
self.runtime.publish(self, 'grade', {
'value': raw_score,
'max_value': 1,
'score_type': 'proficiency',
})
self.num_attempts += 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment