{% if is_there_a_spec %}
There is a specification in the database. You may not be able to modify it if you have gone further preparing your assessment.
{% endif %}
Upload a .toml to
{% if is_there_a_spec %}
replace the current server spec
{% else %}
use as the server spec
{% endif %}
Hints and notes
You can use this feature to reuse a specification:
e.g., if last year's exam was similar in structure
to this one.
However, the upload will fail if the file contains the
“publicCode” field,
which is used to detect accidental uploads of papers
from a different assessment.
(If you want to duplicate the publicCode then
then you can modify the publicCode manually after
uploading—you should think carefully about this.)
If you include non-ASCII characters, the file should use
the UTF-8 encoding.