{% 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 nvidia_nim_available %} {% endif %}
{% for image in images %}
Question {{ loop.index }}
Cropped Question {{ loop.index }} {% if image.has_note %}
{% if image.linked_pdf_count %} {{ image.linked_pdf_count }} linked PDF page{% if image.linked_pdf_count != 1 %}s{% endif %} {% else %} Notes saved {% endif %}
{% else %} {% endif %}
{% if nvidia_nim_available %}
{% else %} {% endif %}

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

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

{% endfor %}
Generate PDF Link PDF Pages to Questions

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


Added Miscellaneous Questions:

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