-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquiz.html
More file actions
479 lines (446 loc) · 21 KB
/
Copy pathquiz.html
File metadata and controls
479 lines (446 loc) · 21 KB
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
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Quiz - Brocius</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-6 offset-md-3" style="">
<h3 style="text-align: center;">Sample quiz</h3>
<div id="player"></div>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<div style="padding-bottom: 2%;">
<div>
<h4 style="text-align: center;">
(1) When was the turkish power establised in Bihar?</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) 1192
</div>
<div style="width:50%">
(b) 1194
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) 1198
</div>
<div style="width:50%">
(d) 1204
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(2) The contribution of which tribe was decisive in the early rise of Afghan power in Bihar?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Farmuli
</div>
<div style="width:50%">
(b) Nuhani
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Sur
</div>
<div style="width:50%">
(d) Karani
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(3) Patna was made provincial capital by?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Sher Shah
</div>
<div style="width:50%">
(b) Alauddin Hussain Shah
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Ibrahim Lodi
</div>
<div style="width:50%">
(d) Prince Azim
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(4) The administrative laboratory of Sher Shah was?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Chunar
</div>
<div style="width:50%">
(b) Sasaram
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Bengal
</div>
<div style="width:50%">
(d) Delhi
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(5) The tomb of Sher Shah is located at?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Patna
</div>
<div style="width:50%">
(b) Munger
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Delhi
</div>
<div style="width:50%">
(d) Sasaram
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(6) In the medieval period Patna was renovated by?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Azim-ush-Shan
</div>
<div style="width:50%">
(b) Harshvardhana
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Sher Shah
</div>
<div style="width:50%">
(d) Aurangzeb
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(7) Who was the founder of turkish power in Bihar?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Malik Hisamudin
</div>
<div style="width:50%">
(b) Bakhtiyar Khilji
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Iltutmish
</div>
<div style="width:50%">
(d) Qutbuddin Aibak
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(8) By what name is a collection of letters of famous Sufi saint Makhdoom Sahib of Bihar
famous?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Maktubate Makhdum
</div>
<div style="width:50%">
(b) Maktubate Sadi
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Maktubate maneri
</div>
<div style="width:50%">
(d) Maktubate Yahya
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(9) Which of the following sufi order was most popular in Bihar?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Chisti
</div>
<div style="width:50%">
(b) Qalandari
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Firdausi
</div>
<div style="width:50%">
(d) Suhrawardy
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(10) Whose name is the earliest among the important sufi saints of Bihar?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Imam taz faqih
</div>
<div style="width:50%">
(b) salar masood ghazi
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) pir shabuddin jagjot
</div>
<div style="width:50%">
(d) none of the above
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(11) Who among the Sikh Gurus first visited Bihar?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Guru nanak dev
</div>
<div style="width:50%">
(b) Guru arjan dev
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Guru teg bahadur
</div>
<div style="width:50%">
(d) guru gobind singh
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(12) Where was the capital of the rulers of Karnata dynasty of mithila?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Mahishi
</div>
<div style="width:50%">
(b) Darbhanga
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) simraongarh
</div>
<div style="width:50%">
(d) madhubani
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(13) Who was the last ruler of the Karnata dynasty?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Shiv singh
</div>
<div style="width:50%">
(b) Hari singh
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Mahesh singh
</div>
<div style="width:50%">
(d) kirti singh
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(14) Which city of Bihar was renamed as Tughlaqpur by Muhammad bin tughluq?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Darbhanga(Tirhut)
</div>
<div style="width:50%">
(b) Patna
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Bhagalpur
</div>
<div style="width:50%">
(d) Purnea
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(15) The tomb of Mallik ibrahim or Mallika baya, the most important administrator of the
tughluq period of bihar is located at?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Delhi
</div>
<div style="width:50%">
(b) bihar sarif
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) patna
</div>
<div style="width:50%">
(d) Darbhanga
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(16) The subedar of Bihar who rebelled against the sultan during the time of Ibrahim lodi?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Darya Khan Nohani
</div>
<div style="width:50%">
(b) Farid Khan
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Hasan Khan Suri
</div>
<div style="width:50%">
(d) Abbas Khan Serwani
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(17) Where is Sher shah's tomb located?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Sasaram
</div>
<div style="width:50%">
(b) Maner
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Sitamarhi
</div>
<div style="width:50%">
(d) Pawapuri
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(18) In 1556-57, after being impressed by whose scholarship did Mughal emperor Akbar give him the kingdom of mithila
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Shiv singh
</div>
<div style="width:50%">
(b) Hari singh
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Mahesh thakur
</div>
<div style="width:50%">
(d) Rajaman singh
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(19) The dead body of Bakhtiyar khilji was buried in?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Lakhnauti
</div>
<div style="width:50%">
(b) Bihar sarif
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Munger
</div>
<div style="width:50%">
(d) Rajgirh
</div>
</div>
</div>
<div>
<h4 style="text-align: center;">
(20) The first sultan to organise a military campaign in Bihar was?
</h4>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(a) Aibak
</div>
<div style="width:50%">
(b) Iltutmish
</div>
</div>
<div style="display: flex; flex-direction: row;text-align: center;">
<div style="width:50%">
(c) Balban
</div>
<div style="width:50%">
(d) Allaudin khilji
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>