diff --git a/anatomy/templates/anatomy/exam_scores_user.html b/anatomy/templates/anatomy/exam_scores_user.html index d8d6005a..35e17152 100644 --- a/anatomy/templates/anatomy/exam_scores_user.html +++ b/anatomy/templates/anatomy/exam_scores_user.html @@ -2,7 +2,9 @@ {% block content %}
- Question 1 + Question 1
+ +
Answers:
@@ -52,6 +54,8 @@ window.dispatchEvent(event); $(".question-display-block .answers").empty().append(data.answers.toString()); + $("#question-title").empty().append(data.title); + $("#question-question").empty().append(data.question); n = parseInt(question_number) + 1 $(".question-display-block .question-number").empty().append(n); // show some message according to the response.