1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:19:26 +00:00

TestResult.grade now returns real grade

This commit is contained in:
2022-04-18 21:39:38 +00:00
parent e9d38b25b0
commit 35b4030d27

View File

@@ -109,8 +109,8 @@ class TestResult {
} }
get grade() { get grade() {
//TODO get actual grades return this.test.template.gradeBoundaries.getGrade(
return 'C'; this.percentage);
} }
delete() { delete() {