{% extends 'teacher/teacherbase.html' %} {% block content %} {%load static%}

Available Questions
{% for c in courses %} {% endfor %}
Course Total Question Total Marks Action
{{c.course_name}} {{c.question_number}} {{c.total_marks}} View Question






{% endblock content %}