Skip to content
Snippets Groups Projects
Commit 72f65783 authored by Alexander Kryklia's avatar Alexander Kryklia
Browse files

fix typo

parent 0a80f835
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment