-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuizzes.htm
316 lines (249 loc) · 18 KB
/
Quizzes.htm
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
<!DOCTYPE html>
<html>
<head>
<!-- Site made with Mobirise Website Builder v3.10.5, https://mobirise.com -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Mobirise v3.10.5, mobirise.com">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="assets/images/fbilogo.png" type="image/x-icon">
<meta name="description" content="">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&subset=latin">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i">
<link rel="stylesheet" href="assets/bootstrap-material-design-font/css/material.css">
<link rel="stylesheet" href="assets/web/assets/mobirise-icons/mobirise-icons.css">
<link rel="stylesheet" href="assets/et-line-font-plugin/style.css">
<link rel="stylesheet" href="assets/tether/tether.min.css">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/dropdown/css/style.css">
<link rel="stylesheet" href="assets/animate.css/animate.min.css">
<link rel="stylesheet" href="assets/theme/css/style.css">
<link rel="stylesheet" href="assets/mobirise/css/mbr-additional.css" type="text/css">
</head>
<body>
<section id="ext_menu-2e">
<nav class="navbar navbar-dropdown bg-color transparent navbar-fixed-top">
<div class="container">
<div class="mbr-table">
<div class="mbr-table-cell">
<div class="navbar-brand">
<a href="index.htm" class="navbar-logo"><img src="assets/images/fbilogo.png" alt="Mobirise"></a>
<a class="navbar-caption" href="index.htm">Faith Bible Institute Study Sheets</a>
</div>
</div>
<div class="mbr-table-cell">
<button class="navbar-toggler pull-xs-right" type="button" data-toggle="collapse" data-target="#exCollapsingNavbar">
<div class="hamburger-icon"></div>
</button>
<ul class="nav-dropdown collapse pull-xs-right nav navbar-nav navbar-toggleable-xl" id="exCollapsingNavbar"><li class="nav-item"><a class="nav-link link" href="index.htm"><span class="mbri-home mbr-iconfont mbr-iconfont-btn"></span>HOME</a></li><li class="nav-item dropdown"><a class="nav-link link dropdown-toggle" href="https://mobirise.com/" data-toggle="dropdown-submenu" aria-expanded="false">ABOUT</a><div class="dropdown-menu"><a class="dropdown-item" href="aboutus.htm"><span class="etl-icon icon-book-open mbr-iconfont mbr-iconfont-btn"></span>ABOUT FBI STUDY SHEETS</a><a class="dropdown-item" href="aboutfbi.htm">ABOUT FAITH BIBLE INSTITUTE</a></div></li><li class="nav-item dropdown open"><a class="nav-link link dropdown-toggle" href="https://www.fbiclass.com/" data-toggle="dropdown-submenu" aria-expanded="true">HELP</a><div class="dropdown-menu"><a class="dropdown-item" href="Help.htm"><span class="mbri-question mbr-iconfont mbr-iconfont-btn"></span>HELP WITH USING FBI STUDY SHEETS</a><a class="dropdown-item" href="contactus.htm" aria-expanded="false"><span class="mbri-letter mbr-iconfont mbr-iconfont-btn"></span>CONTACT US</a></div></li><li class="nav-item"><a class="nav-link link" href="Info.htm" aria-expanded="false">MISCELLANEOUS INFORMATION</a></li><li class="nav-item nav-btn"><a class="nav-link btn btn-warning-outline btn-warning" href="studysheets.htm"><span class="etl-icon icon-notebook mbr-iconfont mbr-iconfont-btn"></span>START USING A STUDY SHEET</a></li><li class="nav-item nav-btn"><a class="nav-link btn btn-danger" href="salvationmessage.htm"><span class="mbri-star mbr-iconfont mbr-iconfont-btn"></span>READ IMPORTANT MESSAGE</a></li></ul>
<button hidden="" class="navbar-toggler navbar-close" type="button" data-toggle="collapse" data-target="#exCollapsingNavbar">
<div class="close-icon"></div>
</button>
</div>
</div>
</div>
</nav>
</section>
<section class="engine"><a rel="external" href="https://mobirise.com">free offline site design software download</a></section><section class="mbr-section mbr-parallax-background mbr-after-navbar" id="pricing-table2-2f" style="background-image: url(assets/images/mountainscape-wallpapers-1-2000x1250.jpg); padding-top: 80px; padding-bottom: 120px;">
<div class="mbr-section mbr-section__container mbr-section__container--middle">
<div class="container">
<div class="row">
<div class="col-xs-12 text-xs-center">
<h3 class="mbr-section-title display-2">I made a little quiz for some concepts (eg. verses) to help you memorize the harder to remember concepts.</h3>
<small class="mbr-section-subtitle">Choose below which class you would like to see the quizzes for:</small>
</div>
</div>
</div>
</div>
<div class="mbr-section mbr-section-nopadding mbr-price-table">
<div class="row">
<div class="col-xs-12 col-md-6 col-xl-3">
<div class="mbr-plan card text-xs-center">
<div class="mbr-plan-header card-block bg-primary">
<div class="mbr-plan-label">NEXT TEST!</div>
<div class="card-title">
<h3 class="mbr-plan-title"></h3>
<small class="mbr-plan-subtitle"><br>Verses and Chapter Descriptions are covered<br></small>
</div>
<div class="card-text">
<div class="mbr-price">
<span class="mbr-price-value"></span>
<span class="mbr-price-figure">Hebrew Wisdom Literature</span><small class="mbr-price-term"></small>
</div>
<small class="mbr-plan-price-desc"></small>
</div>
</div>
<div class="mbr-plan-body card-block">
<div class="mbr-plan-list"><ul class="list-group list-group-flush"></ul></div>
<div class="mbr-plan-btn"><a href="hebrewwisdomliteraturequizzes.htm" class="btn btn-danger-outline btn-danger">OPEN QUIZZES</a></div>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 col-xl-3">
<div class="mbr-plan card text-xs-center">
<div class="mbr-plan-header card-block">
<div class="card-title">
<h3 class="mbr-plan-title"></h3>
<small class="mbr-plan-subtitle"><br>Verses and Definitions are covered</small>
</div>
<div class="card-text">
<div class="mbr-price">
<span class="mbr-price-value"></span>
<span class="mbr-price-figure">New Testament<br>Epistles I</span><small class="mbr-price-term"></small>
</div>
<small class="mbr-plan-price-desc"></small>
</div>
</div>
<div class="mbr-plan-body card-block">
<div class="mbr-plan-list"><ul class="list-group list-group-flush"></ul></div>
<div class="mbr-plan-btn"><a href="newtestamentepistles1quizzes.htm" class="btn btn-danger-outline btn-danger">OPEN QUIZZES</a></div>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 col-xl-3">
<div class="mbr-plan card text-xs-center">
<div class="mbr-plan-header card-block">
<div class="card-title">
<h3 class="mbr-plan-title"></h3>
<small class="mbr-plan-subtitle"><br>Verses and people are covered<br></small>
</div>
<div class="card-text">
<div class="mbr-price">
<span class="mbr-price-value"></span>
<span class="mbr-price-figure">Judges and Single Kingdom</span><small class="mbr-price-term"></small>
</div>
<small class="mbr-plan-price-desc"></small>
</div>
</div>
<div class="mbr-plan-body card-block">
<div class="mbr-plan-list"><ul class="list-group list-group-flush"></ul></div>
<div class="mbr-plan-btn"><a href="judgesandsinglekingdomquizzes.htm" class="btn btn-danger-outline btn-danger">OPEN QUIZZES</a></div>
</div>
</div>
</div>
<div class="col-xs-12 col-md-6 col-xl-3">
<div class="mbr-plan card text-xs-center">
<div class="mbr-plan-header card-block">
<div class="card-title">
<h3 class="mbr-plan-title"></h3>
<small class="mbr-plan-subtitle"></small>
</div>
<div class="card-text">
<div class="mbr-price">
<span class="mbr-price-value"></span>
<span class="mbr-price-figure">Contact us here</span><small class="mbr-price-term"></small>
</div>
<small class="mbr-plan-price-desc">Do you want something else quizzed in these little quizzes? Let me know by contacting me on the contact page.</small>
</div>
</div>
<div class="mbr-plan-body card-block">
<div class="mbr-plan-list"><ul class="list-group list-group-flush"></ul></div>
<div class="mbr-plan-btn"><a href="contactus.htm" class="btn btn-danger-outline btn-danger">CONTACT US</a></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-info mbr-info-extra mbr-section mbr-section-md-padding" id="msg-box1-2g" style="background-color: rgb(242, 242, 242); padding-top: 90px; padding-bottom: 90px;">
<div class="container">
<div class="row">
<div class="mbr-table-md-up">
<div class="mbr-table-cell mbr-right-padding-md-up col-md-8 text-xs-center text-md-left">
<h3 class="mbr-info-title mbr-section-title display-2">Open the Student Booklet</h3>
</div>
<div class="mbr-table-cell col-md-4">
<div class="text-xs-center"><a class="btn btn-danger" href="StudentBooklet/StudySheet.htm">OPEN HERE</a></div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-info mbr-info-extra mbr-section mbr-section-md-padding" id="msg-box1-2h" style="background-color: rgb(242, 242, 242); padding-top: 90px; padding-bottom: 90px;">
<div class="container">
<div class="row">
<div class="mbr-table-md-up">
<div class="mbr-table-cell mbr-right-padding-md-up col-md-8 text-xs-center text-md-left">
<h2 class="mbr-info-subtitle mbr-section-subtitle"></h2>
<h3 class="mbr-info-title mbr-section-title display-2">The Bible says that you can know for sure that you have eternal life!</h3>
</div>
<div class="mbr-table-cell col-md-4">
<div class="text-xs-center"><a class="btn btn-danger" href="salvationmessage.htm">FIND OUT HOW!</a></div>
</div>
</div>
</div>
</div>
</section>
<section class="mbr-footer mbr-section mbr-section-md-padding" id="contacts5-2i" style="background-color: rgb(197, 226, 242); padding-top: 60px; padding-bottom: 60px;">
<div class="row">
<div class="mbr-company col-xs-12 col-md-6 col-lg-3">
<div class="mbr-company card">
<div><a href="index.htm"><img src="assets/images/fbilogo.png" class="card-img-top" title="Faith Bible Institute Study Sheets"></a></div>
<div class="card-block">
<p class="card-text">Thank you for using the Faith Bible Institute Study Sheets. I pray they are a blessing you.</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<span class="list-group-icon"><span class="mbri-star mbr-iconfont-company-contacts5"></span></span>
<span class="list-group-text"><a href="salvationmessage.htm" class="text-danger">Read Life or death message from me</a></span>
</li>
<li class="list-group-item">
<span class="list-group-icon"><span class="etl-icon icon-book-open mbr-iconfont-company-contacts5"></span></span>
<span class="list-group-text"><a href="studysheets.htm" class="text-danger">Go to the Study Sheets</a></span>
</li>
<li class="list-group-item active">
<span class="list-group-icon"><span class="etl-icon icon-envelope mbr-iconfont-company-contacts5"></span></span>
<span class="list-group-text"><a href="ContactUs.htm" class="text-danger">Contact us</a></span>
</li>
</ul>
</div>
</div>
<div class="mbr-footer-content col-xs-12 col-md-6 col-lg-3">
<h4>You are invited to</h4>
<ul><font color="#bcbcbc"><span style="font-size: 14px; line-height: 25px;"><a href="http://biblebaptistfairbanks.com" target="_blank">Bible Baptist Church</a></span></font><div><font color="#bcbcbc"><span style="font-size: 14px; line-height: 25px;">32 Adak Ave.</span></font></div><div><font color="#bcbcbc"><span style="font-size: 14px; line-height: 25px;">Fairbanks, AK 99701</span></font></div><div><font color="#bcbcbc"><span style="font-size: 14px; line-height: 25px;">907-45TRUTH (458-7884)</span></font></div><div><font color="#bcbcbc"><span style="font-size: 14px; line-height: 25px;">Because only Truth will make you free</span></font></div><div><font color="#bcbcbc"><span style="font-size: 14px; line-height: 25px;">BibleBaptistFairbanks.com</span></font></div></ul>
</div>
<div class="mbr-footer-content col-xs-12 col-md-6 col-lg-3">
<p>You can attend Faith Bible Institute Classes at Bible Baptist Church (See contact information to the left). You can find out your closest Faith Bible Institute location or anything else about Faith Bible Institute on the web at:<br><a href="http://www.fbiclass.com" target="_blank" class="text-danger">www.FBIClass.com</a><br><br><br></p>
</div>
<div class="col-xs-12 col-md-6 col-lg-3" data-form-type="formoid">
<div data-form-alert="true">
<div hidden="" data-form-alert-success="true">Thank you for contacting us!</div>
</div>
<form action="https://mobirise.com/" method="post" data-form-title="MESSAGE">
<input type="hidden" value="SVwo4ne184/SY6OFZ3rtbN6CioAXJ9fSCOUzRAMv2tHbRTNyjfdJr3dziXuw/p3xBRVz+uPKh0s5C4Z+fRfILFFQB+wI6NUZEHzHOih0S1wvPCSi39bLzkaHs/zmljc3" data-form-email="true">
<div class="form-group">
<label class="form-control-label" for="contacts5-2i-name">Name<span class="form-asterisk">*</span></label>
<input type="text" class="form-control input-sm input-inverse" name="name" required="" data-form-field="Name" id="contacts5-2i-name">
</div>
<div class="form-group">
<label class="form-control-label" for="contacts5-2i-email">Email<span class="form-asterisk">*</span></label>
<input type="email" class="form-control input-sm input-inverse" name="email" required="" data-form-field="Email" id="contacts5-2i-email">
</div>
<div class="form-group">
<label class="form-control-label" for="contacts5-2i-message">Your message</label>
<textarea class="form-control input-sm input-inverse" name="message" data-form-field="Message" rows="5" id="contacts5-2i-message"></textarea>
</div>
<div><button type="submit" class="btn btn-sm btn-info">Contact us</button></div>
</form>
</div>
</div>
</section>
<script src="assets/web/assets/jquery/jquery.min.js"></script>
<script src="assets/tether/tether.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/smooth-scroll/SmoothScroll.js"></script>
<script src="assets/dropdown/js/script.min.js"></script>
<script src="assets/touchSwipe/jquery.touchSwipe.min.js"></script>
<script src="assets/jarallax/jarallax.js"></script>
<script src="assets/viewportChecker/jquery.viewportchecker.js"></script>
<script src="assets/theme/js/script.js"></script>
<script src="assets/formoid/formoid.min.js"></script>
<input name="animation" type="hidden">
<a href="SalvationMessage.htm" style="position: fixed; bottom: 20px; right: 50px; border: 0; z-index: 999; display: block;">
<img src="assets/images/king-james-bible.png"
alt="Read Salvation Message">
</a>
</a>
</body>
</html>