From 50b3d115c1d5e7b4ca52de0573681a8265664745 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 3 Aug 2021 18:13:17 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_overview.html | 2 +- anatomy/templates/anatomy/exam_scores.html | 4 ++-- longs/templates/longs/exam_scores.html | 4 ++-- physics/templates/physics/exam_scores.html | 2 +- rapids/templates/rapids/exam_scores.html | 2 +- sbas/templates/sbas/exam_scores.html | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/anatomy/templates/anatomy/exam_overview.html b/anatomy/templates/anatomy/exam_overview.html index 4899985c..b1ca3117 100644 --- a/anatomy/templates/anatomy/exam_overview.html +++ b/anatomy/templates/anatomy/exam_overview.html @@ -17,7 +17,7 @@ Exam active: [When checked the exam will be available to take in the test system]
- Publish results: [When checked the exam results will be available on this site] + Publish results: [When checked the exam results will be available to users on this site]
{% endif %}

diff --git a/anatomy/templates/anatomy/exam_scores.html b/anatomy/templates/anatomy/exam_scores.html index 8dd68c4a..91f621ba 100644 --- a/anatomy/templates/anatomy/exam_scores.html +++ b/anatomy/templates/anatomy/exam_scores.html @@ -36,8 +36,8 @@
-

Answers as a table

- +

Results as a table

+
{% for cid in cids %} diff --git a/longs/templates/longs/exam_scores.html b/longs/templates/longs/exam_scores.html index 6579fcc5..c9f13502 100644 --- a/longs/templates/longs/exam_scores.html +++ b/longs/templates/longs/exam_scores.html @@ -36,8 +36,8 @@
Candidate
-

Answers as a table

- +

Results as a table

+
{% for cid in cids %} diff --git a/physics/templates/physics/exam_scores.html b/physics/templates/physics/exam_scores.html index c1e712c2..2d7bb95e 100644 --- a/physics/templates/physics/exam_scores.html +++ b/physics/templates/physics/exam_scores.html @@ -31,7 +31,7 @@

Answers as a table

-
Candidate
+
{% for cid in cids %} diff --git a/rapids/templates/rapids/exam_scores.html b/rapids/templates/rapids/exam_scores.html index 918eba05..5d4575e8 100644 --- a/rapids/templates/rapids/exam_scores.html +++ b/rapids/templates/rapids/exam_scores.html @@ -37,7 +37,7 @@

Answers as a table

-
Candidate
+
{% for cid in cids %} diff --git a/sbas/templates/sbas/exam_scores.html b/sbas/templates/sbas/exam_scores.html index 99fd57bc..c67417e4 100644 --- a/sbas/templates/sbas/exam_scores.html +++ b/sbas/templates/sbas/exam_scores.html @@ -30,8 +30,8 @@
Candidate
-

Answers as a table

- +

Results as a table

+
{% for cid in cids %}
Candidate