diff --git a/rapids/templates/rapids/exam_scores_user.html b/rapids/templates/rapids/exam_scores_user.html index 2a8bc74d..79e84ef1 100644 --- a/rapids/templates/rapids/exam_scores_user.html +++ b/rapids/templates/rapids/exam_scores_user.html @@ -65,6 +65,7 @@ $(".question-display-block .question-number").empty().append(n); // show some message according to the response. // For eg. A message box showing that the status has been changed + $(".inner-display-block").show(); }) .always(function () { console.log('[Done]'); diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index 18d5bbf5..0331df9e 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -1,6 +1,7 @@ {% extends 'rapids/exams.html' %} {% block content %} +