{% extends "base/base.html" %} {% block title %} Create / modify assessment specification {% endblock title %} {% block page_heading %} Create / modify assessment specification {% endblock page_heading %} {% block main_content %}
Assessment preparation page Specification summary page
{% 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. {% else %} There is no assessment specification {% endif %}

Plom needs a description of your assessment in .toml format. This can be complicated, so there are a few ways to do this:

{% csrf_token %}

If you know what your assessment will look like, you can use the Template Spec Builder.

If you have at least one version of your assessment finalised, you can use the GUI Spec Builder.

If you've prepared your “specification” elsewhere, you can Upload a .toml file.

Or you can edit specification in the box below.

Advanced settings

Trying to put two questions on a page? Read the documentation and consider the allowSharedPages option.

{% endblock main_content %}