{% load static %}

Please read following instructions carefully.


Oops! You must be fullscreen to continue.
Click here to launch fullscreen
{% csrf_token %}

00:00:00

{% for i in questions%}

Question
{{ forloop.counter }} of {{ count }}

Marks: {{ i.marks }}
Negative: -{{ i.negative }}

{{i.questionId}}

{{i.question}}

{%endfor%}