Replies: 1 comment
-
Cool, thanks for sharing! Feel free to submit a PR to add it to https://github.com/gradescope/autograder_samples/blob/master/docs/resources.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I just wanted to share another open-source java autograder library that was built at Johns Hopkins University, around the same time as JGrade, just for more introductory courses. The library was designed to be able to look a little more closely at the details of students.
The idea is that in intro classes, professors often ask for very specific and small requirements (like making a method with exact parameter names and types or declaring a specified set of class properties as public/private/protected), so the tests reflect that.
It also has a lot of little tools/tricks to properly handle the common mistakes/situations that exist in introductory courses that could mess with testing results (like when creating multiple scanners connected to standard input or when introducing random number generators to apps).
I just wanted to share it to see what other people think!
Beta Was this translation helpful? Give feedback.
All reactions