{% extends 'dashboard_base.html' %} {% block title %} Admin Dashboard || Add Blog {% endblock %} {% block content %}

Create Quiz for {{ course.title }}

{% for i in range(1, 21) %}

Question {{ i }}

Options:
{% for j in range(1, 5) %} {% endfor %} {% endfor %}
{% endblock %}