This commit is contained in:
Alexander Kryklia
2013-02-18 11:46:07 +02:00
parent 0a80f835c0
commit 72f6578395

View File

@@ -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
}