{% extends "base/base.html" %} {% block title %} Feedback Rules {% endblock title %} {% block page_heading %} Feedback Rules {% endblock page_heading %} {% block main_content %}

Certain combinations of rubrics and other annotations might provide poor, ambiguous or misleading feedback to students. Plom marking clients try to identify such cases and warn (or outright refuse) to submit. This page allows you to customize such behaviour.

In many cases, the marker can read an explanation, and after careful consideration, they might toggle “Don't ask me again“ (DAMA). You can disable this feature if you'd prefer that markers acknowledge the warning each time it occurs.


{% csrf_token %}

Note: changes to this page do not take effect instantly: you first must click the button to save the changes and markers may need to refresh their client.

{% if successful_post %} {% endif %}
{% for data in feedback_rules %} {% endfor %}
Code Explanation Allowed Warn DAMA allowed
{{ data.code }} {{ data.explanation|safe }}
{% endblock main_content %}