-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquiz.html
More file actions
346 lines (254 loc) · 10.8 KB
/
quiz.html
File metadata and controls
346 lines (254 loc) · 10.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css"
integrity="sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ="
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<title>E-school</title>
</head>
<body>
<!-- FALTUU KA NAVBAR
-->
<!-- <div >
<nav class="navbar navbar-expand-lg bg-primary py-2 " id="main-nav">
<div class="container-fluid navup">
<button data-aos="fade-left" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#" class="nav-link"></a>
</li>
</ul>
</div>
</div>
</nav>
</div> -->
<div class="container-fluid">
<div class="row">
<!-- LEFT TAB ITEMS -->
<div class="col-sm-2 p-0 m-0 section-one " id="sx">
<div class="d-flex flex-column justify-content-around" style="height: 100vh">
<div class="display-4 m-2 align-self-center">LOGO</div>
<div class=" text-white text-center navleft">
<a href="index.html"><div class="p-4 bg-primary navitem"><i class="fas fa-home fa-2x d-block p-1"></i><span>HOME</span></div></a>
<a href="assign.html"><div class="p-4 bg-primary navitem"><i class="fas fa-clipboard-list fa-2x d-block p-1"></i><span>ASSIGNMENT</span></div></a>
<a class="active" href="quiz.html"><div class="p-4 bg-primary navitem"><i class="fas fa-book fa-2x d-block p-1"></i><span>QUIZ</span></div></a>
<a href="report.html"><div class="p-4 bg-primary navitem"><i class="fas fa-chart-pie fa-2x d-block p-1"></i><span>REPORT</span></div></a>
<a href="home.html"><div class="p-4 bg-primary navitem"><i class="fas fa-sign-out-alt fa-2x d-block p-1"></i><span>LOGOUT</span></div></a>
</div>
</div>
</div>
<!-- MIDDLE TAB ITEMS -->
<div class="col-sm-7 section-two " >
<div class="d-flex flex-column">
<div class="d-flex flex-row justify-content-between">
<div class=" my-auto"><h3>View Quiz Details</h3></div>
<a href="#" data-toggle="modal" data-target="#exampleModal"><div class="p-2 bg-success navitem text-center text-white mr-3 w-100" ><i class="fas fa-plus fa-2x d-block p-1 "></i><span>ADD CLASS</span></div></a>
</div>
<br>
<hr class="m-0">
<!-- UPCOMING LIVE CLASSES -->
<div id="sy">
<div class="upcome m-3">
<div class="sclass bg-info text-white p-2 text-center mb-1"><i class="far fa-calendar fa-2x float-left"></i> <span>Upcoming Live classes</span></div>
<table class="table-sm w-100 text-justify m-0 my-2 ">
<thead>
<tr class="table-danger">
<th scope="col"><h5>19/4/20</h5></th>
<th scope="col"><h5>Class: 10</h5></th>
<th scope="col"><h5>Section: A</h5></th>
<th scope="col"><h5>Subject: Maths</h5></th>
<th scope="col"><a href="#" class="btn btn-primary">JOIN CLASS</a></th>
</tr>
</thead>
<tbody>
<tr class="table-light">
<td ><h5>12:00 AM</h5></td>
<td colspan="2">
<div class="form-group">
<!-- <label for="comment">Description:</label> -->
<textarea placeholder="Enter Class Description" class="form-control" rows="2" id="comment"></textarea>
</div>
</td>
<td><a href="#" class="btn btn-secondary ">MY CONTENT</a></td>
<td><a href="#" class="btn btn-info mb-2">ADD QUIZ</a>
<a href="#" class="btn btn-info">NOTIFY CLASS</a></td> </tr>
</tbody>
</table>
<table class="table-sm w-100 text-justify m-0 my-2">
<thead>
<tr class="table-danger">
<th scope="col"><h5>19/4/20</h5></th>
<th scope="col"><h5>Class: 10</h5></th>
<th scope="col"><h5>Section: A</h5></th>
<th scope="col"><h5>Subject: Maths</h5></th>
<th scope="col"><a href="#" class="btn btn-primary">JOIN CLASS</a></th>
</tr>
</thead>
<tbody>
<tr class="table-light">
<td ><h5>12:00 AM</h5></td>
<td colspan="2">
<div class="form-group">
<!-- <label for="comment">Description:</label> -->
<textarea placeholder="Enter Class Description" class="form-control" rows="2" id="comment"></textarea>
</div>
</td>
<td><a href="#" class="btn btn-secondary ">MY CONTENT</a></td>
<td><a href="#" class="btn btn-info mb-2">ADD QUIZ</a>
<a href="#" class="btn btn-info">NOTIFY CLASS</a></td> </tr>
</tbody>
</table>
<!-- PAST LIVE CLASSES -->
</div>
<div class="past m-3">
<div class="sclass bg-info text-white p-2 text-center mb-1"><i class="far fa-calendar-check fa-2x float-left"></i> <span>Past Live classes</span></div>
<table class="table-sm w-100 text-justify m-0 my-2">
<thead>
<tr class="table-warning">
<th scope="col"><h5>19/4/20</h5></th>
<th scope="col"><h5>Class: 10</h5></th>
<th scope="col"><h5>Section: A</h5></th>
<th scope="col"><h5>Subject: Maths</h5></th>
<th scope="col"><a href="#" class="btn btn-primary">VIEW RECORD</a></th>
</tr>
</thead>
<tbody>
<tr class="table-light">
<td ><h5>12:00 AM</h5></td>
<td colspan="2">
<div class="form-group">
<!-- <label for="comment">Description:</label> -->
<textarea placeholder="Enter Class Description" class="form-control" rows="2" id="comment"></textarea>
</div>
</td>
<td><a href="#" class="btn btn-secondary ">MY CONTENT</a></td>
<td><a href="#" class="btn btn-info mb-2">ADD QUIZ</a>
<a href="#" class="btn btn-info">REPORT</a></td> </tr>
</tbody>
</table>
<table class="table-sm w-100 text-justify m-0 my-2">
<thead>
<tr class="table-warning">
<th scope="col"><h5>19/4/20</h5></th>
<th scope="col"><h5>Class: 10</h5></th>
<th scope="col"><h5>Section: A</h5></th>
<th scope="col"><h5>Subject: Maths</h5></th>
<th scope="col"><a href="#" class="btn btn-primary">VIEW RECORD</a></th>
</tr>
</thead>
<tbody>
<tr class="table-light">
<td ><h5>12:00 AM</h5></td>
<td colspan="2">
<div class="form-group">
<!-- <label for="comment">Description:</label> -->
<textarea placeholder="Enter Class Description" class="form-control" rows="2" id="comment"></textarea>
</div>
</td>
<td><a href="#" class="btn btn-secondary ">MY CONTENT</a></td>
<td><a href="#" class="btn btn-info mb-2">ADD QUIZ</a>
<a href="#" class="btn btn-info">REPORT</a></td> </tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- Right MOST TAB -->
<div class="col-sm-3 section-tre " id="sz">
<div class="d-flex flex-column ">
<div class=" text-white text-center navleft ">
<div class="p-2 bg-danger navitem "><i class="fas fa-question fa-2x d-block p-1"></i><span>HELP!!</span></div>
</div>
<!-- Teacher's CARD -->
<div class="teachers">
<div class="card tcard">
<div class="card-header"><h4>Your Profile</h4></div>
<div class="card-block">
<div class="timage ">
<img src="photo.jpeg" class="img-fluid"></div>
<h5 class="tname"> Teacher Name</h5><hr>
<div class="tsub">
<h5> Subjects:</h5>
<ul>
<li>SUB-1</li>
<li>SUB-2</li>
<li>SUB-3</li>
</ul>
<hr>
</div>
<h5 class="tsch"> School Name</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Enter Class Details</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-row">
<div class="form-group col-md-6">
<label >Class</label>
<input type="text" class="form-control" name="class" placeholder="Enter class">
</div>
<div class="form-group col-md-6">
<label >Section</label>
<input type="text" class="form-control" name="section" placeholder="Enter section">
</div>
</div>
<div class="form-group">
<label >Subject</label>
<input type="text" class="form-control" name="subject" placeholder="Enter subject name">
</div>
<div class="form-group">
<label >Enter Class URL</label>
<input type="text" class="form-control" name="url" placeholder="Enter link">
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</div>
</div>
<!-- <div class="navbar">
<div class="menu">
<ul>
<li><i class="fas fa-home"></i><span>Home</span></li>
<li><i class="fas fa-home"></i><span>Assignment</span></li>
<li><i class="fas fa-home"></i><span>Quiz</span></li>
<li><i class="fas fa-home"></i><span>Report</span></li>
</ul>
</div>
</div> -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>