pauln / moodle-report_componentgrades

Excel spreadsheet export tool for individual component grades in Marking Guides and Rubrics.
GNU General Public License v3.0
2 stars 13 forks source link

include users groups in export. #14

Closed danmarsden closed 3 years ago

danmarsden commented 3 years ago

It would be good if the users groups could be included in the export - PR incoming.

marcusgreen commented 3 years ago

I think you are missing adding the $groups variable to the end of the function call in guide.php to the line that reads report_componentgrades_add_data($sheet, $students, $gradinginfopos, 'guide'); And it should read report_componentgrades_add_data($sheet, $students, $gradinginfopos, 'guide', $groups);

(almost at the end of the file)