24 lines
		
	
	
		
			690 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			690 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends "quiz/components/base.html" %}
 | 
						|
 | 
						|
{% block content %}
 | 
						|
    <h1>SKA Refereeing Theory Exam</h1>
 | 
						|
 | 
						|
    <p>
 | 
						|
        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.
 | 
						|
    </p>
 | 
						|
 | 
						|
    <p>
 | 
						|
        Instructions
 | 
						|
    </p>
 | 
						|
 | 
						|
    <p>
 | 
						|
        Other Info
 | 
						|
    </p>
 | 
						|
 | 
						|
    <p>
 | 
						|
        When you are ready to begin the quiz, click the following button.
 | 
						|
    </p>
 | 
						|
 | 
						|
    <a href="{{ url_for('quiz_views.start') }}" class="btn btn-success">Take the Quiz</a>
 | 
						|
 | 
						|
{% endblock %} |