number improvements (lets hope we don't break anything)

This commit is contained in:
Ross
2024-01-08 23:36:43 +00:00
parent 0579ad33a5
commit 6bfaa92324
11 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -880,7 +880,7 @@ class ExamBase(ExamCollectionGenericBase):
<h2>{exam_name}</h2>
<h3>Results</h3>
Score: {user_score} / {int(self.stats_max_possible)} ({percentage})
Score: {user_score} / {int(self.stats_max_possible)} {percentage}
<h3>Stats</h3>
{stats}<br/>