{% extends 'student/studentbase.html' %} {% block content %} {%load static%}
{% csrf_token %}

Course: {{course.course_name}}

{% for q in questions%}

{{ forloop.counter }}. {{q.question}}

[{{q.marks}} Marks]

{% endfor %}






{% endblock content %}