mirror of
https://github.com/olehomelchenko/minivlat-local-ua.git
synced 2025-12-21 21:22:24 +00:00
Refactor quiz timer logic for improved precision and update result storage
This commit is contained in:
@@ -13,15 +13,14 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="quiz-container">
|
||||
<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">
|
||||
<div id="question-text"></div>
|
||||
<div id="options"></div>
|
||||
<!-- Removed submit button -->
|
||||
<div id="timer">
|
||||
<span id="timer-label">Time remaining:</span> <span id="time">25</span>s
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="results"></div>
|
||||
|
||||
Reference in New Issue
Block a user