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

report_componentgrades_get_students() in locallib.php doesn't just return students #21

Open thepurpleblob opened 1 year ago

thepurpleblob commented 1 year ago

The above function implies that it gets an array of students from the course. It actually returns everybody that's on the course so the exported list contains anybody enrolled.

As a side effect it actually creates participant numbers for teachers and the like.