{% include "header.html"%}

Edit Question Bank

{% csrf_token %}
{% if Question_list.question_type == "paragraph" %}
{% else %}
{% endif %}
{% if Question_list.question_type == "mcq" %} {% else %}
{% endif %} {% if Question_list.question_type == "mcq" %}
Correct Answer Options
{% else %} {% endif %}
{% comment %} {% endcomment %}
{% include "sidebar.html"%}
{% include "footer.html"%}