Question {{ question_number }} of {{ total_questions }} | {{ selected_file }}
{{ question.question }}
{% if multiple_selection %} {% for option in question.options %}
{{ option }}
{% endfor %} {% else %} {% for option in question.options %}
{{ option }}
{% endfor %} {% endif %}
{% if show_previous %}
Previous
{% endif %}
Next
End Session