-
Notifications
You must be signed in to change notification settings - Fork 6
[Tools] Adds assignment placer to place files in pre-existing submissions #20
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
Conversation
MasterOdin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer to use SystemExit exception whenever possible over sys.exit unless you want specific error codes as it means we do not have to import sys then.
|
@MasterOdin I have updated the script to reflect your requested changes. I have included args for the semester, gradeable, and course. In addition to this, as I mentioned in in the original post, I have added a unique hash for the files to make it easier to regex when setting up the lichen configuration. Please let me know if there is anything I missed! |
This PR takes a collection of files and submits them into a current gradeable. These files can then be used in the plagiarism module via regex. It may be a good idea to generate a unique string to make regex easier.