Commit 8cdc118a by Diana Huang

Typo fix

parent e04f2f98
...@@ -113,7 +113,7 @@ class CombinedOpenEndedRubric(object): ...@@ -113,7 +113,7 @@ class CombinedOpenEndedRubric(object):
points = cur_points points = cur_points
cur_points = cur_points + 1 cur_points = cur_points + 1
else: else:
raise Exception("[extract_category]: missing points attribute. Cannot continue to auto-create points values after a points value is explicitly dfined.") raise Exception("[extract_category]: missing points attribute. Cannot continue to auto-create points values after a points value is explicitly defined.")
selected = score == points selected = score == points
optiontext = option.text optiontext = option.text
......
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