{{student.0.mobile}} {{student.0.email}} Attempted Date: {{exam_wise_stats.0.attempted_at}}
{{forloop.counter}}.)
{% if question.question__paragraph %}{{question.question__paragraph|safe}}
{{question.question__question|safe}}
{% else %}{{question.question__question|safe}}
{% endif %} {% with question.question__options|json_decode as option %} {% for opt in option %} {% if question.answer_id %} {% if forloop.counter|stringformat:"s" == question.answer_id|stringformat:"s" %} {% if question.answer_id|stringformat:"s" == question.question__correct_answer|stringformat:"s" %} {% else %} {% if forloop.counter|stringformat:"s" == question.question__correct_answer|stringformat:"s" %} {% else %} {% endif %} {% endif %} {% else %} {% if forloop.counter|stringformat:"s" == question.question__correct_answer|stringformat:"s" %} {% else %} {% endif %} {% endif %} {% else %} {% endif %} {% endfor %} {% endwith %}