Skip to content

Jagr v0.1.1

Compare
Choose a tag to compare
@alexstaeding alexstaeding released this 08 Nov 17:19
7737272

Squashed bugs

  • Fix commonTransformer not being applied to submissions 3abf97d
    • Also fixes bytecode timeouts not being applied
  • Moodle unpack has been adjusted to work with new course and standards d373c69
  • Fix crash on IOException when exporting rubrics 1fa84de
    • E.g. when an export file was accidentally left open and grading was started again
  • Fix incorrect points on export when criteria have negative points dc2d944
    • Negative points are now handled correctly on export
    • The total points capped at 0 points, negative points for rubric are not possible even if the total from criteria is negative
    • When points are not certain, show point range e.g. [1, 2]
    • Show point range for possible points in export
  • Fix unit test classes not being exported into test source set in GradleSubmissionExporter 7d77ce0
    • Submission is in src/main/java
    • Grader is in src/test/java

Full Changelog: v0.1.0...v0.1.1