Skip to content

deternitydx/gradescope-autograder-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gradescope Autograder Examples

These are plug-and-play Gradescope autograders. With a few settings changes, they should be ready to use out of the box.

Included Examples

This repository includes multiple example autograders. View the readme file in each autograder for more information on set up.

  • java_code: This autograder runs JUnit 4 tests and optionally limits the number of submissions.
  • java_coverage: This autograder runs code coverage of student-supplied code with student-supplied JUnit 4 test cases. It assigns a grade based on percent coverage and optionally allows limiting the number of submissions
  • text_matching: This autograder looks for submitted files by name and can check for content using regular expressions or string matching. It requires more configuration than the other examples.

About

Example Gradescope autograders that I've employed in my classes

Topics

Resources

License

Stars

Watchers

Forks