{% 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 learners can begin submitting responses." %}
{% trans "The date and time when learners can no longer submit responses." %}
{% trans "Specify whether learners can submit an image file along with their text response." %}
{% trans "Specify whether learners 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 learner 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 learner training step, it must precede peer and self assessment steps." %} {% else %} {% trans "In this assignment, you can include steps for learner 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 learner training step, it must precede all other steps." %} {% endif %}