{% if rid %} Editing Rubric (caution: beta!) {% else %} Creating Rubric (caution: beta!) {% endif %}
{% csrf_token %}
{{ edit_form.non_field_errors }}
{{ edit_form.question_index.errors }}
Question:
{{ edit_form.question_index }}
{{ edit_form.text.errors }}
Rubric Text:
{{ edit_form.text }}
{{ edit_form.kind.errors }}
Rubric Kind:
{{ edit_form.kind }}
{{ edit_form.value.errors }}
Value:
{{ edit_form.value }}
out of
{{ edit_form.out_of }}
{{ edit_form.meta.errors }}
Rubric Meta (not shown to students):
{{ edit_form.meta }}
Advanced Settings
{{ edit_form.versions.errors }}
Versions:
{{ edit_form.versions }}
{{ edit_form.parameters.errors }}
Parameters:
{{ edit_form.parameters }}
{{ edit_form.tags.errors }}
Org tags:
{{ edit_form.tags }}
{{ edit_form.pedagogy_tags.errors }}
Pedagogy Tags:
{{ edit_form.pedagogy_tags }}
{% if rid %}
Existing annotations
Should existing annotations be updated because of this change?
Major edit
Autodetect
Minor edit [experimental]
Tag existing tasks
(You can learn more about Plom's rubrics
in the docs
.)
{% endif %}