DIKU-EDU / remarks

A DSL for marking student work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should we allow bonus points?

oleks opened this issue · comments

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).

commented

@kirkedal What do you think?

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.