-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexmain.html
342 lines (328 loc) · 26.2 KB
/
indexmain.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Quiz_3.0</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body>
<div class=" max-md:h-full flex mainbox blue-bg justify-center items-center flex-col bg-[#121212] w-full h-screen">
<div
class=" max-md:w-full max-md:h-full max-sm:h-full max-md:text-3xl white-bg change-dark1 title flex items-center justify-center text-[#979797] bg-[#1e1e1e] rounded-lg h-[80px] mt-4 text-5xl font-serif w-[500px] ">
Quiz Application UI</div>
<div class="quizbox red-bg rounded-2xl mt-4 mr-3 ml-3 w-[95%] h-screen bg-slate-800 ">
<div class="flex items-center justify-between">
<div class="ml-4 level ">
<select onclick="level()" id="levelSelector"
class="yellowbg rounded-xl flex justify-center items-center h-8 text-center bg-slate-600 font-serif font-medium text-[#a2a2a2] ">
<option value="1">Easy</option>
<option value="2">Medium</option>
<option value="3">Hard</option>
</select>
</div>
<div class="category">
<select onclick="category()" id="category"
class="yellowbg rounded-xl flex justify-center items-center h-8 text-center bg-slate-600 font-serif font-medium text-[#a2a2a2] pr-6 pl-2 ">
<option value="1">Linux</option>
<option value="2">DevOps</option>
<option value="3">Docker</option>
</select>
</div>
<div class="flex items-center justify-center p-2 darkmode">
<button class="toggle justify-center items-center flex bg-slate-600 rounded-full w-[70px] h-8 "
onclick="darkmode()">
<div class="flex items-center justify-between">
<div class="p-2 rounded-full darkMode">
<svg class="text-white darkModeSvg " xmlns="http://www.w3.org/2000/svg" width="15"
height="15" fill="currentColor" class="bi bi-moon-fill" viewBox="0 0 16 16">
<path
d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z" />
</svg>
</div>
<div class="p-2 rounded-full lightMode">
<svg class="text-red-400 lightModeSvg" xmlns="http://www.w3.org/2000/svg" width="16"
height="16" fill="currentColor" class="bi bi-brightness-high-fill"
viewBox="0 0 16 16">
<path
d="M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z" />
</svg>
</div>
</div>
</button>
</div>
</div>
<div class="flex items-center justify-center Boxes">
<div class="white-bg w-9/12 bg-[#1e1e1e] max-lg:w-full max-md:w-full text-sm change-dark1 h-[587px] ">
<div
class="flex flex-col justify-center m-4 mt-6 text-black rounded-md shadow-md mango-bg shadow-slate-700/100 change-dark bg-zinc-600">
<div class="queNo">
<h1 id="quehere1" class="h-2 p-2 font-medium ">Question 1</h1>
</div>
<div class="p-2">
<h1 class="flex items-center mt-2 question h-14 max-md:h-auto max-sm:h-auto " id="question">Loading...</h1>
</div>
</div>
<div class="flex flex-col m-4 ">
<label>
<input class="w-0 h-0 opacity-0 answer " id="1" type="radio" name="Demo">
<button id="a"
class="options max-md:h-auto max-sm:h-auto justify-start border-[1px] border-zinc-600 border-solid shadow-stone-300/50 hover:border-black hover:border-2 hover:border-solid rounded-md mt-1 pl-4 pt-1 pb-2 pr-4 change-dark bg-zinc-600 text-white w-full h-12 opt flex flex-row ">
A
</button>
</label>
<label>
<input class="w-0 h-0 opacity-0 answer " id="2" type="radio" name="Demo">
<button id="b"
class=" options max-md:h-auto max-sm:h-auto justify-start border-[1px] border-zinc-600 border-solid shadow-stone-300/50 hover:border-black hover:border-2 hover:border-solid rounded-md mt-1 pl-4 pt-1 pb-2 pr-4 change-dark bg-zinc-600 text-white w-full h-12 opt flex flex-row ">
B
</button>
</label>
<label>
<input class="opacity-0 answer " type="radio" id="3" name="Demo">
<button id="c"
class="options max-md:h-auto max-sm:h-auto justify-start border-[1px] border-zinc-600 border-solid shadow-stone-300/50 hover:border-black hover:border-2 hover:border-solid rounded-md mt-1 pl-4 pt-1 pb-2 pr-4 change-dark bg-zinc-600 text-white w-full h-12 opt flex flex-row ">
C
</button>
</label>
<label>
<input class="opacity-0 answer " id="4" type="radio" name="Demo">
<button id="d"
class="options max-md:h-auto max-sm:h-auto justify-start border-[1px] border-zinc-600 border-solid shadow-stone-300/50 hover:border-black hover:border-2 hover:border-solid rounded-md mt-1 pl-4 pt-1 pb-2 pr-4 change-dark bg-zinc-600 text-white w-full h-12 opt flex flex-row ">
D
</button>
</label>
</div>
<div class="buttons Prev & next flex justify-evenly pb-4"><button onclick="prevbutton()">
<div
class="shadow-md button-bg shadow-zinc-300/10 prev rounded-md font-serif font-extralight bg-zinc-900 text-[#a2a2a2] pr-10 pl-10 mt-10 pt-2 pb-1 hover:bg-[#121212] active:bg-black focus:outline-none focus:ring focus:ring-red-300 ">
Prev</div>
</button><button onclick="clearResponse()">
<div
class=" max-lg: max-md:hidden shadow-md button-bg shadow-zinc-300/10 next rounded-md font-serif font-extralight bg-zinc-900 text-[#a2a2a2] pr-10 pl-10 mt-10 pt-2 pb-1 hover:bg-[#121212] active:bg-black focus:outline-none focus:ring focus:ring-red-300 ">
Clear Response</div>
</button><button onclick="markbutton()">
<div
class=" max-lg: max-md:hidden shadow-md button-bg shadow-zinc-300/10 next rounded-md font-serif font-extralight bg-zinc-900 text-[#a2a2a2] pr-10 pl-10 mt-10 pt-2 pb-1 hover:bg-[#121212] active:bg-black focus:outline-none focus:ring focus:ring-red-300 ">
Mark For Review</div>
</button><button onclick="nextbutton()" class="nextbutton">
<div
class="shadow-md button-bg shadow-zinc-300/10 next rounded-md font-serif font-extralight bg-zinc-900 text-[#a2a2a2] pr-10 pl-10 mt-10 pt-2 pb-1 hover:bg-[#121212] active:bg-black focus:outline-none focus:ring focus:ring-red-300 ">
Next</div>
</button></div>
<div class="options max-md:h-auto max-sm:h-auto justify-start border-[1px] border-zinc-600 border-solid shadow-stone-300/50 hover:border-black hover:border-2 hover:border-solid rounded-md mt-1 pl-4 pt-1 pb-2 pr-4 change-dark bg-zinc-600 text-white w-full h-12 opt flex-row ansbox hidden "> Correct Ans is : </div>
</div>
<div
class="max-lg:hidden max-md:hidden white-bg w-3/12 change-dark bg-[#1e1e1e] border-l-2 border-solid border-slate-500 h-[587px]">
<div
class="flex items-center justify-center mt-8 text-xl font-bold text-red-700 text-yellow-800 Time">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="mr-3 bi bi-alarm" viewBox="0 0 16 16">
<path
d="M8.5 5.5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9V5.5z" />
<path
d="M6.5 0a.5.5 0 0 0 0 1H7v1.07a7.001 7.001 0 0 0-3.273 12.474l-.602.602a.5.5 0 0 0 .707.708l.746-.746A6.97 6.97 0 0 0 8 16a6.97 6.97 0 0 0 3.422-.892l.746.746a.5.5 0 0 0 .707-.708l-.601-.602A7.001 7.001 0 0 0 9 2.07V1h.5a.5.5 0 0 0 0-1h-3zm1.038 3.018a6.093 6.093 0 0 1 .924 0 6 6 0 1 1-.924 0zM0 3.5c0 .753.333 1.429.86 1.887A8.035 8.035 0 0 1 4.387 1.86 2.5 2.5 0 0 0 0 3.5zM13.5 1c-.753 0-1.429.333-1.887.86a8.035 8.035 0 0 1 3.527 3.527A2.5 2.5 0 0 0 13.5 1z" />
</svg> Time-Left : <h1 id="timer" class="ml-4 underline ">00:30:00</h1>
</div>
<div class="text flex justify-between mr-10 ml-10 mt-6 text-[#a2a2a2]">
<div id="QueNo" class="font-bold QueNo">Question 1/20 </div>
<div class="font-bold help"> Need Help ?</div>
</div>
<div class="flex items-center justify-center ">
<div class="flex flex-wrap justify-center items-center w-[300px] mt-8 ">
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv" class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex
justify-center items-center font-serif font-medium hover:bg-zinc-700
hover:text-white mr-1 ml-1 mt-1 mb-1 ">
1</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
2</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
3</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
4</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
5</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
6</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
7</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
8</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
9</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
10</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
11</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
12</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
13</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
14</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
15</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
16</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
17</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
18</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
19</div>
</button>
<button class="ButtonOfQueCounter" onclick="QueDOMByButtons()">
<div id="myDiv"
class=" w-[60px] h-[40px] mango-bg bg-zinc-600 text-[20px] text-black rounded-full flex justify-center items-center font-serif font-medium hover:bg-zinc-700 hover:text-white mr-1 ml-1 mt-1 mb-1 ">
20</div>
</button>
</div>
</div>
<!-- <div class="w-full h-4 mt-6 bar bg-zinc-600">
<div class="sticky w-full h-full bg-red-400 progressBar">
</div>
</div> -->
<div></div>
<div class="review ">
<div class=" flex max-[1280px]:hidden justify-start items-center pl-10 mt-3 flex-wrap text-[#a2a2a2]">
<div class="flex flex-col items-center justify-center ">
<div id="domAnswered"
class="flex items-center justify-center w-8 h-8 mr-2 text-2xl text-white bg-green-400 border-2 border-green-400 border-solid rounded-t-full ">
0</div>
<h1>Answered</h1>
</div>
<div class="flex flex-col items-center justify-center ml-10 mr-10">
<div id="domMarked"
class=" flex justify-center items-center bg-yellow-400 border-2 border-solid border-yellow-400 w-10 h-8 text-white text-2xl rounded-t-[12px] rounded-b-[12px] ">
0</div>
<h1>Marked</h1>
</div>
<div class="flex flex-col items-center justify-center">
<div id="domNotVisited"
class="flex items-center justify-center m-2 font-serif text-xl font-bold text-white border-2 border-black border-solid w-9 h-9 bg-zinc-700">
20</div>
<h1>Not visited</h1>
</div>
<div class="flex flex-col items-center justify-center ">
<div id="domMarkedAndAnswered"
class=" flex justify-center items-center text-white bg-green-400 border-4 border-solid border-yellow-400 w-10 h-8 rounded-t-[12px] rounded-b-[12px] ">
0</div>
<h1>Marked And Answered</h1>
</div>
<div class="flex flex-col items-center justify-center ml-4 ">
<div id="domNotAnswered"
class="flex items-center justify-center w-8 h-8 pb-1 mr-2 text-2xl text-white bg-red-400 border-2 border-red-400 border-solid rounded-b-full ">
20</div>
<h1>Not Answered</h1>
</div>
</div>
<div class="flex items-center justify-center mt-4 submit">
<button onclick="popup()"
class="flex items-center justify-center w-10/12 pt-1 text-[18px] pb-1 text-center text-white bg-red-900">SUBMIT</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="absolute top-0 hidden w-screen h-full subPallete backdrop-blur-sm ">
<div class="flex justify-center ">
<div class="flex flex-col w-8/12 mt-20 bg-teal-100 rounded-lg h-2/6 ">
<div class="m-3 font-serif text-lg text-center submittitle">Submit your test</div>
<div class="flex flex-row items-center justify-around heading ">
<div class="w-full pt-1 pb-1 m-1 text-center text-white bg-teal-400">Section</div>
<div class="w-full pt-1 pb-1 m-1 text-center text-white bg-teal-400">No. of Question</div>
<div class="w-full pt-1 pb-1 m-1 text-center text-white bg-teal-400">Answered</div>
<div class="w-full pt-1 pb-1 m-1 text-center text-white bg-teal-400">Not answered</div>
<div class="w-full pt-1 pb-1 m-1 text-center text-white bg-teal-400">Marked For review</div>
<div class="w-full pt-1 pb-1 m-1 text-center text-white bg-teal-400">Not visited</div>
</div>
<div class="flex flex-row items-center justify-around heading ">
<div class="w-full pt-1 pb-1 m-1 text-center text-white bg-slate-400">Test</div>
<div class="w-full pt-1 pb-1 m-1 text-center text-white bg-slate-400">20</div>
<div class="w-full pt-1 pb-1 m-1 text-center text-white subAns bg-slate-400">0</div>
<div class="w-full pt-1 pb-1 m-1 text-center text-white subNotAns bg-slate-400">20</div>
<div class="w-full pt-1 pb-1 m-1 text-center text-white subMarked bg-slate-400">0</div>
<div class="w-full pt-1 pb-1 m-1 text-center text-white subNotVisited bg-slate-400">20</div>
</div>
<div class="h-24 border-b-[1px] border-black border-solid blankSpace"></div>
<div class="flex justify-end buttons ">
<button onclick="fff()"
class="flex items-center justify-center w-20 h-8 m-3 bg-teal-500">Close</button>
<button onclick="pop()"
class="flex items-center justify-center w-20 h-8 m-3 text-center bg-teal-500">Submit</button>
</div>
</div>
</div>
</div>
<div class="absolute top-0 w-screen h-full subPallete backdrop-blur-sm ">
<div class="flex justify-center ">
<div class="flex flex-col w-8/12 mt-20 bg-teal-100 rounded-lg h-2/6 ">
<div class="m-3 font-serif text-lg text-center submittitle">SCORE </div>
<div class="flex items-center justify-center font-serif text-[30px] font-bold ">Marks</div>
<div class="flex justify-end buttons ">
<button onclick="fff()"
class="flex items-center justify-center w-20 h-8 m-3 bg-teal-500">Close</button>
</div>
</div>
</div>
</div>
</body>
<script src="./quiz.js"></script>
</html>