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

Edit NeetPrep Questions

Back to NeetPrep Home
{% for q in questions %} {% endfor %}
# Question Text Topic Subject Action
{{ loop.index }} {{ q.question_text_plain[:100] }}{% if q.question_text_plain|length > 100 %}...{% endif %} {{ q.topic }} {{ q.subject }}
{% endblock %} {% block scripts %} {% endblock %}