Commit 4511cde0 by Vik Paruchuri

reverted capa module after accidental changes

parent 7b4b9a7e
...@@ -266,7 +266,7 @@ class CapaModule(XModule): ...@@ -266,7 +266,7 @@ class CapaModule(XModule):
# Prepend a scary warning to the student # Prepend a scary warning to the student
warning = '<div class="capa_reset">'\ warning = '<div class="capa_reset">'\
'<h2>Warning: The problem has been reset to its initial state!</h2>'\ '<h2>Warning: The problem has been reset to its initial state!</h2>'\
'The problem\'s state was corrupted by an invalid submission. '\ 'The problem\'s state was corrupted by an invalid submission. ' \
'The submission consisted of:'\ 'The submission consisted of:'\
'<ul>' '<ul>'
for student_answer in student_answers.values(): for student_answer in student_answers.values():
......
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