ubc / canvas-rubric

Gets canvas rubric with grades using the CLI.
GNU General Public License v3.0
6 stars 0 forks source link

Fix missing #18

Closed alisonmyers closed 4 months ago

alisonmyers commented 6 months ago

User identified 1) students missing from output (no rubric score given) closes #16 2) rubric data not associated with any individual student closes #14 3) missing students with rubric data closes #15

Also noticed 4) scripts are specific to TAs as graders closes #17

Changed order of operations / join conditions 1) The original script uses the rubric.assessments as the initial join condition - update uses student enrollments 2) Additional fields added for clarity: submission state, and submission score 3) Grader not specific to TAs only.

alisonmyers commented 6 months ago

Updated based on review feedback.

alisonmyers commented 6 months ago

Found new issue - need to account for rubric columns for a completely empty rubric before merging