21 lines
1021 B
HTML
21 lines
1021 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">
|
|
<i class="bi bi-book-fill button-icon"></i>
|
|
Read the Instructions
|
|
</a>
|
|
</div>
|
|
{% endblock %} |