From 42a5cdbded88c8b9290f907ec23dc96f75a46173 Mon Sep 17 00:00:00 2001 From: RasperRevision <131694670+RasperRevision@users.noreply.github.com> Date: Thu, 28 Mar 2024 08:11:34 +0000 Subject: [PATCH] Update quiz.js --- quiz.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/quiz.js b/quiz.js index 91d573e..8de3056 100644 --- a/quiz.js +++ b/quiz.js @@ -70,7 +70,7 @@ async function quiz(subject, topic) { option4.classList.add('d-none'); qstopwatch.classList.add('d-none'); - document.querySelector('.key_term').innerHTML = qFormattedTime; + document.querySelector('.key_term').innerHTML = "Well done! You completed the quiz in " + qFormattedTime; } catch (error) { console.error('Error fetching JSON', error); @@ -148,3 +148,5 @@ function waitForButton(item, callback) { return cleanup; } + +