18 lines
943 B
HTML
18 lines
943 B
HTML
{% extends "quiz/components/base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>SKA Refereeing Theory Exam</h1>
|
|
|
|
<p>
|
|
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.
|
|
</p>
|
|
<p>
|
|
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.
|
|
</p>
|
|
<p>
|
|
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.
|
|
</p>
|
|
<div class="button-container">
|
|
<a href="{{ url_for('quiz_views.instructions') }}" class="btn btn-success">Read the Instructions</a>
|
|
</div>
|
|
{% endblock %} |