From 2c76fd7156fc168e9b0d7f646159269f93489a20 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 7 Jul 2021 18:13:52 +0100 Subject: [PATCH] . --- rapids/templates/rapids/question_display_block.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html index 7e486896..8e177e5b 100755 --- a/rapids/templates/rapids/question_display_block.html +++ b/rapids/templates/rapids/question_display_block.html @@ -84,7 +84,7 @@ $(document).ready(function () { $(".suggested_answers li").each((n, el) => { - $(el).append($("[Correct]").on("click", function () { + $(el).append($("[Add Correct]").on("click", function () { $.ajax({ url: "{% url 'answer_submit' %}", data: { @@ -105,7 +105,6 @@ if (data.success) { toastr.info('Answer saved') $(el).find(".confirm").remove() - $(el).removeClass("proposed-answer") } // show some message according to the response. // For eg. A message box showing that the status has been changed @@ -139,8 +138,9 @@ console.log(data); if (data.success) { - toastr.info('Answer added') + toastr.info('Answer saved') $(el).find(".correct").remove() + $(el).removeClass("proposed-answer") } // show some message according to the response. // For eg. A message box showing that the status has been changed