Commit dabb5ee7 by Vik Paruchuri

fix tab issue

parent 9d3f8ed0
...@@ -251,7 +251,6 @@ class OpenEndedModule(): ...@@ -251,7 +251,6 @@ class OpenEndedModule():
return success, "Successfully submitted your feedback." return success, "Successfully submitted your feedback."
def get_score(self, student_answers): def get_score(self, student_answers):
try: try:
submission = student_answers[self.answer_id] submission = student_answers[self.answer_id]
except KeyError: except KeyError:
......
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