Commit 0a80f835 by Alexander Kryklia

Revert "fix typo"

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