-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom_basic_form2.php
More file actions
369 lines (325 loc) · 18 KB
/
Copy pathcustom_basic_form2.php
File metadata and controls
369 lines (325 loc) · 18 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
<?php require "header.php";
$mess="";
if($_GET['error'] == 1){
$mess = 'Limit is 20 you have insert bigger value';
}else{
$_GET['error'] =0;
}
?>
<style>
@media only screen and (max-width: 580px) {
.GiTyN .svg-icon1{
background-color: #000;
border-radius: 4px;
padding: 4px;
}
}
.customs{
box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}
.container {
padding: 2px 16px;
}
.media{
margin: 10px;
padding: 8px;
/*border: 2px solid black;*/
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
cursor: pointer;
}
.media:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
display: flex;
}
.plan {
border: none;
margin-top:40px;
/*border: 2px solid black;*/
}
.flex-container {
/*margin: 40px 120px 10px 120px;*/
padding: 20px;
display: flex;
border: none;
flex-wrap: nowrap;
/*border: 2px solid black;*/
}
.content{
width: ;
height: 660px;
border: 1px solid rgba(102, 153, 255,0.5);
border-radius: 14px;
padding:12px;
margin:10px;
box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
}
.sub_content{
padding:8px;
}
.sub_content h4 {
font-weight: 600;
}
.content h5 {
font-weight:400;
font-size: 24px;
}
.content ul li{
font-weight: 400;
font-size: 20px;
}
/*custom quiz area*/
.custom_quiz_div{
border: 2px solid black;
}
.over_Question{
background-color: #e0e6eb;
width: 90%;
height: 9px;
margin-top: 20px;
}
.textarea{
width: 90%;
height: 40px;
border: none;
resize: none;
background-color: #e0e6eb;
margin: 0;
font-size: 16px;
font-weight: 700;
padding: 0 16px 16px 16px;
background-repeat: no-repeat;
overflow: hidden;
}
.custom_quiz_options{
border: none;
background-color: #ecf0f3;
font-weight: 800;
padding: 20px 0 0 12px;
font-size: 16px;
}
.quiz-inner{
margin: 8px 4px 8px 10px;
font-weight: 800;
}
.quiz-ininner{
margin: 8px 4px 8px 10px;
font-weight: 400;
}
.custom_quiz_add_option {
border: none;
cursor: pointer;
float: right;
margin: 24px 280px 0 0;
color: #555;
font-size: 14px;
font-weight: 600;
}
.quiz_div input, label{
font-size: 24px;
margin: 8px 4px 24px 10px;
font-weight: 400;
}
.submit {
outline: none;
border: none;
cursor: pointer;
width: 120px;
height: 48px;
border-radius: 10px;
margin: 24px 14px 24px 10px;
font-size: 20px;
font-weight: 700;
font-family: 'lato', 'sans-serif';
color: #ffffff;
text-align: center;
background: #24cfaa;
box-shadow: 3px 3px 8px #b1b1b1 -3px -3px 8px #ffffff;
transition: 0.5s;
}
.submit:hover {
background: #28a745;
}
.sumbit:active {
background: #1da88a;
}
@media only screen and (max-width: 419px) {
.content{
height: 880px;
}
.flex-container{
padding: 20px 0 20px 0;
}
}
</style>
</head>
<body>
<?php
if(isset($_SESSION['username'])){
$user=$_SESSION['username'];
echo '<nav class="navbar fixed-top navbar-expand-lg">
<a class="navbar-brand xthJy" href="index.php" style="margin-left: 8px;">
<img src="Capture2.PNG" width="150px" height="40px" class="d-inline-block align-top" alt="">
</a>
<div class="navbars">
<div class="GiTyN">
<a class="nav-item nav-link mobile" href="index.php">
<svg class="svg-icon0" width="26px" height="26px" fill="#fff" viewBox="0 0 20 20">
<path d="M15.971,7.708l-4.763-4.712c-0.644-0.644-1.769-0.642-2.41-0.002L3.99,7.755C3.98,7.764,3.972,7.773,3.962,7.783C3.511,8.179,3.253,8.74,3.253,9.338v6.07c0,1.146,0.932,2.078,2.078,2.078h9.338c1.146,0,2.078-0.932,2.078-2.078v-6.07c0-0.529-0.205-1.037-0.57-1.421C16.129,7.83,16.058,7.758,15.971,7.708z M15.68,15.408c0,0.559-0.453,1.012-1.011,1.012h-4.318c0.04-0.076,0.096-0.143,0.096-0.232v-3.311c0-0.295-0.239-0.533-0.533-0.533c-0.295,0-0.534,0.238-0.534,0.533v3.311c0,0.09,0.057,0.156,0.096,0.232H5.331c-0.557,0-1.01-0.453-1.01-1.012v-6.07c0-0.305,0.141-0.591,0.386-0.787c0.039-0.03,0.073-0.066,0.1-0.104L9.55,3.75c0.242-0.239,0.665-0.24,0.906,0.002l4.786,4.735c0.024,0.033,0.053,0.063,0.084,0.09c0.228,0.196,0.354,0.466,0.354,0.76V15.408z"></path>
</svg>
<span class="sr-only">(current)</span></a>
</div>
<div class="GiTyN">
<a class="nav-item nav-link mobile" href="challenge_home.php"><svg class="svg-icon1" width="26px" height="26px" fill="#fff" viewBox="0 0 20 20">
<path d="M8.627,7.885C8.499,8.388,7.873,8.101,8.13,8.177L4.12,7.143c-0.218-0.057-0.351-0.28-0.293-0.498c0.057-0.218,0.279-0.351,0.497-0.294l4.011,1.037C8.552,7.444,8.685,7.667,8.627,7.885 M8.334,10.123L4.323,9.086C4.105,9.031,3.883,9.162,3.826,9.38C3.769,9.598,3.901,9.82,4.12,9.877l4.01,1.037c-0.262-0.062,0.373,0.192,0.497-0.294C8.685,10.401,8.552,10.18,8.334,10.123 M7.131,12.507L4.323,11.78c-0.218-0.057-0.44,0.076-0.497,0.295c-0.057,0.218,0.075,0.439,0.293,0.495l2.809,0.726c-0.265-0.062,0.37,0.193,0.495-0.293C7.48,12.784,7.35,12.562,7.131,12.507M18.159,3.677v10.701c0,0.186-0.126,0.348-0.306,0.393l-7.755,1.948c-0.07,0.016-0.134,0.016-0.204,0l-7.748-1.948c-0.179-0.045-0.306-0.207-0.306-0.393V3.677c0-0.267,0.249-0.461,0.509-0.396l7.646,1.921l7.654-1.921C17.91,3.216,18.159,3.41,18.159,3.677 M9.589,5.939L2.656,4.203v9.857l6.933,1.737V5.939z M17.344,4.203l-6.939,1.736v9.859l6.939-1.737V4.203z M16.168,6.645c-0.058-0.218-0.279-0.351-0.498-0.294l-4.011,1.037c-0.218,0.057-0.351,0.28-0.293,0.498c0.128,0.503,0.755,0.216,0.498,0.292l4.009-1.034C16.092,7.085,16.225,6.863,16.168,6.645 M16.168,9.38c-0.058-0.218-0.279-0.349-0.498-0.294l-4.011,1.036c-0.218,0.057-0.351,0.279-0.293,0.498c0.124,0.486,0.759,0.232,0.498,0.294l4.009-1.037C16.092,9.82,16.225,9.598,16.168,9.38 M14.963,12.385c-0.055-0.219-0.276-0.35-0.495-0.294l-2.809,0.726c-0.218,0.056-0.351,0.279-0.293,0.496c0.127,0.506,0.755,0.218,0.498,0.293l2.807-0.723C14.89,12.825,15.021,12.603,14.963,12.385"></path>
</svg><span class="sr-only">(current)</span></a>
<a class="nav-item nav-link XiOhy" href="challenge_home.php">Challenges<span class="sr-only">(current)</span></a>
</div>
<div class="GiTyN">
<a class="nav-item nav-link mobile" href="course_home.php"><svg class="svg-icon" width="26px" height="26px" fill="#fff" viewBox="0 0 20 20">
<path d="M14.911,1.295H5.09c-0.737,0-1.339,0.603-1.339,1.339v14.733c0,0.736,0.603,1.338,1.339,1.338h9.821c0.737,0,1.339-0.602,1.339-1.338V2.634C16.25,1.898,15.648,1.295,14.911,1.295 M15.357,17.367c0,0.24-0.205,0.445-0.446,0.445H5.09c-0.241,0-0.446-0.205-0.446-0.445v-0.893h10.714V17.367z M15.357,15.58H4.644V4.42h10.714V15.58z M15.357,3.527H4.644V2.634c0-0.241,0.205-0.446,0.446-0.446h9.821c0.241,0,0.446,0.206,0.446,0.446V3.527z"></path>
</svg></a>
<a class="nav-item nav-link XiOhy" href="course_home.php">Courses</a>
</div>
<div class="GiTyN">
<a class="nav-item nav-link mobile" href="practice_home.php"><svg class="svg-icon" width="26px" height="26px" fill="#fff" viewBox="0 0 20 20">
<path d="M9.634,10.633c0.116,0.113,0.265,0.168,0.414,0.168c0.153,0,0.308-0.06,0.422-0.177l4.015-4.111c0.229-0.235,0.225-0.608-0.009-0.836c-0.232-0.229-0.606-0.222-0.836,0.009l-3.604,3.689L6.35,5.772C6.115,5.543,5.744,5.55,5.514,5.781C5.285,6.015,5.29,6.39,5.522,6.617L9.634,10.633z"></path>
<path d="M17.737,9.815c-0.327,0-0.592,0.265-0.592,0.591v2.903H2.855v-2.903c0-0.327-0.264-0.591-0.591-0.591c-0.327,0-0.591,0.265-0.591,0.591V13.9c0,0.328,0.264,0.592,0.591,0.592h15.473c0.327,0,0.591-0.264,0.591-0.592v-3.494C18.328,10.08,18.064,9.815,17.737,9.815z"></path>
</svg></a>
<a class="nav-item nav-link XiOhy" href="practice_home.php">Practice</a>
</div>
<div class="GiTyN">
<a class="nav-item nav-link mobile" href="community_home.php"><svg class="svg-icon" width="26px" height="26px" fill="#fff" viewBox="0 0 20 20">
<path d="M17.534,10.458l-3.587-6.917c-0.088-0.168-0.262-0.275-0.452-0.275H6.571c-0.189,0-0.363,0.107-0.452,0.275L2.775,9.989c-0.081,0.134-0.159,0.261-0.211,0.409l-0.031,0.06c-0.027,0.05-0.006,0.104-0.014,0.157c-0.044,0.178-0.109,0.348-0.109,0.537v3.293c0,1.262,1.028,2.289,2.29,2.289h10.603c1.262,0,2.288-1.027,2.288-2.289v-3.293c0-0.097-0.043-0.178-0.055-0.271C17.594,10.747,17.607,10.597,17.534,10.458z M6.88,4.284h6.306l2.405,4.639c-0.1-0.013-0.188-0.059-0.289-0.059h-2.354c-0.27,0-0.491,0.208-0.508,0.477c-0.082,1.292-1.154,2.305-2.441,2.305c-1.287,0-2.359-1.013-2.44-2.305C7.542,9.073,7.32,8.865,7.052,8.865H4.7c-0.077,0-0.142,0.037-0.217,0.043L6.88,4.284zM16.573,14.445c0,0.7-0.57,1.271-1.271,1.271H4.7c-0.701,0-1.271-0.571-1.271-1.271v-3.293c0-0.122,0.038-0.231,0.07-0.343l0.235-0.455C3.966,10.073,4.306,9.882,4.7,9.882h1.907c0.324,1.595,1.732,2.782,3.394,2.782c1.66,0,3.07-1.188,3.394-2.782h1.909c0.7,0,1.271,0.57,1.271,1.271V14.445z"></path>
</svg></a>
<a class="nav-item nav-link XiOhy" href="community_home.php">Community</a>
</div>
<div class="GiTyN">
<a class="nav-item nav-link mobile" href="mfriend.php"><svg class="svg-icon" width="26px" height="26px" fill="#fff" viewBox="0 0 20 20">
<path d="M15.573,11.624c0.568-0.478,0.947-1.219,0.947-2.019c0-1.37-1.108-2.569-2.371-2.569s-2.371,1.2-2.371,2.569c0,0.8,0.379,1.542,0.946,2.019c-0.253,0.089-0.496,0.2-0.728,0.332c-0.743-0.898-1.745-1.573-2.891-1.911c0.877-0.61,1.486-1.666,1.486-2.812c0-1.79-1.479-3.359-3.162-3.359S4.269,5.443,4.269,7.233c0,1.146,0.608,2.202,1.486,2.812c-2.454,0.725-4.252,2.998-4.252,5.685c0,0.218,0.178,0.396,0.395,0.396h16.203c0.218,0,0.396-0.178,0.396-0.396C18.497,13.831,17.273,12.216,15.573,11.624 M12.568,9.605c0-0.822,0.689-1.779,1.581-1.779s1.58,0.957,1.58,1.779s-0.688,1.779-1.58,1.779S12.568,10.427,12.568,9.605 M5.06,7.233c0-1.213,1.014-2.569,2.371-2.569c1.358,0,2.371,1.355,2.371,2.569S8.789,9.802,7.431,9.802C6.073,9.802,5.06,8.447,5.06,7.233 M2.309,15.335c0.202-2.649,2.423-4.742,5.122-4.742s4.921,2.093,5.122,4.742H2.309z M13.346,15.335c-0.067-0.997-0.382-1.928-0.882-2.732c0.502-0.271,1.075-0.429,1.686-0.429c1.828,0,3.338,1.385,3.535,3.161H13.346z"></path>
</svg></a>
</div>
<div class="GiTyN">
<a class="nav-item nav-link mobile" href="mprofile.php"><svg class="svg-icon" width="26px" height="26px" fill="#fff" viewBox="0 0 20 20">
<path d="M16.803,18.615h-4.535c-1,0-1.814-0.812-1.814-1.812v-4.535c0-1.002,0.814-1.814,1.814-1.814h4.535c1.001,0,1.813,0.812,1.813,1.814v4.535C18.616,17.803,17.804,18.615,16.803,18.615zM17.71,12.268c0-0.502-0.405-0.906-0.907-0.906h-4.535c-0.501,0-0.906,0.404-0.906,0.906v4.535c0,0.502,0.405,0.906,0.906,0.906h4.535c0.502,0,0.907-0.404,0.907-0.906V12.268z M16.803,9.546h-4.535c-1,0-1.814-0.812-1.814-1.814V3.198c0-1.002,0.814-1.814,1.814-1.814h4.535c1.001,0,1.813,0.812,1.813,1.814v4.534C18.616,8.734,17.804,9.546,16.803,9.546zM17.71,3.198c0-0.501-0.405-0.907-0.907-0.907h-4.535c-0.501,0-0.906,0.406-0.906,0.907v4.534c0,0.501,0.405,0.908,0.906,0.908h4.535c0.502,0,0.907-0.406,0.907-0.908V3.198z M7.733,18.615H3.198c-1.002,0-1.814-0.812-1.814-1.812v-4.535c0-1.002,0.812-1.814,1.814-1.814h4.535c1.002,0,1.814,0.812,1.814,1.814v4.535C9.547,17.803,8.735,18.615,7.733,18.615zM8.64,12.268c0-0.502-0.406-0.906-0.907-0.906H3.198c-0.501,0-0.907,0.404-0.907,0.906v4.535c0,0.502,0.406,0.906,0.907,0.906h4.535c0.501,0,0.907-0.404,0.907-0.906V12.268z M7.733,9.546H3.198c-1.002,0-1.814-0.812-1.814-1.814V3.198c0-1.002,0.812-1.814,1.814-1.814h4.535c1.002,0,1.814,0.812,1.814,1.814v4.534C9.547,8.734,8.735,9.546,7.733,9.546z M8.64,3.198c0-0.501-0.406-0.907-0.907-0.907H3.198c-0.501,0-0.907,0.406-0.907,0.907v4.534c0,0.501,0.406,0.908,0.907,0.908h4.535c0.501,0,0.907-0.406,0.907-0.908V3.198z"></path>
</svg></a>
</div>
</div>
<div class="VfdSE XiOhy">
<div class="gytdq">
<form class="form-inline sea my-2 my-lg-0" action="search.php" method="POST">
<div class="FgraZ">
<div class="CtyUo">
<input class="form-control search ds-input" name="search" type="search" placeholder="Search" aria-label="Search" dir="auto">
</div>
</div>
</form>
</div>
</div>
<div class="friends_chat XiOhy">
<svg width="26px" height="26px" viewBox="0 0 16 16" class="bi bi-chat-right-quote-fill" fill="#b0b0b0" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM7.194 4.766c.087.124.163.26.227.401.428.948.393 2.377-.942 3.706a.446.446 0 0 1-.612.01.405.405 0 0 1-.011-.59c.419-.416.672-.831.809-1.22-.269.165-.588.26-.93.26C4.775 7.333 4 6.587 4 5.667 4 4.747 4.776 4 5.734 4c.271 0 .528.06.756.166l.008.004c.169.07.327.182.469.324.085.083.161.174.227.272zM11 7.073c-.269.165-.588.26-.93.26-.958 0-1.735-.746-1.735-1.666 0-.92.777-1.667 1.734-1.667.271 0 .528.06.756.166l.008.004c.17.07.327.182.469.324.085.083.161.174.227.272.087.124.164.26.228.401.428.948.392 2.377-.942 3.706a.446.446 0 0 1-.613.01.405.405 0 0 1-.011-.59c.42-.416.672-.831.81-1.22z"/>
</svg>
</div>
<div class="notifications XiOhy">
<svg width="26px" height="26px" viewBox="0 0 16 16" class="bi bi-bell" fill="#b0b0b0" xmlns="http://www.w3.org/2000/svg">
<path d="M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2z"/>
<path fill-rule="evenodd" d="M8 1.918l-.797.161A4.002 4.002 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4.002 4.002 0 0 0-3.203-3.92L8 1.917zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5.002 5.002 0 0 1 13 6c0 .88.32 4.2 1.22 6z"/>
</svg>
</div>
<div class="Profile_logout XiOhy">
<div id="mainboxs">
</div>
<div class="dropdownmenu">
<svg width="1.47em" height="1.47em" fill="#b0b0b0" viewBox="0 0 16 16" class="bi bi-person" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M13 14s1 0 1-1-1-4-6-4-6 3-6 4 1 1 1 1h10zm-9.995-.944v-.002.002zM3.022 13h9.956a.274.274 0 0 0 .014-.002l.008-.002c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664a1.05 1.05 0 0 0 .022.004zm9.974.056v-.002.002zM8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/>
</svg>
<button class="dropbtn" style="padding: 8px;"> '.$user.' </button>
<div class="dropdown-content" id="navbarNav";">
<a class="nav-item nav-link" href="profile.php?link='.$_SESSION['username'].'">Profile</a>
<a class="nav-item nav-link" href="edit_profile.php">Edit Profile</a>
';
if($user=="Admin"){
echo '<a class="nav-item nav-link" href="adminDash.php">Dashboard</a>';
}
echo '
<a class="nav-item nav-link" href="logout.php">Logout</a>
</div>
</div>
</div>
</nav>';
}
else{
header("Location: login.php");
exit;
}
?>
<div class="container challenge_nav">
<ul class="nav">
<li class="nav-item">
<a class="nav-link challenge_sub_nav" href="challenge_home.php">Challenges</a>
</li>
<li class="nav-item">
<a class="nav-link challenge_sub_nav quizes" href="quiz_display.php">Quizes</a>
</li>
<li class="nav-item">
<a class="nav-link challenge_sub_nav customs" href="custom_challenge.php">Customs</a>
</li>
</ul>
</div>
<!--All plans -->
<div class="container plan">
<div class="flex-container">
<div class="container content">
<form method="post" action="multiple-insert-1.php">
<div class="quizdiv">
<div class="quiz-inner">
<h1>Quiz Form</h1>
<?php echo $mess; ?>
</div>
<br>
<div class="quiz-ininner">
<p>Fill this form. This is <strong>First step of Three:-</strong></p>
</div>
<label for="contest_name">NAME OF CONTEST</label>
<input type="text" class="titles" id="contest_name" name="contest_name" title="PLEASE WRITE THE CONTEST NAME." data-tip="This is the text of the tooltip" placeholder="Ex:- CodeQuiz, class X" required/><br>
<label for="date">DATE OF CONTEST</label>
<select>
<option selected disabled>October</option>
</select>
<select id="date" name="date" title="dd" required>
<?php
for($x=1;$x<=31;$x++)
{
?>
<option value="<?php echo $x; ?>"><?php echo $x; ?></option>
<?php
}
?>
</select>
<select>
<option selected disabled>2020</option>
</select><br>
<label for="timeInput">START TIME OF CONTEST</label>
<input type="time" class="date" id="timeInput" name="start_time" title="EX- 10:00 AM" size="1" required>
<select name="am" id="">
<option value="AM">am</option>
<option value="PM">pm</option>
</select><br>
<label for="appt2">END TIME OF CONTEST</label>
<input type="time" class="date" id="appt2" name="end_time" title="EX- 10:30 AM" required>
<select name="pm" id="">
<option value="AM">am</option>
<option value="PM">pm</option>
</select><br>
<label for="appt">NUMBER OF QUESTIONS:</label>
<input type="text" name="num" placeholder="5,7,10" title="FILL NUMBER OF QUESTIONS." size="2" required/><br>
<input class="submit" id="submit" type="submit" value=" NEXT " name="Submit" style="float: right;" />
</div>
</form>
</div>
</div>
</div>
<?php require "footer_bg.php"; ?>
</body>
</html>