{% load i18n %} {% load tz %} {% spaceless %}
{% trans "This name appears when you hover over the unit in the course ribbon at the top of the page." %}
{% trans "The date at which submissions will first be accepted." %}
{% trans "The date at which submissions will stop being accepted." %}
{% trans "If enabled, students will be able to submit an image along with their open response." %}
{% if 'example_based_assessment' in editor_assessments_order %} {% trans "In this assignment, you can include example based assessment, student training, peer assessment, and self assessment steps. Select the steps that you want below, and then drag them into the order that you want. If you include an example based assessment step, it must be the first step. If you include a student training step, it must precede the peer assessment step." %} {% else %} {% trans "In this assignment, you can include student training, peer assessment, and self assessment steps. Select the steps that you want below, and then drag them into the order that you want. If you include a student training step, it must precede the peer assessment step." %} {% endif %}