From 577d2e104b48145c71f5e97f2b25d65fcc3cbb6e Mon Sep 17 00:00:00 2001 From: Antonio Balvet Date: Thu, 31 Oct 2024 10:47:29 +0100 Subject: [PATCH] Update quiz6.js --- quiz6.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quiz6.js b/quiz6.js index 2206c9b..6dfc508 100644 --- a/quiz6.js +++ b/quiz6.js @@ -168,7 +168,7 @@ function endQuiz() { Total Time: ${(totalQuizTime / 1000).toFixed(2)} seconds
Average Time per Question: ${(averageTime / 1000).toFixed(2)} seconds
Skips: ${skips}
- Total Hesitations: ${hesitations}
+ Total nb of clicks: ${hesitations}
Total Mouse Distance: ${mouseDistance.toFixed(2)} px `; document.getElementById('quiz-container').style.display = 'none';