{%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 %} {{images}} {% for question, data in questions.items %}
  1. {{ question }}
  2. {% for image in data.images %} {%load static%} {%if image.0 %}

    {{image.1}}

    {%endif%} {% endfor %} {% for option in data.options %} {{ option.2 }}
    {% endfor %}
    {% endfor %}






{%endblock%}