CSCI128 / 101GradingScript

Script designed to move grades between Gradescope and Canvas
https://gradingscript.trihardstudios.com/#/
0 stars 0 forks source link

[BUG] Status assignments should be treated as normal assignments after calculating late penalty #28

Closed gregbell26 closed 2 years ago

gregbell26 commented 2 years ago

Description

This issue is kinda a combination bug/feature request as it doesn't break anything, but requires a lot of workarounds that will get more complicated as the script grows in complexity.

Issue

Currently, the way that status assignments are scored only allows one to be scored when scores are generated.

Solution

A solution would add the status assignments to the assginmentsToGrade data frame after special cases are processed in the Grade.grade module. Should create a new function called convertStatusAssignmentToNormalAssignment

Acceptance Criteria

gregbell26 commented 2 years ago

resolved in #30