Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cm090/gradescope-autograder

Autograder templates for Java JUnit tests
https://github.com/cm090/gradescope-autograder

gradescope java junit rose-hulman

Last synced: 2 months ago
JSON representation

Autograder templates for Java JUnit tests

Awesome Lists containing this project

README

        

# Gradescope Autograder
This repository contains the tools used to manage Gradescope assignments for CSSE220 at Rose-Hulman Institute of Technology

### Folder Structure
- `/resources` Documentation for managing assignments in Gradescope
- `/file-tool` CSSE220 standard project builder from student submissions with added functionality for Gradescope exports
- `/rename-tool` Rename folders exported from Gradescope without a template
- `/templates` The base code required to compile and run the autograder

See [`/templates/homework/README.md`](https://github.com/cm090/gradescope-autograder/tree/main/templates/homework#readme) for more information