From 175e1aab9efc2e622d7dd846262f944fb9974506 Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Wed, 4 Dec 2013 14:30:09 -0500 Subject: [PATCH] adds more temporary error messages --- lms/templates/instructor/staff_grading.html | 14 +++++++++++++- .../combined_notifications.html | 12 ++++++++++++ .../open_ended_flagged_problems.html | 12 ++++++++++++ lms/templates/peer_grading/peer_grading.html | 11 +++++++++++ 4 files changed, 48 insertions(+), 1 deletion(-) diff --git a/lms/templates/instructor/staff_grading.html b/lms/templates/instructor/staff_grading.html index 5b23f83e50..c1710e7b89 100644 --- a/lms/templates/instructor/staff_grading.html +++ b/lms/templates/instructor/staff_grading.html @@ -22,9 +22,21 @@

${_("Staff grading")}

+
+
+ + ${_("We're sorry, some student responses have been temporarily " + "hidden. We appreciate your patience as we work hard " + "to restore their visibility. Rest assured, no student " + "data has been lost.")} + +
+
+
+
- +

${_("Instructions")}

diff --git a/lms/templates/open_ended_problems/combined_notifications.html b/lms/templates/open_ended_problems/combined_notifications.html index 4ac853076c..12776b8759 100644 --- a/lms/templates/open_ended_problems/combined_notifications.html +++ b/lms/templates/open_ended_problems/combined_notifications.html @@ -16,6 +16,18 @@
${error_text}
+
+
+ + ${_("We're sorry, some student responses have been temporarily " + "hidden. We appreciate your patience as we work hard " + "to restore their visibility. Rest assured, no student " + "data has been lost.")} + +
+
+
+

${_("Open Ended Console")}

${_("Instructions")}

${_("Here are items that could potentially need your attention.")}

diff --git a/lms/templates/open_ended_problems/open_ended_flagged_problems.html b/lms/templates/open_ended_problems/open_ended_flagged_problems.html index db83f75514..4e77c2651c 100644 --- a/lms/templates/open_ended_problems/open_ended_flagged_problems.html +++ b/lms/templates/open_ended_problems/open_ended_flagged_problems.html @@ -19,6 +19,18 @@
${error_text}
+
+
+ + ${_("We're sorry, some student responses have been temporarily " + "hidden. We appreciate your patience as we work hard " + "to restore their visibility. Rest assured, no student " + "data has been lost.")} + +
+
+
+

${_("Flagged Open Ended Problems")}

${_("Instructions")}

${_("Here are a list of open ended problems for this course that have been flagged by students as potentially inappropriate.")}

diff --git a/lms/templates/peer_grading/peer_grading.html b/lms/templates/peer_grading/peer_grading.html index 101e6341f5..3e2a421fcb 100644 --- a/lms/templates/peer_grading/peer_grading.html +++ b/lms/templates/peer_grading/peer_grading.html @@ -15,6 +15,17 @@ criteria.{end_li_tag}
${error_text}
+
+
+ + ${_("We're sorry, some student responses have been temporarily " + "hidden. We appreciate your patience as we work hard " + "to restore their visibility. Rest assured, no student " + "data has been lost.")} + +
+
+

${_("Peer Grading")}

${_("Instructions")}