This repository contains tools used to create, manage, and process Gradescope Java programming assignments.
Currently used to automate some grading aspects at Rose-Hulman Institute of Technology (CSSE220 - Intro to OOP)
- A resource to automate the unit testing process
- Support for any assignment with a test suite (graphics included!)
- Uniformity for submitting homework assignments and exams
- Near instant scoring and feedback for students
- A replacement for traditional grading processes
- It is recommended to read and understand code before assigning a grade
- A grading tool for every programming language
- The
autogradedtemplate only supports Java projects - The
manualtemplate can be modified to check file existence but will not run further tests
- The
/resourcesDocumentation for managing assignments in Gradescope/file-toolCSSE220 standard project builder from student submissions with added functionality for Gradescope exports/builderAutomated tool for creating autograders/templatesThe base code required to compile and run the autograder
Check out the wiki for more information