diff --git a/common/lib/xmodule/xmodule/combined_open_ended_rubric.py b/common/lib/xmodule/xmodule/combined_open_ended_rubric.py index e4daf11f1d..c2e0297038 100644 --- a/common/lib/xmodule/xmodule/combined_open_ended_rubric.py +++ b/common/lib/xmodule/xmodule/combined_open_ended_rubric.py @@ -63,7 +63,7 @@ class CombinedOpenEndedRubric(object): if has_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: if option.tag != "option":