Commit cd122681 by Piotr Mitros

Typo

parent 1ddf41ab
...@@ -53,7 +53,7 @@ class numericalresponse(object): ...@@ -53,7 +53,7 @@ class numericalresponse(object):
# I think this is just pyparsing.ParseException, calc.UndefinedVariable: # I think this is just pyparsing.ParseException, calc.UndefinedVariable:
# But we'd need to confirm # But we'd need to confirm
except: except:
raise #StudentInputError('Invalid input -- please use a number only') raise StudentInputError('Invalid input -- please use a number only')
if correct: if correct:
return {self.answer_id:'correct'} return {self.answer_id:'correct'}
......
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