I am developing a Cloze-Numerical quiz, where students get 1 point for providing the correct answer '10' and receive a penalty of -0.25 points for any other answer.
To do this, I wrote {1:NM:%100%10~%-25%*}
Unfortunately, as the figures show, the system does not consider penalty points when calculating the overall score.
Can anyone explain this behavior?