Commit 470fd13c by Xavier Antoviaque

event-proficiency: Add special 'proficiency' event for proficiency score

parent 612274ab
......@@ -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