{% extends "base.html" %} {% block title %}Edit Classified Questions{% endblock %} {% block head %} {% endblock %} {% block content %}

Edit Classified Questions

Back to NeetPrep Home
Filter by Tag: {% for tag in all_tags %} {% endfor %}
{% for q in questions %} {% endfor %}
Question Text Chapter Subject Tags Action
{{ q.question_text_plain }} {{ q.chapter }} {{ q.subject }} {{ q.tags }}
{% endblock %} {% block scripts %} {% endblock %}