{% blocktrans %}Assignment submissions will close soon. To receive a grade, first provide a response to the question, then complete the steps below the <strong>Your Response</strong> field.{% endblocktrans %}
{% blocktrans with start_tag='<strong>'|safe end_tag="</strong>"|safe %}
Assignment submissions will close soon. To receive a grade, first provide a response to the question, then complete the steps below the {{ start_tag }}Your Response{{ end_tag }} field.
{% endblocktrans %}
{% else %}
{% else %}
{% blocktrans %}This assignment has several steps. In the first step, you'll provide a response to the question. The other steps appear below the <strong>Your Response</strong> field.{% endblocktrans %}
{% blocktrans with start_tag="<strong>"|safe end_tag="</strong>"|safe %}
This assignment has several steps. In the first step, you'll provide a response to the question. The other steps appear below the {{ start_tag }}Your Response{{ end_tag }} field.
{% trans "All submitted peer responses have been assessed. Check back later to see if more students have submitted responses. " %}
{% trans "All submitted peer responses have been assessed. Check back later to see if more students have submitted responses. " %}
{% endif %}
{% endif %}
{% if has_self %}
{% if has_self %}
{% blocktrans %}You'll receive your grade after you complete the <adata-behavior="ui-scroll"href="#openassessment__peer-assessment">peer assessment</a> and <adata-behavior="ui-scroll"href="#openassessment__self-assessment">self assessment</a> steps, and after your peers have assessed your response.{% endblocktrans %}
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 %}
{% else %}
{% blocktrans %}You'll receive your grade after you complete the <adata-behavior="ui-scroll"href="#openassessment__peer-assessment">peer assessment</a> step.{% endblocktrans %}
{% 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>
<strong> {% trans "Self evaluation of this assignment will close soon. " %} </strong>
{% endif %}
{% endif %}
{% if has_peer %}
{% if has_peer %}
{% blocktrans %}You'll receive your grade after the required number of your peers have assessed your response and you complete the <adata-behavior="ui-scroll"href="#openassessment__self-assessment">self assessment</a> step.{% endblocktrans %}
{% 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 %}
{% else %}
{% blocktrans %}You'll receive your grade after you complete the <adata-behavior="ui-scroll"href="#openassessment__self-assessment">self assessment</a> step.{% endblocktrans %}
{% 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.
<spanclass="step__status__label">{% trans "This step's status" %}:</span>
<spanclass="step__status__label">{% trans "This step's status" %}:</span>
<spanclass="step__status__value">
<spanclass="step__status__value">
<spanclass="copy">
<spanclass="copy">
{% blocktrans with graded=graded must_grade=must_grade %}In Progress (<spanclass="step__status__value--completed">{{ graded }}</span> of <spanclass="step__status__value--required">{{ must_grade }}</span>){% endblocktrans %}
{% blocktrans with num_graded="<spanclass=\"step__status__value--completed\">"|add:graded|add:"</span>"|safe num_must_grade="<spanclass=\"step__status__value--required\">"|add:must_grade|add:"</span>"|safe %}
In Progress ({{ num_graded }} of {{ num_must_grade }})
{% endblocktrans %}
</span>
</span>
</span>
</span>
</span>
</span>
...
@@ -24,7 +26,7 @@
...
@@ -24,7 +26,7 @@
<h3class="message__title">{% trans "Waiting for Peer Responses" %}</h3>
<h3class="message__title">{% trans "Waiting for Peer Responses" %}</h3>
<divclass="message__content">
<divclass="message__content">
<p>{% blocktrans %}All submitted peer responses have been assessed. Check back later to see if more students have submitted responses. You'll receive your grade after you've completed all the steps for this problem and your peers have assessed your response.{% endblocktrans %}</p>
<p>{% trans "All submitted peer responses have been assessed. Check back later to see if more students have submitted responses. You'll receive your grade after you've completed all the steps for this problem and your peers have assessed your response." %}</p>
<h3class="message__title">{% trans "Your Response Has Been Submitted" %}</h3>
<h3class="message__title">{% trans "Your Response Has Been Submitted" %}</h3>
<divclass="message__content">
<divclass="message__content">
{% if has_peer and has_self %}
{% if has_peer and has_self %}
{% blocktrans %}You'll receive your grade after some of your peers have assessed your response and you complete the <adata-behavior="ui-scroll"href="#openassessment__peer-assessment">peer assessment</a> and <adata-behavior="ui-scroll"href="#openassessment__self-assessment">self assessment</a> steps{% endblocktrans %}.
{% 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 some of your peers have assessed your response and you complete the {{ peer_start_tag }}peer assessment{{ end_tag }} and {{ self_start_tag }}self assessment{{ end_tag }} steps.
{% endblocktrans %}
{% elif has_peer %}
{% elif has_peer %}
{% blocktrans %}You'll receive your grade after some of your peers have assessed your response and you complete the <adata-behavior="ui-scroll"href="#openassessment__peer-assessment">peer assessment</a> step.{% endblocktrans %}
{% blocktrans with start_tag='<adata-behavior="ui-scroll"href="#openassessment__peer-assessment">'|safe end_tag='</a>'|safe %}
You'll receive your grade after some of your peers have assessed your response and you complete the {{ start_tag }}peer assessment{{ end_tag }} step.
{% endblocktrans %}
{% elif has_self %}
{% elif has_self %}
{% blocktrans %}You'll receive your grade after you complete the <adata-behavior="ui-scroll"href="#openassessment__self-assessment">self assessment</a> step.{% endblocktrans %}
{% 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.