cm090 / gradescope-autograder

Autograder templates for Java JUnit tests
MIT License
3 stars 2 forks source link

Allow students to submit directories #24

Closed cm090 closed 1 week ago

cm090 commented 5 months ago

The autograder only looks for files in the root submission directory. This works well in most instances but causes lookups to fail if a student uploads a directory with all their files inside. We want to recursively search for files in all the autograder templates, performing the following actions based on template:

cm090 commented 1 week ago

Gradescope has updated their upload workflow to ignore directories. Files are brought up to the root directory before processing.

Submitting directories will work as intended.