-
Bug
-
Resolution: Fixed
-
Major
-
3.3.6, 3.4.3, 3.5.1
-
MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_36_STABLE
-
MDL-62535-master -
-
GDPR Followup Sprint 1
As pointed out by Marcus Green, gradingform_rubric does not consider its gradingform_rubric_fillings table as having any personal data.
Although the table has no userid, it has an itemid which relates to the gradeitem id, which is linked to a user.
The fillings table includes details of the level and any remarks.
https://moodle.org/mod/forum/discuss.php?d=370983#p1495800
It may be that we can do something generic which covers all grading methods. Although I can see a get_rubric_filling() function, the only accessible description of this comes from get_external_instance_filling_details, which is aimed at web services.
- caused a regression
-
MDL-63334 Handle correctly when module doesn't have privacy support
- Closed
- has a non-specific relationship to
-
MDL-63267 Rubrics do not consider the fillings table (backport of MDL-62535)
- Closed
- has been marked as being related by
-
MDL-63167 Final deprecation of the gradingform_provider interface
- Closed