Commit f8841f18 by Sofiya Semenova

?

parent e9941616
......@@ -65,11 +65,6 @@ class CourseGradeFactory(object):
At least one of course, collected_block_structure, course_structure,
or course_key should be provided.
If the learner's enrollment track has changed, and the
subsection *only* contains track-specific problems that the
user has attempted, should force a re-grade for that section.
See EDUCATOR-1280.
"""
course_data = CourseData(user, course, collected_block_structure, course_structure, course_key)
return self._update(
......
......@@ -260,8 +260,8 @@ class CreateSubsectionGrade(NonZeroSubsectionGrade):
If the learner's enrollment track has changed, and the
subsection *only* contains track-specific problems that the
user has attempted, should force a re-grade for that section.
See EDUCATOR-1280.
user has attempted, a re-grade will not occur. Should force
a re-grade in this case. See EDUCATOR-1280.
"""
return (
self.all_total.first_attempted is not None or
......
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