From dabb5ee758f32ffa45164fe252a7733a397fd37b Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Fri, 4 Jan 2013 12:38:56 -0500 Subject: [PATCH] fix tab issue --- common/lib/xmodule/open_ended_module.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/lib/xmodule/open_ended_module.py b/common/lib/xmodule/open_ended_module.py index 6380dc16d8..163c518444 100644 --- a/common/lib/xmodule/open_ended_module.py +++ b/common/lib/xmodule/open_ended_module.py @@ -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: