{% load static %}
| Question | Question Type | Exam | Score | Options | Answers | Status | Created | Modified |
|---|---|---|---|---|---|---|---|---|
| {{i.question}} | {{i.question_type}} | {{i.exam}} | {{i.score}} | {{i.options}} | {{i.answers}} | {% if i.status == 1 %} Active {% elif i.status == 0 %} Inactive {% endif %} | {{i.created}} | {{i.modified}} |