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

Edit Quiz

Existing Questions

{% for question in quiz.questions %}
Options
{% for option in question.options %}
{% endfor %}
{% endfor %}
{% endblock %}