{% load static %} {% load custom_filters %}
{% if exam_id %} {% else %} {% endif %}
{% for exam_stat in section_stats %}

{{exam_stat.marks}}

Score

{{exam_stat.rank}}

Rank
75%

{{exam_stat.percentile}}

Percentile

{{exam_stat.marks_per_minute}}

MPM
{% endfor %}

Diffliculty Level Wise Analysis




{% for exam_stat in section_statistics %} {% endfor %}
Total Question Attempted Right Answered Wrong Answered Time Taken Accuracy(%) Overall MPM
{{exam_stat.question__sub_section__sub_section_name}} {{exam_stat.total_question}} {{exam_stat.attempted}} {{exam_stat.right}} {{exam_stat.wrong}} {{exam_stat.time_taken|seconds_to_hms}} {{exam_stat.right_accuracy}} {{exam_stat.marks_per_minute}}