{% extends "admin/base_site.html" %} {% block content %}

{{ title }}

Upload a CSV or Excel (.xlsx) file. Only verified + active questions are used in live exams — leave is_verified false unless you check “Mark imported as verified”.

Download CSV template

{% csrf_token %}

Questions already used in a live exam attempt are only deactivated (kept for audit), not permanently deleted.

Cancel

CSV / Excel columns

question_text,option_a,option_b,option_c,option_d,correct_option,difficulty,topic_tag,is_active,is_verified
{% endblock %}