Skip to content

Commit

Permalink
Update quiz.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision authored Mar 28, 2024
1 parent 5e97f1e commit 42a5cdb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion quiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -148,3 +148,5 @@ function waitForButton(item, callback) {

return cleanup;
}


0 comments on commit 42a5cdb

Please sign in to comment.