diff --git a/lms/templates/open_ended_problems/open_ended_problems.html b/lms/templates/open_ended_problems/open_ended_problems.html index 3fe03bac0f..2167e31ce8 100644 --- a/lms/templates/open_ended_problems/open_ended_problems.html +++ b/lms/templates/open_ended_problems/open_ended_problems.html @@ -16,6 +16,17 @@
${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 Problems")}

${_("Instructions")}

${_("Here is a list of open ended problems for this course.")}

@@ -48,4 +59,4 @@ %endif %endif
-
+ \ No newline at end of file