IntroQuestions.html
{% extends "global/Page.html" %}

{% block title %}Time for Questions{% endblock %}
{% block content %}
    <p>
    Please wait before clicking to the next page. The proctor will briefly review the instructions and take any
    questions before we begin.
    </p>

    {% include Constants.instructions_template %}
    <p>
    Please enter the password the proctor will give you to proceed to the game.
    </p>
    {% formfields %}

    {% next_button %}

{% endblock %}