Commit ccfa559c by Will Daly

Bugfix: validate duplicate point values for rubrics with example-based assessments

parent 357113c4
......@@ -321,6 +321,7 @@ class ValidationIntegrationTest(TestCase):
# for a particular criterion.
# This should cause a validation error with example-based assessment.
mutated_rubric = copy.deepcopy(self.RUBRIC)
mutated_rubric['criteria'][0]['options'] = copy.deepcopy(self.CRITERION_OPTIONS)
for option in mutated_rubric['criteria'][0]['options']:
option['points'] = 1
......
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