{% extends "base.html" %} {% block title %}Enter Question Details (V2){% endblock %} {% block head %} {% endblock %} {% block content %}

Step 3: Enter Question Details

Shortcuts: Shift+Q for Next | Shift+C (Correct) | Shift+W (Wrong) | Shift+U (Unattempted)
{% if classified_count is defined and total_questions is defined %}
Classification: {{ classified_count }}/{{ total_questions }} questions
{% endif %}
Go Back to Cropping
Upload Answer Key (Optional)
{% if not nvidia_nim_available %} {% else %}
{% endif %} {% for image in images %}
Question {{ loop.index }}
Cropped Question {{ loop.index }} {% if image.note_json %}
Notes saved
{% else %} {% endif %}
{% if nvidia_nim_available %}
{% else %} {% endif %}

Subject: {{ image.subject or 'N/A' }}

Chapter: {{ image.chapter or 'N/A' }}

{% endfor %}
Generate PDF

Layout Options
{% include '_revision_notes.html' %}


Added Miscellaneous Questions:

{% endblock %} {% block scripts %} {% endblock %}