Add progress bar to quiz and update survey instructions for clarity

This commit is contained in:
2025-01-30 19:05:06 +02:00
parent a90bb7f5ca
commit 047707fede
4 changed files with 30 additions and 0 deletions

View File

@@ -21,6 +21,9 @@
<div id="timer">
<span id="timer-label">Time remaining:</span> <span id="time">25</span>s
</div>
<div id="progress-bar-container">
<div id="progress-bar"></div>
</div>
</div>
</div>
<div id="results"></div>