{% extends 'generic/base.html' %} {% block content %}

Preview Import Exam Answers

{{ answers_count }} Answers in file
Exam: {{ eid_str }}
Candidate/User ID: {{ cid_str }}

Review the changes below before confirming the import. Existing database answers will be overwritten.

{% for item in preview_items %} {% endfor %}
Question ID Part (qidn) File Answer (To Import) Database Answer (To Overwrite) Action
{{ item.qid }} {{ item.qidn }} {{ item.posted }} {% if item.existing %} {{ item.existing }} {% else %} - None - {% endif %} {% if item.action == "Update" %} Overwrite (Update) {% else %} New (Create) {% endif %}
{% csrf_token %}
Cancel
{% endblock %}