Commit 6ea2c914 by Sola Committed by Piotr Mitros

fixed indentation

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