{%extends 'base2.html'%} {%block head%} {%endblock%} {%block title%} Test {{testName.test_name}} {%endblock%} {%block body%}
Total Time : {{total_time.hours}} {{total_time.minutes}}

Max Marks. {{max_marks}}

{{testName.test_name}}

    Questions

    {% csrf_token %} {% for question, options in questions.items %}
  1. {{ question }}
  2. {% for option in options %} {{ option.2 }}
    {% endfor %}
    {% endfor %}






{%endblock%}