{% extends "base/base.html" %} {% load static %} {% block title %} Papers printed {% endblock title %} {% block page_heading %} Tell Plom that papers have been printed {% endblock page_heading %} {% block main_content %}
Return to assessment preparation page
{% if have_papers_been_printed %}

Papers have been printed

{% if can_unset_papers_printed %}

  • Although you have set this, no scans have been uploaded, so this can be unset.
  • Note that if you unset this any existing rubrics will be deleted
  • Any existing papers - both PDFs and physical hard-copies - should be discarded before you change this setting.

{% else %}

Papers have been scanned, so you cannot change this setting.

{% endif %} Please wait {% else %}

Papers have not yet been printed

  • Before this set you can modify your assessment, but you cannot upload scanned paper bundles or build rubrics.
  • After it is set, you cannot modify your assessment, but you can upload scanned papers and build rubrics.
  • Note that it is possible to unset this provided you have not uploaded any scans - but be careful to make sure any existing papers are discarded.

Please wait {% endif %}
{% endblock main_content %}