-
Improvement
-
Resolution: Fixed
-
Minor
-
3.1.2
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
This is a backport request of MDL-30179.
Background
Prior to MDL-30179 landing in 3.2, there was actually no way for an instructor to see grades the same as the student does, they would always see them with their own permissions. This is a bit problem with hidden items, and various settings of Show aggregates including/excluding/etc hidden items.
This leads to confusion where the teacher and student see different final grades in the course.
MDL-30179 added a new, sticky (remembers users last setting) toggle to switch the User grade report between viewing it with the other users permissions, or their own.
Backport rational
- The issue has been very long standing, with many (closed) duplicates.
- The issue causes many support calls, and complicated explanations.
- Many thought the problem was to be fixed in the 2.8 gradebook work, but it was not.
- 3.1 is a LTS, so backporting this will have longer than usual impact.
- The change is relatively small:
- The backing logic for the display was developed quite some time ago for use with "Parent" views.
- The UI change is the addition of a simple single select under the existing single select for User.
- Doesn't (directly) impact students/parents - only those with the moodle/grade:viewall permission (normally teachers and above).
- The old behavior is still retained/available for those affected.
- Includes behat testing of new and old behavior.
If this gets approved for backporting, I will post branches and test instructions
- has a non-specific relationship to
-
MDL-30179 User report and Grader report are inconsistent for the grade that is hidden. Allow teacher to toggle to/from "user view"
- Closed