{% extends "user.html" %} {% block pagetitle %} {{ title }} {% endblock %} {% block main %} {% if 'Enrolled Courses' not in title%}
Quiz | View Answer Paper | Pre requisite quiz | {% for quiz in course.get_quizzes %} {% if quiz.active and quiz.course_id == course.id %}|
---|---|---|---|
{{ quiz.description }} |
{% else %}
{{ quiz.description }} Inactive |
{% endif %}
{% if quiz.view_answerpaper %} Can View {% else %} Cannot view now {% endif %} | {% if quiz.prerequisite %} You have to pass {{ quiz.prerequisite.description }} for taking {{ paper.quiz.description }} {% else %} No pre requisites for {{ quiz.description }} {% endif %} |