{% extends "dashboard/base.html" %} {% load bangla_numbers %} {% load static %} {% block title %}All Results - PassMCQ{% endblock %} {% block content %}
| Exam Title | Subject | Score | Correct | Wrong | Time | Date | Action |
|---|---|---|---|---|---|---|---|
| {{ result.exam.title }} | {{ result.exam.subject.name }} | {{ result.score }} | {{ result.correct_answers }} | {{ result.wrong_answers }} | {% if result.time_taken_seconds < 60 %} {{ result.time_taken_seconds }}s {% else %} {% with minutes=result.time_taken_seconds|div:60|floatformat:0 seconds=result.time_taken_seconds|mod:60 %} {{ minutes }}m {{ seconds }}s {% endwith %} {% endif %} | {{ result.completed_at|date:"d M Y" }} | View |
No exam results found
Start practicing to see your results here!