grades_verify
Compare Moodle gradebook entries against a lecturer's spreadsheet to confirm imported grades, marks, and feedback match exactly. Identifies discrepancies after import.
Instructions
The double check after the import, reads only: for every ready row in the lecturer's file(s), read what Moodle's gradebook now holds for that student on that item and compare, mark and feedback. Needs a token allowed to read the user grade report (the academic office; a lecturer's token usually is not).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | A lecturer's .xlsx/.csv, or a folder of them (the Drive folder, downloaded and unzipped) | |
| items | No | Only when a column cannot be matched to a grade item: {"midterm": "Midterm"} | |
| courseid | No | Only for a single file whose name does not identify one course |