A marking system

db Update H2 versions 11 months ago
sql Prevent penalties from resulting in negative marks 11 months ago
src Bugfix. Don't send email if marking not complete. 11 months ago
.gitignore Add more complete .gitignore 1 year ago
README.md Add description of editor and criterion types. 1 year ago
build.gradle Update libs. Modify build to use libs rather than lib. 1 year ago
README.md

Marking System

A marking system intended to support a wide variety of assessments (or at least the ones that Mark has to deal with).

Editor types:

  • Scale - Likert scale.
  • Numeric - Text input for decimal numbers.

Criterion types:

  • Normal - the mark will be weighted and included in the total.
  • Special - the mark will not be weighted and is NOT included in the total. This is useful for bonus marks that can be applied across multiple assessments. Also useful if we are just recording marks and don't care about the totals (such as exam marking where we are marking a subset of an exam).
  • Penalty - the mark will NOT be weighted and is SUBTRACTED from the total. Useful for late submission penalties.