-
Improvement
-
Resolution: Unresolved
-
Minor
-
2.2, 3.6.7, 3.7.3, 3.8, 3.9, 4.1
-
MOODLE_22_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE, MOODLE_401_STABLE
-
master_MDL-32304_add_groups_cohorts_grade_export
-
when exporting grades information it is useful for the teacher to also have group/cohort information
I've attached an initial patch that starts this:
https://github.com/danmarsden/moodle/commit/50d519874f286b34344be5632bbc4b1858e41842
for this to be ready for core it will need:
- adding to other export types (only excel export is supported here)
- adding to the "preview" page - the patch only adds the data to the exported file [EDIT - the preview page isn't relevant any more, as per comment against display_preview method "deprecated since 2.8
MDL-46548. Previews are not useful on export."] - I wonder if the cohort sql should sit within a core function?
- peer review