Fausto Busuito
commited on
Commit
•
557c7e9
1
Parent(s):
cdf7dae
Application changes
Browse files- app/templates/index.html +2 -1
app/templates/index.html
CHANGED
@@ -21,6 +21,7 @@
|
|
21 |
</div>
|
22 |
<div id="quiz-container" style="display: none;">
|
23 |
<div id="question-container">
|
|
|
24 |
<p id="timer">Time: 0s</p>
|
25 |
<h2 id="question" style="font-weight: normal;"></h2>
|
26 |
<div id="options"></div>
|
@@ -31,8 +32,8 @@
|
|
31 |
</div>
|
32 |
</div>
|
33 |
</div>
|
34 |
-
<h2 id="question-number"></h2>
|
35 |
<div id="results-container" style="display: none;">
|
|
|
36 |
<h2>Quiz Results</h2>
|
37 |
<p id="score"></p>
|
38 |
<button id="restart">Return to Start</button>
|
|
|
21 |
</div>
|
22 |
<div id="quiz-container" style="display: none;">
|
23 |
<div id="question-container">
|
24 |
+
<h2 id="question-number"></h2>
|
25 |
<p id="timer">Time: 0s</p>
|
26 |
<h2 id="question" style="font-weight: normal;"></h2>
|
27 |
<div id="options"></div>
|
|
|
32 |
</div>
|
33 |
</div>
|
34 |
</div>
|
|
|
35 |
<div id="results-container" style="display: none;">
|
36 |
+
<h2 id="question-number"></h2>
|
37 |
<h2>Quiz Results</h2>
|
38 |
<p id="score"></p>
|
39 |
<button id="restart">Return to Start</button>
|