Add timer label to quiz and localize text based on version

This commit is contained in:
2025-01-28 04:40:18 +02:00
parent b905c221cc
commit b69ea56b9e
2 changed files with 11 additions and 1 deletions

View File

@@ -12,7 +12,9 @@
</head>
<body>
<div id="quiz-container">
<div id="timer">Time remaining: <span id="time">25</span>s</div>
<div id="timer">
<span id="timer-label">Time remaining:</span> <span id="time">25</span>s
</div>
<div id="quiz">
<div id="chart"></div>
<div id="question-block">