-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexamMaker.html
281 lines (211 loc) · 12.6 KB
/
examMaker.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Quiz maker_GQ</title>
<meta charset="UTF-8">
<meta name="description" content="Cloud 83 - hosting template ">
<meta name="keywords" content="cloud, hosting, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon" />
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/flaticon.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/style.css" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header section -->
<header class="header-section position-fixed">
<a href="./index.html" class="site-logo"><img src="./img/logo.png" alt=""></a>
<div class="nav-switch">
<i class="fa fa-bars"></i>
</div>
</header>
<!-- Header section end -->
<!-- Hero section -->
<!-- Hero section end -->
<!-- Features section -->
<!-- Features section end -->
<!-- Domain search section -->
<!-- Domain search section end -->
<!-- Skills & testimonials section -->
<!-- Skills & testimonials section end -->
<!-- Pricing section -->
<!-- Pricing section end -->
<!-- Banner section -->
<section class="banner-section set-bg" data-setbg="img/banner-bg.jpg" style="height: auto;">
<div class="container ">
<div>
<div class="text-white ">
<div class="row" style="">
<ul class="list-unstyled col-1">
<li class="align-items-center justify-content-center">
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-home fa-2x"> </i></a></li>
<li>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-search fa-2x"></i></a></li>
<li>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-envelope fa-2x"></i></a></li>
<li>
<a href="#" class="w3-bar-item w3-button"><i class="fa fa-globe fa-2x"></i></a></li>
</ul>
<div class="preview-div col-5 ">
<div class="col site-form">
<div class="float-right toolbox">
<button class="btn btn-primary btn-sm rounded" type="button" data-toggle="tooltip"
data-placement="top" title="Add"><i class="fa fa-table"></i></button>
<button class="btn btn-success btn-sm rounded" type="button" data-toggle="tooltip"
data-placement="top" title="Edit"><i class="fa fa-edit"></i></button>
<button id="1" class="btn btn-danger btn-sm rounded remove" type="button"
data-placement="top" title="Delete" data-toggle="modal"
data-target="#exampleModalCenter"><i class="fa fa-trash"></i></button>
</div>
<div class="h4">how are you ?</div>
<ol>
<li>
<div class="radio">
<label><input type="radio" name="optradio">Option 1</label>
</div>
</li>
<li>
<div class="radio">
<label><input type="radio" name="optradio">Option 2</label>
</div>
</li>
<li>
<div class="radio">
<label><input type="radio" name="optradio">Option 3</label>
</div>
</li>
</ol>
</div>
<div class="col site-form">
<div class="float-right toolbox">
<button class="btn btn-primary btn-sm rounded" type="button" data-toggle="tooltip"
data-placement="top" title="Add"><i class="fa fa-table"></i></button>
<button class="btn btn-success btn-sm rounded" type="button" data-toggle="tooltip"
data-placement="top" title="Edit"><i class="fa fa-edit"></i></button>
<button id="2" class="btn btn-danger btn-sm rounded remove" type="button"
data-placement="top" title="Delete" data-toggle="modal"
data-target="#exampleModalCenter"><i class="fa fa-trash"></i></button>
</div>
<div class="h4">how are you ?</div>
<ol>
<li>
<div class="radio">
<label><input type="radio" name="optradio">True</label>
</div>
</li>
<li>
<div class="radio">
<label><input type="radio" name="optradio">False</label>
</div>
</li>
</ol>
</div>
<div class="col site-form">
<div class="float-right toolbox">
<button class="btn btn-primary btn-sm rounded" type="button" data-toggle="tooltip"
data-placement="top" title="Add"><i class="fa fa-table"></i></button>
<button class="btn btn-success btn-sm rounded" type="button" data-toggle="tooltip"
data-placement="top" title="Edit"><i class="fa fa-edit"></i></button>
<button id="3" class="btn btn-danger btn-sm rounded remove" type="button"
data-placement="top" title="Delete" data-toggle="modal"
data-target="#exampleModalCenter"><i class="fa fa-trash"></i></button>
</div>
<div class="h4">how are you ?</div>
<ol>
<li>
<div class="radio">
<label><input type="radio" name="optradio">True</label>
</div>
</li>
<li>
<div class="radio">
<label><input type="radio" name="optradio">False</label>
</div>
</li>
</ol>
</div>
<div class="col site-form" id="tt">
<div class="float-right toolbox">
<button class="btn btn-primary btn-sm rounded" type="button" data-toggle="tooltip"
data-placement="top" title="Add"><i class="fa fa-table"></i></button>
<button class="btn btn-success btn-sm rounded" type="button" data-toggle="tooltip"
data-placement="top" title="Edit"><i class="fa fa-edit"></i></button>
<button id="4" class="btn btn-danger btn-sm rounded remove" type="button"
data-placement="top" title="Delete" data-toggle="modal"
data-target="#exampleModalCenter"><i class="fa fa-trash"></i></button>
</div>
<div class="h4">how are you ?</div>
<!--Material textarea-->
<div class="md-form md-outline">
<textarea id="form75" class="md-textarea form-control" rows="3"></textarea>
</div>
<!-- Button trigger modal -->
</div>
</div>
<!-- Modal -->
<div class="modal fade " id="exampleModalCenter" tabindex="-1" role="dialog"
aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title " id="exampleModalLongTitle" style="color: black;">Why do
you want to delete the question ?</h5>
</div>
<div class="modal-body" style="color: black;">
<div class="radio">
<label><input type="radio" name="optradio">Question too long</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">Bad Question</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">do not like</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">Other</label>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary"
data-dismiss="modal">Close</button>
<button id="confirm" type="button" class="btn btn-primary del">Confirm
delete</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Banner section end -->
<!-- Footer top section -->
<!-- Footer top section end -->
<!-- Footer section -->
<!-- Footer top section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/circle-progress.min.js"></script>
<script src="js/main.js"></script>
<script src="js/popper.js"></script>
</body>
</html>