Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Fix Version/s: 2.0.3, STABLE Sprint 7
-
Component/s: Lesson
-
Labels:None
-
Database:MySQL
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
As part of MDL-25718 when a students grades are recovered after a student re-enrols in a course grade_grab_course_grades() is called. This goes through all the activity modules and tells each one to update the grades in gradebook. If you create a lesson activity then go through this process a grade of 0.00 appears in gradebook. It should be null to avoid affecting grade averages.
Issue Links
| This issue will help resolve: | ||||
| MDL-25718 | 2.0 gradebook moves grades information for unenrolled students to history table -- opposite of 1,x behavior |
|
|
|
| This issue will be resolved by: | ||||
| PULL-450 | lesson sometimes inserts a 0 when the student has a null grade |
|
|
|
| PULL-452 | lesson sometimes inserts a 0 when the student has a null grade |
|
|
|
| PULL-453 | lesson sometimes inserts a 0 when the student has a null grade |
|
|
|
| PULL-454 | lesson sometimes inserts a 0 when the student has a null grade |
|
|
|
Note that Ive called this one a blocker only because it may hold up
MDL-25718which really needs to be released.MDL-25718which really needs to be released.