- Unmarked:
-
- {% for answer in user_answers %}
- {{ answer }}
- {% endfor %}
-
- Marked:
-
- {% for answer in correct_answers %}
- {{ answer }}
- {% endfor %}
- {% for answer in half_mark_answers %}
- {{ answer }}
- {% endfor %}
- {% for answer in incorrect_answers %}
- {{ answer }}
- {% endfor %}
-
-
Key: 2 Marks, 1
- Mark, 0 Marks
- {% if question_details.current > 1 %}
-
- {% endif %}
-
- {% if question_details.current >= question_details.total %}
- {% else %}
-
-
- {% endif %}
-
-