-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathquestion-pattern.html
329 lines (320 loc) · 18.1 KB
/
question-pattern.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Jobs Finder</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Nunito:400,400i,600,600i,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet"> </head>
<body>
<!--===== top nav ====-->
<section class="top-nav">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="left-menu">
<ul>
<li><a href="#"><i class="fa fa-phone" aria-hidden="true"></i>contact us</a></li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="menu">
<ul>
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- ===== menu navbar ====-->
<section id="menu-navbar">
<div class="nav-bar">
<nav class="navbar navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="#"><img src="image/../image/logo.png"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="#">Tranning</a></li>
<li><a href="#">Jobs</a></li>
<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resource <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Career Guide</a></li>
<li><a href="#">Interview Tips</a></li>
<li><a href="#">Resume Tips</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<p class="text-center"><a href="#" class="btn btn-primary btn-lg" role="button" data-toggle="modal" data-target="#login-modal">sign in</a></p>
</li>
<li>
<button type="button" class="btn btn-primary btn-lg btlg-2" data-toggle="modal" data-target="#myModal"> create account</button>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
</div>
</section>
<!--menu navbar end-->
<!-- ======>Sign In id<=====-->
<section class="sign-in-id">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="modal fade" id="login-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header" align="center"> <img class="img-circle" id="img_logo" src="image/logo.png" alt="image">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span class="glyphicon glyphicon-remove" aria-hidden="true"></span> </button>
</div>
<!-- radio Button -->
<div class="choice-login-18jan">
<label>
<input type="radio" name="gender" value="female"> Job Holder
<input type="radio" name="gender" value="other">Candidate </label>
</div>
<div id="div-forms">
<form id="login-form">
<div class="modal-body">
<input id="login_username" class="form-control" type="text" placeholder="Username (type ERROR for error effect)" required>
<input id="login_password" class="form-control" type="password" placeholder="Password" required>
<div class="checkbox">
<label>
<input type="checkbox"> Remember me </label>
</div>
</div>
<div class="modal-footer">
<div>
<button type="submit" class="btn btn-primary btn-lg btn-block pr-button">Login</button>
</div>
<div>
<button id="login_lost_btn" type="button" class="btn btn-link">Forget Password?</button>
</div>
</div>
</form>
<form id="lost-form" style="display:none;">
<div class="modal-body">
<input id="lost_email" class="form-control" type="text" placeholder="E-Mail (type ERROR for error effect)" required> </div>
<div class="modal-footer">
<div>
<button type="submit" class="btn btn-primary btn-lg btn-block pr-button">Send</button>
</div>
<div>
<button id="lost_login_btn" type="button" class="btn btn-link">Log In</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=======> create account option <=======-->
<section class="craeate-account-id">
<div class="container">
<div class="banner-inner text-center">
<div class="row">
<!-- Craeate modal-->
<div class="col-md-12">
<div class="login-wrapper">
<!-- Button trigger modal -->
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content model-content-feb5">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Create Your Account</h4> </div>
<div class="modal-body">
<div class="row">
<div class="col-md-6 ">
<div class="jobseeker"> <i class="fa fa-user-secret" aria-hidden="true"></i>
<h3>Job Seeker</h3>
<p>Post/Manage resume and apply to right jobs in the easiest way</p>
<h5 class="lead"><a href="registration.html">Create Account </a></h5> </div>
</div>
<div class="col-md-6 ">
<div class="jobseeker"> <i class="fa fa-user-circle-o" aria-hidden="true"></i>
<h3>Job Holder</h3>
<p>Post/Manage resume and apply to right jobs in the easiest way</p>
<h5 class="lead"><a href="registration.html">Create Account </a></h5> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="question">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li class="active">Question</li>
</ol>
<div class="question-list7jan">
<h3 class="text-center">English TEST</h3>
<hr>
<div class="question-html">
<h4>1. Emma has always been fascinated by the way the mind works, so she’s decided to get a degree in?</h4>
<form action="">
<input type="checkbox" name="vehicle"> pshycology
<br>
<input type="checkbox" name="vehicle"> psycology
<br>
<input type="checkbox" name="vehicle"> psyhcology
<br>
<input type="checkbox" name="vehicle"> psychology </form>
</div>
<div class="question-html">
<h4>2. Peter always makes such a _____________ of himself!?</h4>
<form action="">
<input type="checkbox" name="vehicle"> true
<br>
<input type="checkbox" name="vehicle"> false
<br>
<input type="checkbox" name="vehicle"> O
<br>
<input type="checkbox" name="vehicle"> 1 </form>
</div>
<div class="question-html">
<h4>3.The crowd ________________ me on my acceptance into Mensa.?</h4>
<form action="">
<input type="checkbox" name="vehicle"> congradulated
<br>
<input type="checkbox" name="vehicle"> congrachulated
<br>
<input type="checkbox" name="vehicle"> congratulated
<br>
<input type="checkbox" name="vehicle"> congratilated </form>
</div>
<div class="question-html">
<h4>4.Sally’s nervous __________ left her standing at the altar.?</h4>
<form action="">
<input type="checkbox" name="vehicle"> fiancé
<br>
<input type="checkbox" name="vehicle"> finance
<br>
<input type="checkbox" name="vehicle"> feancé
<br>
<input type="checkbox" name="vehicle"> fience </form>
</div>
<div class="question-html">
<h4>
5. Which of the following options means, “the owner or manager of a restaurant”?
Or ( Choose the correct spelling of the word from the options below. )?
</h4>
<form action="">
<input type="checkbox" name="vehicle"> Restaureter
<br>
<input type="checkbox" name="vehicle"> Restaurater
<br>
<input type="checkbox" name="vehicle"> Restaurateur
<br>
<input type="checkbox" name="vehicle"> Restourateur </form>
</div>
<div class="question-html">
<h4>
6.The clown’s performance was _______________, to say the least.?
</h4>
<form action="">
<input type="checkbox" name="vehicle"> dissapointing
<br>
<input type="checkbox" name="vehicle"> dissappointing
<br>
<input type="checkbox" name="vehicle"> disapointing
<br>
<input type="checkbox" name="vehicle"> disappointing </form>
</div>
<div class="question-html">
<h4>
7.Let me tie your mittens to your sleeves so you don’t ______________ them.
</h4>
<form action="">
<input type="checkbox" name="vehicle"> loose;
<br>
<input type="checkbox" name="vehicle"> looze;
<br>
<input type="checkbox" name="vehicle"> lose;
<br>
<input type="checkbox" name="vehicle"> louse; </form>
</div>
<div class="question-html">
<h4>
8.Choose the correct spelling of the word from the options below?
</h4>
<form action="">
<input type="checkbox" name="vehicle"> Pronounciation
<br>
<input type="checkbox" name="vehicle"> Pronuciation
<br>
<input type="checkbox" name="vehicle"> Pronuncitation
<br>
<input type="checkbox" name="vehicle"> Pronunciation </form>
</div>
<div class="question-html">
<h4>
9. The professor made it clear that ___________ would not be tolerated.?
</h4>
<form action="">
<input type="checkbox" name="vehicle"> plagiarism.
<br>
<input type="checkbox" name="vehicle"> plagiarizm.
<br>
<input type="checkbox" name="vehicle"> plagerism.
<br>
<input type="checkbox" name="vehicle"> plagirism. </form>
</div>
<div class="question-html">
<h4>
10. Identify the misspelled word in the list below.?
</h4>
<form action="">
<input type="checkbox" name="vehicle"> Parallel.
<br>
<input type="checkbox" name="vehicle"> Prevalent.
<br>
<input type="checkbox" name="vehicle"> Prejudice.
<br>
<input type="checkbox" name="vehicle"> Perserverance. </form>
</div>
</div>
</div>
<!--col-->
</div>
</div>
</div>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>