Commit 24d2c11c by Alexander Kryklia

fix typo

parent 059b9f66
File added
......@@ -49,7 +49,7 @@ class ConditionalModule(XModule):
# value: <name of module attribute>
conditions_map = {
'poll_answer': 'poll_answer', # poll_question attr
'compeleted': 'is_competed', # capa_problem attr
'completed': 'is_completed', # capa_problem attr
'attempted': 'is_attempted', # capa_problem attr
'voted': 'voted' # poll_question attr
}
......
File added
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