Commit 3704b7fd by srpearce

Merge pull request #439 from edx/sylvia/docs/TIM-611

Sylvia/docs/tim 611
parents bf6d6929 81e0fe2a
......@@ -114,10 +114,10 @@
id="question--{{ criterion_num }}__answer--example-based">
<h5 class="answer__title">
<span class="answer__source">
<span class="answer__source__value">{% trans "Example Based Assessment" %}</span>
<span class="answer__source__value">{% trans "Example-Based Assessment" %}</span>
</span>
<span class="answer__value">
<span class="answer__value__label sr">{% trans "Example Based Assessment" %}: </span>
<span class="answer__value__label sr">{% trans "Example-Based Assessment" %}: </span>
<span class="answer__value__value">
{{ part.option.name }}
......
......@@ -19,9 +19,9 @@
{% if waiting == 'peer' %}
<p>{% trans "Your response is still undergoing peer assessment. After your peers have assessed your response, you'll see their comments and receive your final grade." %}</p>
{% elif waiting == 'example-based' %}
<p>{% trans "Your response is still undergoing example based assessment. After your response has been assessed, you'll see the comments and receive your final grade." %}</p>
<p>{% trans "Your response is still undergoing example-based assessment. After your response has been assessed, you'll see the comments and receive your final grade." %}</p>
{% elif waiting == 'all' %}
<p>{% trans "Your response is still undergoing peer assessment and example based assessment. After your example based assessment has been generated and peers have assessed your response, you'll see their comments and receive your final grade." %}</p>
<p>{% trans "Your response is still undergoing peer assessment and example-based assessment. After your peers have assessed your response and example-based assessment is complete, you'll see your peers' comments and receive your final grade." %}</p>
{% endif %}
</div>
</div>
......
......@@ -7,9 +7,9 @@
{% if waiting == 'peer' %}
<p>{% trans "Your grade will be available when your peers have completed their assessments of your response." %}</p>
{% elif waiting == 'example-based' %}
<p>{% trans "Your grade will be available when the example based assessment of your response has been generated." %}</p>
<p>{% trans "Your grade will be available when the example-based assessment of your response is complete." %}</p>
{% elif waiting == 'all' %}
<p>{% trans "Your grade will be available when your peers have completed their assessments of your response, and an example based assessment of your response has been generated." %}</p>
<p>{% trans "Your grade will be available when your peers have completed their assessments of your response and the example-based assessment of your response is complete." %}</p>
{% else %}
<a data-behavior="ui-scroll" href="#openassessment__grade">{% trans "Review your grade and your assessment details." %}</a>
{% endif %}
......
......@@ -112,14 +112,14 @@
</div>
<div class="staff-info__status ui-staff__content__section">
<a aria-role="button" href="" id="schedule_training" class="action--submit"><span class="copy">{% trans "Schedule Example Based Assessment Training" %}</span></a>
<a aria-role="button" href="" id="schedule_training" class="action--submit"><span class="copy">{% trans "Schedule Example-Based Assessment Training" %}</span></a>
<div id="schedule_training_message"></div>
</div>
{% endif %}
{% if display_reschedule_unfinished_tasks %}
<div class="staff-info__status ui-staff__content__section">
<a aria-role="button" href="" id="reschedule_unfinished_tasks" class="action--submit"><span class="copy">{% trans "Reschedule All Unfinished Example Based Assessment Grading Tasks" %}</span></a>
<a aria-role="button" href="" id="reschedule_unfinished_tasks" class="action--submit"><span class="copy">{% trans "Reschedule All Unfinished Example-Based Assessment Grading Tasks" %}</span></a>
<div id="reschedule_unfinished_tasks_message"></div>
</div>
{% endif %}
......
......@@ -133,7 +133,7 @@
{% if example_based_assessment %}
<div class="staff-info__status ui-staff__content__section">
<h3 class="title">{% trans "Example Based Assessment" %}</h3>
<h3 class="title">{% trans "Example-Based Assessment" %}</h3>
<table class="staff-info__status__table" summary="{% trans "Example Based Assessment" %}">
<thead>
<tr>
......
......@@ -7,12 +7,12 @@
"waiting_for_ai": {
"waiting_for_peer": false,
"waiting_for_ai": true,
"expected_response": "example based assessment"
"expected_response": "example-based assessment"
},
"waiting_for_both": {
"waiting_for_peer": true,
"waiting_for_ai": true,
"expected_response": "peer assessment and example based assessment"
"expected_response": "peer assessment and example-based assessment"
},
"not_waiting": {
"waiting_for_peer": false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment