{% extends "base/base.html" %} {% load static %} {% block title %} Number of papers to produce and question-version mapping {% endblock title %} {% block page_heading %} Number of papers to produce and question-version mapping {% endblock page_heading %} {% block main_content %}
Assessment specification indicates:
A list of students is present. It contains {{ number_of_students }} entries. {% if prenaming %} Papers {{ prenamed_papers_list }} will be prenamed. {% else %} No papers will be prenamed. {% endif %} {% endif %}
Background chore: {{ chore_status }} — {{ chore_message }}
Background chore: {{ chore_status }} — {{ chore_message }}
{% if chore_message %} Database is currently being populated with papers: {{ chore_message }} {% else %} Database is currently being populated with papers. {% endif %}
Please reload page
{% if chore_message %} Papers are currently being removed from the database: {{ chore_message }} {% else %} Papers are currently being removed from the database. {% endif %}
Please reload page
Paper number | {% if prenaming %}Prename ID (if assigned) | {% endif %}id page ver | {% for qi, qstr, qlabel in question_labels_html %}{{ qlabel|safe }} ver | {% endfor %} {% for paper_number, info in pqv_table.items %}
---|---|---|---|
{{ paper_number }} | {% if prenaming %}{% if info.prename %} {{ info.prename.0 }}: {{ info.prename.1 }} {% else %} • {% endif %} | {% endif %}{{ info.id_ver }} | {% for x in info.qvlist %}{{ x }} | {% endfor %}
No student list present
Suggested minimum number of papers to produce = {{ min_number_to_produce }}
You can also upload a csv-file containing a question-version map. This is not recommended unless you really know what you are doing.