Test Overview - {{ testName }}
{{#with class}}
{{/with}}
Subject: {{subject}}
Maximum mark: {{maxMark}}
{{#eq userType 'account'}}
Results
{{else}}
Result
{{/eq}}
{{#if testResults.length}}
{{#each testResults}}
{{> testResult result=this userType=../userType }}
{{/each}}
{{else}}
{{#eq userType 'account'}}
You have not submitted any results yet
{{else}}
Your test result has not been submitted yet
{{/eq}}
{{/if}}
Statistics and Reports
{{> button style='full' colour='primary' to=reportsLink content='View All'}}
{{#each stats}}
{{> adminStat value=value text=text }}
{{/each}}
{{> graph }}
{{> graph }}