Commit ef53bab5 by Diana Huang

One more fix

parent 6ab7afac
...@@ -8,7 +8,7 @@ class CombinedOpenEndedRubric(object): ...@@ -8,7 +8,7 @@ class CombinedOpenEndedRubric(object):
def __init__ (self, system, view_only = False): def __init__ (self, system, view_only = False):
self.has_score = False self.has_score = False
self.view_only = view_only self.view_only = view_only
self.system self.system = system
''' '''
render_rubric: takes in an xml string and outputs the corresponding render_rubric: takes in an xml string and outputs the corresponding
......
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