{% extends "base/base.html" %} {% block title %} Rubrics - Admin {% endblock title %} {% block page_heading %} Rubrics - Admin {% endblock page_heading %} {% block main_content %} {% include "../base/alert_messages.html" with messages=messages %}
{% csrf_token %}
{{ rubric_halfmark_form }}

Introduce two additional rubrics to each question: +½ and -½. {% if not rubrics %}The system rubrics must be created before this button is enabled.{% endif %} {% if half_point_rubrics %}These rubrics have already been created.{% endif %}

{% csrf_token %}
{{ rubric_download_form }}

Download current rubrics into a file.

{% csrf_token %}
{{ rubric_upload_form }}

Upload rubrics from .csv, .toml, or .json file (beta!). Download template

{% endblock main_content %}