Using the Quiz Add-on. We had a score compute to .7989. The letter grade table states:
Label A >= 90%
Label B >= 80%
Label C >= 70%
Using the [quiz_percent], the score displays as 80%, and so the number has been correctly rounded up.
Using [quiz grade], however, the grade displayed is C, which would indicate it’s using only the first two values of the original score calculation.
It does not appear possible to enter a decimal for the Letter Grades section (I could override the error by stating “Label B >= 79.6”, for example).
So is this a true error, or is there something else at work?
Thank you!