Commit 75c5f7ed by Will Daly

Merge pull request #458 from edx/will/TIM-660

Bugfix: validate duplicate point values for rubrics with example-based assessments
parents 3c73e818 ccfa559c
......@@ -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