Skip to content

Commit

Permalink
Update quiz6.js
Browse files Browse the repository at this point in the history
  • Loading branch information
abalvet authored Oct 31, 2024
1 parent 7446a84 commit 577d2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quiz6.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ function endQuiz() {
Total Time: ${(totalQuizTime / 1000).toFixed(2)} seconds<br>
Average Time per Question: ${(averageTime / 1000).toFixed(2)} seconds<br>
Skips: ${skips}<br>
Total Hesitations: ${hesitations}<br>
Total nb of clicks: ${hesitations}<br>
Total Mouse Distance: ${mouseDistance.toFixed(2)} px
`;
document.getElementById('quiz-container').style.display = 'none';
Expand Down

0 comments on commit 577d2e1

Please sign in to comment.