From c9c991f898f01a33519b71e1118e2cc551e2d251 Mon Sep 17 00:00:00 2001 From: viveksantayana Date: Wed, 1 Dec 2021 00:46:41 +0000 Subject: [PATCH] Added text to index and instruction pages. --- ref-test/quiz/templates/quiz/index.html | 18 ++---- .../quiz/templates/quiz/instructions.html | 55 +++++++++++++++++++ 2 files changed, 61 insertions(+), 12 deletions(-) create mode 100644 ref-test/quiz/templates/quiz/instructions.html diff --git a/ref-test/quiz/templates/quiz/index.html b/ref-test/quiz/templates/quiz/index.html index b268914..8655d16 100644 --- a/ref-test/quiz/templates/quiz/index.html +++ b/ref-test/quiz/templates/quiz/index.html @@ -4,21 +4,15 @@

SKA Refereeing Theory Exam

- This app will allow you to take the Exam on-line. This app should also allow you to adjust the way the quiz is rendered to suit your access needs. This could include using a screen reader, changing the display font size or typeface, or navigating questions and answers via the keyboard. + This app will enable you to take the SKA Refereeing Exam on-line. The app will further allow you to change the display settings — such as the font size, typeface, and background colour — to a layout that you may find more suitable.

-

- Instructions + We designed this app to prioritise accessibility for the exam, and to ensure that it could be presented in a manner that does not put people with any specific needs at a disadvantage.

-

- Other Info + The presentation of the questions is just a start, and we acknowledge we still have a long way to go. We welcome any feedback on how we can further improve this test.

- -

- When you are ready to begin the quiz, click the following button. -

- - Take the Quiz - +
+ Read the Instructions +
{% endblock %} \ No newline at end of file diff --git a/ref-test/quiz/templates/quiz/instructions.html b/ref-test/quiz/templates/quiz/instructions.html new file mode 100644 index 0000000..999c5c7 --- /dev/null +++ b/ref-test/quiz/templates/quiz/instructions.html @@ -0,0 +1,55 @@ +{% extends "quiz/components/base.html" %} + +{% block content %} +
+

Instructions

+ +
+
+

+ Technical Details +

+ +
+ +
+

+ Results +

+

+ The results of your exam will be processed immediately and sent to the SKA Refereeing Coordinator. You will also be emailed a copy of your results. +

+

+ When you are ready to begin the quiz, click the following button. +

+
+
+ Take the Quiz +
+{% endblock %} \ No newline at end of file