Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions lms/templates/instructor/staff_grading.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ <h1>${_("Staff grading")}</h1>
</b>
<br>
<b>
${_("We have recovered the majority of student responses. "
"Those responses submitted while the issue was active are "
"temporarily unavailable, but we are working on restoring "
"them, and they should be visible again shortly.")}
${_("Update: We have recovered the majority of student responses. "
"Those responses submitted while the issue was active "
"(approximately 2:00pm EST Dec 3 to 9:00am EST Dec 5) are "
"temporarily unavailable, but we are working on restoring "
"them, and they should be visible again shortly.")}
</b>
</div>
<br>
Expand Down
5 changes: 3 additions & 2 deletions lms/templates/open_ended_problems/combined_notifications.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
</b>
<br>
<b>
${_("We have recovered the majority of student responses. "
"Those responses submitted while the issue was active are "
${_("Update: We have recovered the majority of student responses. "
"Those responses submitted while the issue was active "
"(approximately 2:00pm EST Dec 3 to 9:00am EST Dec 5) are "
"temporarily unavailable, but we are working on restoring "
"them, and they should be visible again shortly.")}
</b>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
</b>
<br>
<b>
${_("We have recovered the majority of student responses. "
"Those responses submitted while the issue was active are "
${_("Update: We have recovered the majority of student responses. "
"Those responses submitted while the issue was active "
"(approximately 2:00pm EST Dec 3 to 9:00am EST Dec 5) are "
"temporarily unavailable, but we are working on restoring "
"them, and they should be visible again shortly.")}
</b>
Expand Down
5 changes: 3 additions & 2 deletions lms/templates/open_ended_problems/open_ended_problems.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
</b>
<br>
<b>
${_("We have recovered the majority of student responses. "
"Those responses submitted while the issue was active are "
${_("Update: We have recovered the majority of student responses. "
"Those responses submitted while the issue was active "
"(approximately 2:00pm EST Dec 3 to 9:00am EST Dec 5) are "
"temporarily unavailable, but we are working on restoring "
"them, and they should be visible again shortly.")}
</b>
Expand Down
5 changes: 3 additions & 2 deletions lms/templates/peer_grading/peer_grading.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
</b>
<br>
<b>
${_("We have recovered the majority of student responses. "
"Those responses submitted while the issue was active are "
${_("Update: We have recovered the majority of student responses. "
"Those responses submitted while the issue was active "
"(approximately 2:00pm EST Dec 3 to 9:00am EST Dec 5) are "
"temporarily unavailable, but we are working on restoring "
"them, and they should be visible again shortly.")}
</b>
Expand Down