{%include "header.html"%} {% load static %} {% load custom_filters %}
{{student.0.mobile}} {{student.0.email}} Attempted Date: {{exam_wise_stats.0.attempted_at}}
Sr.No | Test Name | Total Question | Attempted | Right Answered | Wrong Answered | Time Taken | Accuracy(%) |
---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{exam_stat.mock_test__mock_title}} | {{exam_stat.total_question}} | {{exam_stat.attempted}} | {{exam_stat.right}} | {{exam_stat.wrong}} | {{ exam_stat.time_taken|seconds_to_hms }} | {{exam_stat.right_accuracy}} |