Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
f8841f18
Commit
f8841f18
authored
Dec 19, 2017
by
Sofiya Semenova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
?
parent
e9941616
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
lms/djangoapps/grades/course_grade_factory.py
+0
-5
lms/djangoapps/grades/subsection_grade.py
+2
-2
No files found.
lms/djangoapps/grades/course_grade_factory.py
View file @
f8841f18
...
...
@@ -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
(
...
...
lms/djangoapps/grades/subsection_grade.py
View file @
f8841f18
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment