{% extends "user.html" %} {% block pagetitle %} Results {% endblock pagetitle %} {% block content %}
{% csrf_token %}
{% endfor %}
Quiz Description Obtained Marks Maximum Marks Percentage {% for paper in papers %}
{{ paper.question_paper.quiz.description }} {{ paper.marks_obtained }} {{ paper.question_paper.total_marks }} {{ paper.percent }}
{% endblock %}