1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 17:59:25 +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() {
//TODO get actual grades
return 'C';
return this.test.template.gradeBoundaries.getGrade(
this.percentage);
}
delete() {