DIKU-EDU/remarks

Should we allow bonus points?

Closed this issue · 3 comments

oleks commented

I had this feature in my shell-scripted format. The idea was that the syntax was slightly different for "bonus judgements":

# Theory: /50
## Question 1: 5/10
## Question 2: 5/20
## Question 3: 5/20
## Bonus: +5

The template would then be

## Bonus: +0

Bonus points should be accounted separately to keep the overflow counts as they are, and to make bonus points selectively applicable (i.e., only if need be).

oleks commented

@kirkedal What do you think?

oleks commented

Done, except that bonus points are not accounted for separately, but just contribute to an overall sum. Incidentally, computed sums may exceed the maximum by design.