{% if 'example_based_assessment' in editor_assessments_order %}
{% 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." %}
{% 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 %}
{% 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." %}
{% 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." %}
<divid="ai_assessment_settings_editor"class="assessment_settings_wrapper {% if not assessments.example_based_assessment %} is--hidden {% endif %}">
<divid="ai_assessment_settings_editor"class="assessment_settings_wrapper {% if not assessments.example_based_assessment %} is--hidden {% endif %}">
<pclass="openassessment_description">
<pclass="openassessment_description">
{% trans "Enter one or more sample responses that you've created, together with the scores you would give those responses. Be sure to format the responses and scores according to the placeholder text below. The algorithm assesses students' responses by comparing them to the sample responses and scores that you provide."%}
{% trans "Enter one or more sample responses that you've created, and then specify the options that you would choose for each criterion in your rubric. Note that you must add your rubric to the Rubric tab before you can complete this step." %}
{% trans "For open response problems, assessment is rubric-based. Rubric criterion have point breakdowns and explanations to help students with peer and self assessment steps. For more information on how to build your rubric, see our online help documentation."%}
{% trans "Rubrics are made up of criteria, which usually contain one or more options. Each option has a point value. This template contains two sample criteria and their options. Replace the sample text with your own text. For more information, see the ORA documentation." %}
<divid="self_assessment_settings_editor"class="assessment_settings_wrapper {% if not assessments.self_assessment %} is--hidden {% endif %}">
<divid="self_assessment_settings_editor"class="assessment_settings_wrapper {% if not assessments.self_assessment %} is--hidden {% endif %}">
<pclass="openassessment_description">
<pclass="openassessment_description">
{% trans "Specify start and due dates for the self assessment step. To allow self assessment to run as long as the assignment is open, leave both fields blank." %}
{% trans "Specify start and due dates for the self assessment step." %}
<pid="student_training_description_closed"class="openassessment_description_closed {% if assessments.student_training %} is--hidden {% endif %}">
<pid="student_training_description_closed"class="openassessment_description_closed {% if assessments.student_training %} is--hidden {% endif %}">
{% trans "Students learn to assess responses by scoring pre-assessed sample responses that the instructor provides. Students move to the next step when the scores they give match the instructor's scores. Note that Student Training Requires that the Peer Assessment module is also selected." %}
{% trans "Students learn to assess responses by scoring pre-assessed sample responses that you provide. Students move to the next step when the scores they give match your scores. Note that if you add this step, you must also add a peer assessment step. This step must come before the peer assessment step." %}
</p>
</p>
<divid="student_training_settings_editor"class="assessment_settings_wrapper {% if not assessments.student_training %} is--hidden {% endif %}">
<divid="student_training_settings_editor"class="assessment_settings_wrapper {% if not assessments.student_training %} is--hidden {% endif %}">
<pclass="openassessment_description">
<pclass="openassessment_description">
{% trans "Enter one or more sample responses that you've created, together with the scores you would give those responses. Be sure to format the responses and scores according to the placeholder text below." %}
{% trans "Enter one or more sample responses that you've created, and then specify the options that you would choose for each criterion in your rubric. Note that you must add your rubric to the Rubric tab before you can complete this step." %}
</p>
</p>
<olid="openassessment_training_example_list">
<olid="openassessment_training_example_list">
{% for example in assessments.training.examples %}
{% for example in assessments.training.examples %}
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
{% endfor %}
{% endfor %}
</ol>
</ol>
<divid="openassessment_add_training_example">
<divid="openassessment_add_training_example">
<h2class='openassessment_add_training_example'>{% trans "Add Scored Response" %}</h2>
<h2class='openassessment_add_training_example'>{% trans "Add Sample Response" %}</h2>
(Optional) What aspects of this response stood out to you? What did it do well? How could it improve?
(Optional) What aspects of this response stood out to you? What did it do well? How could it improve?
"""
"""
DEFAULT_EXAMPLE_ANSWER="""
DEFAULT_EXAMPLE_ANSWER=(
(optional) Replace this text with your own sample response for this assignment. Below, list the names of the criteria for this assignment, and then specify the name of the option that you would select for this response. Students will learn to assess responses by assessing this response and comparing the rubric options that they select with the rubric options that you specified.
"Replace this text with your own sample response for this assignment. "
"Then, under Response Score to the right, select an option for each criterion. "
"Students learn to assess responses by assessing this response and comparing "
"the options that they select in the rubric with the options that you specified."
)
If you don't want to provide sample responses and scores, delete the entire 'assessment name="student-training"' element.
DEFAULT_EXAMPLE_ANSWER_2=(
"""
"Replace this text with another sample response, "
"and then specify the options that you would select for this response."
DEFAULT_EXAMPLE_ANSWER_2="""
)
(optional) Replace this text with another sample response, and then specify the options that you would select for this response below. To provide more sample responses, copy an "example" element and paste as many as you want before the closing "assessment" tag.
gettext("Criterion Addition requires Training Example Updates"),
gettext("Criterion Added"),
gettext("Because you added a criterion, student training examples will have to be updated.")
gettext("You've added a criterion. You'll need to select an option for the criterion in the Student Training step. To do this, click the Settings tab.")
gettext("Because you deleted an option, some student training examples had to be reset.")
gettext("You've deleted an option. The system has removed that option from its criterion in the sample responses in the Student Training step. You may have to select a new option for the criterion.")
gettext("The deletion of the last criterion option caused the criterion to be removed in the student training examples.")
gettext("You've deleted all the options for this criterion. The system has removed the criterion from the sample responses in the Student Training step.")