Commit 986bd1ac by dragonfi

Publish problem shown event

parent 085f008f
......@@ -141,6 +141,10 @@ class MentoringBlock(XBlockWithLightChildren):
fragment.initialize_js('MentoringBlock')
self.runtime.publish(self, 'mentoring.problem.shown',
{'component_id': self.scope_ids.usage_id, 'user_id': self.runtime.user_id}
)
return fragment
@property
......
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