1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 17:59:25 +00:00

Change implementation of Test.dateString

This commit is contained in:
2022-04-22 02:32:49 +00:00
parent 0d4a1d339c
commit ec6305086e
4 changed files with 12 additions and 17 deletions

View File

@@ -101,7 +101,7 @@ class TestResult {
let body = 'Your result has been changed for ' +
`the test "${this.test.template.name}" ` +
'that you took on ' +
`${this.test.dateString}\n\n` +
`${this.test.getDateString()}\n\n` +
`Your previous result was ${this.mark}/` +
`${this.test.template.maxMark} ` +
`(${this.percentage}%) which was a grade ` +