From c0d053f8984446c0fc640729754357fb89c484d1 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 25 Sep 2021 19:25:51 +0100 Subject: [PATCH] . --- anatomy/templates/anatomy/exam_scores_user.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.