Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] When Grading multiple assignments, if one is unable to be found, no assignments will be graded #18

Open
4 tasks
gregbell26 opened this issue Aug 15, 2022 · 0 comments
Labels
bug Something isn't working Module: UI This issue relates to UI

Comments

@gregbell26
Copy link
Member

Description

Issue

When selecting multiple assignments to grade, after all common names have been mapped to assignments, if the path to Gradescope grades is not found, no further grades are able to be entered.

Solution

If unable to find a grade sheet, then inform the user that the assignment will be skipped in grading and will update the list of assignments to grade by removing the assignment. Then continue to grade the remaining assignments.

Acceptance Criteria

  • Uses Canvas API to remove the assignment from the list of assignments to grade.
  • Displays message to the user stating that assignment will be skipped.
  • Correctly displays a number of assignments to grade later in the program.
  • Allows users to continue grading while skipping assignments with a missing grade book.
@gregbell26 gregbell26 added need analysis review is needed bug Something isn't working Module: UI This issue relates to UI and removed need analysis review is needed labels Aug 15, 2022
@gregbell26 gregbell26 moved this from New Feature to Bug in Grading Script Aug 15, 2022
@gregbell26 gregbell26 moved this to New Feature in Grading Script Aug 15, 2022
@gregbell26 gregbell26 changed the title When Grading multiple assignments, if one is unable to be found, no assignments will be graded [BUG] When Grading multiple assignments, if one is unable to be found, no assignments will be graded Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Module: UI This issue relates to UI
Projects
None yet
Development

No branches or pull requests

1 participant