fix typo
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user