Commit 18dc59c9 by Vik Paruchuri

Error message fix

parent eaa6701c
...@@ -63,7 +63,7 @@ class CombinedOpenEndedRubric(object): ...@@ -63,7 +63,7 @@ class CombinedOpenEndedRubric(object):
if has_score: if has_score:
if scorexml.tag != 'score': if scorexml.tag != 'score':
raise Exception("[extract_category]mitxmako: expected score tag, got {0} instead".format(scorexml.tag)) raise Exception("[extract_category]: expected score tag, got {0} instead".format(scorexml.tag))
for option in optionsxml: for option in optionsxml:
if option.tag != "option": if option.tag != "option":
......
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