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; } + +