{% extends "base/base.html" %} {% block title %} Manage source versions {% endblock title %} {% block page_heading %} Manage source versions {% endblock page_heading %} {% block main_content %}
Return to assessment preparation page

{% if has_spec %} According to the specification, each PDF must have exactly {{ number_of_pages }} pages. {% else %} This server does not have a specification yet. If you wish to upload more than one version you must first complete the specification. {% endif %}

{% if duplicates %} {% endif %}
Note: the server is set to use “{{ server_paper_size_name }}” paper.

Plom generally respects the paper size of the source PDFs you provide; this setting effects other pages that Plom creates itself, such as reassembled papers and reports. You can control this by setting the PAPERSIZE environment variable before starting the server: contact your server administrator if you need to change it.

{% if paper_warnings %} {% endif %}
{% for src in sources %}
{% include "Preparation/source_item_view.html" with src=src %}
{% endfor %} {% if allowSharedPages %}

allowSharedPages is enabled; you can subdivide pages at Manage question regions (also found under “Tools”).

{% endif %}
{% endblock main_content %}