Commit 7d62a551 by dragonfi

Publish problem shown event

parent 0fdf8b10
......@@ -97,6 +97,10 @@ class DragAndDropBlock(XBlock):
fragment.initialize_js('DragAndDropBlock')
self.runtime.publish(self, 'drag-and-drop-v2.problem.shown',
{'component_id': self.scope_ids.usage_id, 'user_id': self.runtime.user_id}
)
return fragment
def studio_view(self, context):
......
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