<spanclass="step__label">{% trans "Your Grade" %}: </span>
<spanclass="grade__value">
<spanclass="grade__value__title">
{% blocktrans with points_earned=score.points_earned points_possible=score.points_possible%}<spanclass="grade__value__earned">{{ points_earned }}</span> out of <spanclass="grade__value__potential">{{ points_possible }}</span>{% endblocktrans %}
{% with points_earned_string=score.points_earned|stringformat:"s" points_possible_string=score.points_possible|stringformat:"s" %}
{% blocktrans with points_earned='<spanclass="grade__value__earned">'|safe|add:points_earned_string|add:'</span>'|safe points_possible='<spanclass="grade__value__potential">'|safe|add:points_possible_string|add:'</span>'|safe %}
{% blocktrans with peer_start_tag='<adata-behavior="ui-scroll"href="#openassessment__peer-assessment">'|safe self_start_tag='<adata-behavior="ui-scroll"href="#openassessment__self-assessment">'|safe end_tag='</a>'|safe %}
You'll receive your grade after you complete the {{ peer_start_tag }}peer assessment{{ end_tag }} and {{ self_start_tag }}self assessment{{ end_tag }} steps, and after your peers have assessed your response.
{% endblocktrans %}
{% else %}
{% blocktrans with start_tag = '<adata-behavior="ui-scroll"href="#openassessment__peer-assessment">'|safe end_tag = '</a>'|safe %}
{% blocktrans with start_tag='<adata-behavior="ui-scroll"href="#openassessment__peer-assessment">'|safe end_tag='</a>'|safe %}
You'll receive your grade after you complete the {{ start_tag }}peer assessment{{ end_tag }} step.
<strong> {% trans "Self evaluation of this assignment will close soon. " %} </strong>
{% endif %}
{% if has_peer %}
{% blocktrans with start_tag = '<adata-behavior="ui-scroll"href="#openassessment__self-assessment">'|safe end_tag = '</a>'|safe %}
{% blocktrans with start_tag='<adata-behavior="ui-scroll"href="#openassessment__self-assessment">'|safe end_tag='</a>'|safe %}
You'll receive your grade after the required number of your peers have assessed your response and you complete the {{ start_tag }}self assessment{{ end_tag }} step.
{% endblocktrans %}
{% else %}
{% blocktrans with start_tag = '<adata-behavior="ui-scroll"href="#openassessment__self-assessment">'|safe end_tag = '</a>'|safe %}
{% blocktrans with start_tag='<adata-behavior="ui-scroll"href="#openassessment__self-assessment">'|safe end_tag='</a>'|safe %}
You'll receive your grade after you complete the {{ start_tag }}self assessment{{ end_tag}} step.
<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>
<p>{% trans "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." %}</p>
</div>
</div>
...
...
@@ -54,7 +54,7 @@
<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>
<p>{% trans "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." %}</p>
</div>
</div>
...
...
@@ -63,9 +63,11 @@
<headerclass="student-training__display__header">
{% with training_num_current=training_num_current training_num_available=training_num_available %}
<h3class="student-training__display__title">
{% blocktrans with current_progress_num='<spanclass="student-training__number--current">'|add:training_num_current|add:'</span>'|safe num_to_complete='<spanclass="student-training__number--required">'|add:training_num_available|add:'</span>'|safe %}
{% with training_num_current_string=training_num_current|stringformat:"s" training_num_available_string=training_num_available|stringformat:"s" %}
{% blocktrans with current_progress_num='<spanclass="student-training__number--current">'|safe|add:training_num_current_string|add:'</span>'|safe num_to_complete='<spanclass="student-training__number--required">'|safe|add:training_num_available_string|add:'</span>'|safe %}
Training Assessment # {{ current_progress_num }} of {{ num_to_complete }}