{% load i18n %} {% load tz %} {% spaceless %}

{% trans "Rubric Change Impacts Settings Section" %}

{% trans "A change that you made to this assessment's rubric has an impact on some examples laid out in the settings tab. For more information, go to the Settings section and fix areas highlighted in red." %}

{% trans "close alert" %}
{% include "openassessmentblock/edit/oa_edit_prompts.html" %} {% include "openassessmentblock/edit/oa_edit_rubric.html" %}
  • {% 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 %}

    {% for assessment in editor_assessments_order %} {% with "openassessmentblock/edit/oa_edit_"|add:assessment|add:".html" as template %} {% include template %} {% endwith %} {% endfor %}

Actions

{% endspaceless %}