{% 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 and time when students can begin submitting responses." %}
{% trans "The date and time when students can no longer submit responses." %}
{% trans "Specify whether students can submit an image file along with their text response." %}
{% trans "Specify whether students can write Latex formatted strings"%}
{% trans "Specify the number of top scoring responses to display. Valid numbers are 0 to 99. If the number is 0, the Top Responses section does not appear to learners." %}
{% if 'example_based_assessment' in editor_assessments_order %} {% trans "In this assignment, you can include steps for student training, peer assessment, self assessment, and example based assessment. 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 precede all other steps. If you include a student training training step, it must precede peer and self assessment steps." %} {% else %} {% trans "In this assignment, you can include steps for student training, peer assessment, and self assessment. 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 all other steps." %} {% endif %}