This commit is contained in:
Ross
2022-08-04 09:47:46 +01:00
parent 6d2ce94e30
commit 0ab6b161ad
+2 -1
View File
@@ -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) {