{% 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 %}
{% 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. " %}
{% endif %}
{% 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 %}
{% 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>
{% endif %}
{% 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 %}
{% 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__label">{% trans "Assess Peers" %}</span>
{% if peer_start %}
<spanclass="step__deadline">
{# Translators: This string displays a date to the user, then tells them the time until that date. Example: "available August 13th, 2014 (in 5 days and 45 minutes)" #}
{% blocktrans with start_date=peer_start|utc|date:"N j, Y H:i e" time_until=peer_start|timeuntil %}available <spanclass="date">{{ start_date }} (in {{ time_until }})</span>{% endblocktrans %}
</span>
{% elif peer_due %}
<spanclass="step__deadline">
{# Translators: This string displays a date to the user, then tells them the time until that date. Example: "due August 13th, 2014 (in 5 days and 45 minutes)" #}
{% blocktrans with due_date=peer_due|utc|date:"N j, Y H:i e" time_until=peer_due|timeuntil %}due <spanclass="date">{{ due_date }} (in {{ time_until }})</span>{% endblocktrans %}
</span>
{% endif %}
...
...
@@ -26,9 +28,13 @@
<spanclass="step__status">
<spanclass="step__status__label">{% trans "This step's status" %}:</span>
<spanclass="step__status__value">
{% with graded=graded must_grade=must_grade %}
<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 }})
<spanclass="step__status__label">{% trans "This step's status" %}:</span>
<spanclass="step__status__value">
<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>
...
...
@@ -24,7 +26,7 @@
<h3class="message__title">{% trans "Waiting for Peer Responses" %}</h3>
<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>
<spanclass="step__label">{% trans "Your Response" %}</span>
{% if submission_start %}
<spanclass="step__deadline">
{# Translators: This string displays a date to the user, then tells them the time until that date. Example: "available August 13th, 2014 (in 5 days and 45 minutes)" #}
{% blocktrans with start_date=submission_start|utc|date:"N j, Y H:i e" time_until=submission_start|timeuntil %}available <spanclass="date">{{ start_date }} (in {{ time_until }})</span>{% endblocktrans %}
</span>
{% elif submission_due %}
<spanclass="step__deadline">
{# Translators: This string displays a date to the user, then tells them the time until that date. Example: "due August 13th, 2014 (in 5 days and 45 minutes)" #}
{% blocktrans with due_date=submission_due|utc|date:"N j, Y H:i e" time_until=submission_due|timeuntil %}due <spanclass="date"> {{ due_date }} (in {{ time_until }})</span>{% endblocktrans %}
<h3class="message__title">{% trans "Your Response Has Been Submitted" %}</h3>
<divclass="message__content">
{% 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 %}
{% 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 %}
{% 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__label">{% trans "Assess Your Response" %}</span>
{% if self_start %}
<spanclass="step__deadline">
{# Translators: This string displays a date to the user, then tells them the time until that date. Example: "available August 13th, 2014 (in 5 days and 45 minutes)" #}
{% blocktrans with start_date=self_start|utc|date:"N j, Y H:i e" time_until=self_start|timeuntil %}available <spanclass="date">{{ start_date }} (in {{ time_until }})</span>{% endblocktrans %}
</span>
{% elif self_due %}
<spanclass="step__deadline">
{# Translators: This string displays a date to the user, then tells them the time until that date. Example: "due August 13th, 2014 (in 5 days and 45 minutes)" #}
{% blocktrans with due_date=self_due|utc|date:"N j, Y H:i e" time_until=self_due|timeuntil %}due <spanclass="date">{{ due_date }}</span> (in {{ time_until }}){% endblocktrans %}
<spanclass="step__label">{% trans "Learn to Assess Responses" %}</span>
{% if training_start %}
<spanclass="step__deadline">
{# Translators: This string displays a date to the user, then tells them the time until that date. Example: "available August 13th, 2014 (in 5 days and 45 minutes)" #}
{% blocktrans with start_date=training_start|utc|date:"N j, Y H:i e" time_until=training_start|timeuntil %}available <spanclass="date"> {{ start_date }} (in {{ time_until }}) </span>{% endblocktrans %}
</span>
{% elif training_due %}
<spanclass="step__deadline">
{# Translators: This string displays a date to the user, then tells them the time until that date. Example: "due August 13th, 2014 (in 5 days and 45 minutes)" #}
{% blocktrans with due_date=training_due|utc|date:"N j, Y H:i e" time_until=training_due|timeuntil %}due <spanclass="date">{{ due_date }}</span> (in {{ time_until }}){% endblocktrans %}