edulinq / autograder-py

The Python interface to the autograder.
MIT License
4 stars 7 forks source link

Require acknowledgment for late submissions #12

Open shumbo opened 4 months ago

shumbo commented 4 months ago

This PR is the client counterpart of https://github.com/edulinq/autograder-server/pull/74

It changes the autograder.cli.submission.submit to check the require-late-acknowledgment field in case of rejection, and if the field is set to true, prompts the user if they still want to submit, and submit again with the late-acknowledgment flag.