Skip to content

Releases: tkutcher/jgrade

JGrade 1.1

31 Jan 14:42
Compare
Choose a tag to compare

Update to 1.1

  • Includes ability to set the strategy for how to alter GradedTestResults
    • Needed ability to grade deductively from a max score in the unit test graded tests
    • Default strategy is to continue just summing up passed tests
    • Added a DeductiveGraderStrategy to grade down from a set starting score
JAR Description
jgrade-1.1-all.jar Jar including all dependencies
jgrade-1.1.jar Jar without dependencies
jgrade-1.1-javadoc.jar Javadoc for 1.1 API

If you are running the JAR as an executable, definitely use the JAR with dependencies. If not, you can consider the JAR without dependencies (especially if specifying your own OutputObserver, etc.).

JGrade 1.0

17 Jan 20:42
Compare
Choose a tag to compare

Initial release of JGrade, a library and tool for grading Java assignments.

  • jgrade-1.0-all.jar: Primary jar file including all dependencies, can be run as executable
  • jgrade-1.0-javadoc.jar: Jar file containing the API from the Javadoc
  • jgrade-1.0.jar: Jar file without any dependencies included.