GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
4
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
mark.george
/
marking
Browse code
Add description of editor and criterion types.
master
1 parent
2a2a1c8
commit
f90a92b5a70d957cd7ef0bcca0e300415b8a9c86
Mark George
authored
on 1 Sep 2023
Patch
Showing
1 changed file
README.md
Ignore Space
Show notes
View
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.
marking =============== A marking system.
Show line notes below