Commit 6ea2c914 by Sola Committed by Piotr Mitros

fixed indentation

parent 2374ed0b
......@@ -219,8 +219,8 @@ class CrowdXBlock(XBlock):
for flagged_hints in self.Flagged:
if str(hints) != self.Flagged[flagged_hints]:
feedback_data[str(hints)] = str(answer_keys)
else:
feedback_data[str(hints)] = str("Flagged")
else:
feedback_data[str(hints)] = str("Flagged")
else:
feedback_data[str(hints)] = str(answer_keys)
else:
......
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