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:
@@ -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 ` +
|
||||
|
||||
Reference in New Issue
Block a user