From 0ab6b161ad3ecc119ade5e131610ed02d63558ba Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 4 Aug 2022 09:47:46 +0100 Subject: [PATCH] . --- js/interact.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/interact.js b/js/interact.js index 0ba35dd..e91b514 100644 --- a/js/interact.js +++ b/js/interact.js @@ -55,7 +55,8 @@ export function postAnswers(ans, config, exam_details) { $("#submit-error-overlay").remove(); if (data.question_count == exam_details.number_of_questions) { let ret = confirm( - `${data.question_count} answers sucessfully submitted. Click OK to finish the exam.` + // `${data.question_count} answers successfully submitted. Click OK to finish the exam.` + `Answers successfully submitted. Click OK to finish the exam.` ); if (ret) {