<h3class="message__title">{% trans "Learning to Assess Responses" %}</h3>
<divclass="message__content">
<p>{% blocktrans %}Before you begin to assess your peers' responses, you'll learn how to complete peer assessments by reviewing responses that instructors have already assessed. If you select the same options for the response that the instructor selected, you'll move to the next step. If you don't select the same options, you'll review the response and try again.{% endblocktrans %}</p>
<h3class="message__title">{% trans "Learning to Assess Responses" %}</h3>
<divclass="message__content">
<p>{% blocktrans %}Your assessment differs from the instructor's assessment of this response. Review the response and consider why the instructor may have assessed it differently. Then, try the assessment again.{% endblocktrans %}</p>
(Optional) What aspects of this response stood out to you? What did it do well? How could it improve?
"""
DEFAULT_EXAMPLE_ANSWER="Replace this text with a sample response for this assignment. You'll assess this sample response in the courseware, and students will then learn to assess responses by assessing this response and comparing the options that they select in the rubric with the options that you selected."
DEFAULT_STUDENT_TRAINING={
"name":"student-training",
"start":None,
"due":None,
"examples":[
{
"answer":DEFAULT_EXAMPLE_ANSWER,
"options_selected":[
{
"criterion":"Ideas",
"option":"Fair"
},
{
"criterion":"Content",
"option":"Good"
}
]
},
{
"answer":DEFAULT_EXAMPLE_ANSWER,
"options_selected":[
{
"criterion":"Ideas",
"option":"Poor"
},
{
"criterion":"Content",
"option":"Good"
}
]
}
]
}
# The Default Peer Assessment is created as an example of how this XBlock can be
# configured. If no configuration is specified, this is the default assessment