{% extends "base.html" %} {% block title %}NeetPrep Incorrect Questions{% endblock %} {% block head %} {% endblock %} {% block content %}

NeetPrep Incorrect Question Manager

{% if neetprep_enabled %}
({{ unclassified_count }} unclassified)
{% else %} {% endif %}

Filter by Subject

Generate PDF

{% if neetprep_enabled %} Edit Synced Questions {% endif %} Edit Classified Questions
Or, Generate by Topic:
{% if neetprep_enabled %}{% endif %} {% if topics %} {% for item in topics %} {% if neetprep_enabled %}{% endif %} {% endfor %} {% else %} {% endif %}
S.No. TopicNeetPrep QuestionsMy Questions
{{ loop.index }} {{ item.topic }}{{ item.neetprep_count }}{{ item.my_questions_count }}
No topics found. {% if neetprep_enabled %}Sync with NeetPrep to fetch questions and topics.{% else %}No classified topics found.{% endif %}
{% endblock %} {% block scripts %} {% endblock %}