Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cm090/gradescope-autograder
- Owner: cm090
- License: mit
- Created: 2022-09-27T18:57:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T14:59:48.000Z (2 months ago)
- Last Synced: 2024-10-22T11:17:35.057Z (2 months ago)
- Topics: gradescope, java, junit, rose-hulman
- Language: Java
- Homepage:
- Size: 4.31 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 autograderSee [`/templates/homework/README.md`](https://github.com/cm090/gradescope-autograder/tree/main/templates/homework#readme) for more information