You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: openassessment/templates/openassessmentblock/leaderboard/oa_leaderboard_show.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ <h4 class="step__title">
21
21
</div>
22
22
{% endwith %}
23
23
<divclass="leaderboard__answer">
24
-
{% trans "Your peer's response to the question above" as translated_label %}
24
+
{% trans "Your peer's response to the prompt above" as translated_label %}
25
25
{% include "openassessmentblock/oa_submission_answer.html" with answer=topscore.submission.answer answer_text_label=translated_label %}
26
26
{% include "openassessmentblock/oa_uploaded_file.html" with file_upload_type=file_upload_type file_urls=topscore.files class_prefix="submission__answer" including_template="leaderboard_show" xblock_id=xblock_id %}
Copy file name to clipboardexpand all lines: openassessment/templates/openassessmentblock/message/oa_message_open.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@
5
5
<p>
6
6
{% if approaching %}
7
7
{% blocktrans with start_tag='<strong>'|safe end_tag="</strong>"|safe %}
8
-
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.
8
+
Assignment submissions will close soon. To receive a grade, first provide a response to the prompt, then complete the steps below the {{ start_tag }}Your Response{{ end_tag }} field.
9
9
{% endblocktrans %}
10
10
{% else %}
11
11
{% blocktrans with start_tag="<strong>"|safe end_tag="</strong>"|safe %}
12
-
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.
12
+
This assignment has several steps. In the first step, you'll provide a response to the prompt. The other steps appear below the {{ start_tag }}Your Response{{ end_tag }} field.
Copy file name to clipboardexpand all lines: openassessment/templates/openassessmentblock/oa_base.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ <h3 class="openassessment__title problem__header">{% trans title %}</h3>
12
12
{% block message %}
13
13
<divclass="openassessment__message message">
14
14
<divclass="message__content">
15
-
<p>{% trans "This assignment has several steps. In the first step, you'll provide a response to the question. The other steps appear below the Your Response field." %}</p>
15
+
<p>{% trans "This assignment has several steps. In the first step, you'll provide a response to the prompt. The other steps appear below the Your Response field." %}</p>
0 commit comments