{% 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 %} {% endif %}
{% csrf_token %}

You can use the Template Spec Builder which helps you describe the structure of your assessment in .toml format.

Or you can Upload a .toml file that you have prepared elsewhere.

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 allowedSharedPage option.

{% endblock main_content %}