{% extends 'base.html' %} {% block title %}Reading Test Page{% endblock %} {% block content %}

Reading

Question {{ question.id }}

Time Remaining: 55:00

Passage Image

{{ question.question_text }}

{% csrf_token %} {% for choice in question.choices.all %}
{% endfor %}
{% endblock %}