fix tab issue

This commit is contained in:
Vik Paruchuri
2013-01-04 12:38:56 -05:00
parent 9d3f8ed0e5
commit dabb5ee758

View File

@@ -250,8 +250,7 @@ class OpenEndedModule():
return success, "Successfully submitted your feedback."
def get_score(self, student_answers):
def get_score(self, student_answers):
try:
submission = student_answers[self.answer_id]
except KeyError: