{% 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 the 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 learners can begin submitting responses." %}

  • {% trans "The date and time when learners can no longer submit responses." %}

  • {% trans "Specify whether learners can submit a file along with their text response. Select Image to allow JPG, GIF, or PNG files. Select PDF or Image to allow PDF files and images. Select Custom File Types to allow files with extensions that you specify below. (Use this option with caution.)" %}

    {% trans "Enter the file extensions, separated by commas, that you want learners to be able to upload. For example: pdf,doc,docx." %}

     

  • {% 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 learner training, peer assessment, self assessment, example based assessment, and staff assessment steps. Select the steps that you want below, and then drag them into the order 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. If you include a staff assessment step, it must be the final step. After you release an ORA assignment, you cannot change the type and number of assessment steps." %} {% else %} {% trans "In this assignment, you can include learner training, peer assessment, self assessment, and staff assessment steps. Select the steps that you want below, and then drag them into the order you want. If you include a learner training step, it must precede all other steps. If you include a staff assessment step, it must be the final step. After you release an ORA assignment, you cannot change the type and number of assessment 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 %}