{% load i18n %} {% spaceless %}
{% include "legacy/edit/oa_edit_criterion.html" with criterion_name="" criterion_label="" criterion_prompt="" criterion_options=False criterion_feedback="disabled" %}
{% include "legacy/edit/oa_edit_option.html" with option_name="" option_label="" option_points=1 option_explanation="" %}

{% trans "Rubrics are made up of criteria, which usually contain one or more options. Each option has a point value. This template contains two sample criteria and their options. Replace the sample text with your own text. For more information, see the ORA documentation." %}

{% if rubric_reuse_enabled %} {% include "legacy/edit/oa_rubric_reuse.html" %} {% endif %}
{% trans "Add Criterion" %}
{% trans "Feedback for This Response" %}
{% endspaceless %}