Mercurial Hosting > arkian
comparison src/ot.js @ 0:45a3989c3447
start public repo
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 11 Sep 2025 15:26:39 -0600 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:45a3989c3447 |
---|---|
1 'use strict'; | |
2 | |
3 let allQuestions = [ | |
4 { | |
5 "q": "The Old Testament was written in what language?", | |
6 "a": [ | |
7 "Hebrew", | |
8 "Dutch", | |
9 "Middle English", | |
10 "Coptic" | |
11 ] | |
12 }, | |
13 { | |
14 "q": "On which day of creation in the book of Genesis did God create man?", | |
15 "a": [ | |
16 "The sixth day", | |
17 "The first day", | |
18 "The 12th day", | |
19 "The fifth day" | |
20 ] | |
21 }, | |
22 { | |
23 "q": "In which Bible book can you find this verse: \"Be fruitful and multiply and fill the waters in the seas, and let fowl multiply in the earth\"?", | |
24 "a": [ | |
25 "Genesis", | |
26 "Nehemiah", | |
27 "Joshua", | |
28 "Revelation" | |
29 ] | |
30 }, | |
31 { | |
32 "q": "What is the first thing that God said to people?", | |
33 "a": [ | |
34 "Be fruitful and multiply", | |
35 "Fear Yehovah your God", | |
36 "Love Yehovah your God with all your heart", | |
37 "You are free to eat from any tree of the garden, but you must not eat from the tree of the knowledge of good and evil" | |
38 ] | |
39 }, | |
40 { | |
41 "q": "On what day did God rest during creation?", | |
42 "a": [ | |
43 "The seventh day", | |
44 "The first day", | |
45 "God never rested.", | |
46 "The 12th day" | |
47 ] | |
48 }, | |
49 { | |
50 "q": "From which part of Adam's body did God create Eve?", | |
51 "a": [ | |
52 "Adam's rib", | |
53 "Adam's thumb", | |
54 "Adam's shoulder", | |
55 "Adam's forearm" | |
56 ] | |
57 }, | |
58 { | |
59 "q": "Why did Adam eat the forbidden fruit?", | |
60 "a": [ | |
61 "Because Eve gave him some", | |
62 "Because the serpent told him to", | |
63 "Because he was curious to try it", | |
64 "Because he was hungry" | |
65 ] | |
66 }, | |
67 { | |
68 "q": "What is the name of Abel's brother in the book of Genesis?", | |
69 "a": [ | |
70 "Cain", | |
71 "Joseph", | |
72 "Isaac", | |
73 "Ham" | |
74 ] | |
75 }, | |
76 { | |
77 "q": "What did Cain offer as a sacrifice to God?", | |
78 "a": [ | |
79 "Crops", | |
80 "Sheep", | |
81 "Cheese", | |
82 "Nothing" | |
83 ] | |
84 }, | |
85 { | |
86 "q": "What did Abel offer as a sacrifice to God?", | |
87 "a": [ | |
88 "Sheep", | |
89 "Crops", | |
90 "Cheese", | |
91 "Nothing" | |
92 ] | |
93 }, | |
94 { | |
95 "q": "Why does Cain kill his brother Abel?", | |
96 "a": [ | |
97 "Because God is more pleased by Abel’s sacrifice than by Cain’s", | |
98 "Because the serpent tells him to", | |
99 "Because Abel teases Cain", | |
100 "Because Adam loves Abel more" | |
101 ] | |
102 }, | |
103 { | |
104 "q": "Who was not one of Noah's sons?", | |
105 "a": [ | |
106 "David", | |
107 "Shem", | |
108 "Japheth", | |
109 "Ham" | |
110 ] | |
111 }, | |
112 { | |
113 "q": "Why did God flood the world at the time of Noah?", | |
114 "a": [ | |
115 "Because the earth was filled with wickedness", | |
116 "Because people had stopped believing in God", | |
117 "Because people worshipped other gods", | |
118 "Because the earth was filled with Nephilim" | |
119 ] | |
120 }, | |
121 { | |
122 "q": "In which book can you find the following scripture: \"And of every living thing of all flesh, two of every sort shalt thou bring into the ark, to keep them alive with thee; they shall be male and female.\"", | |
123 "a": [ | |
124 "Genesis", | |
125 "Lamentations", | |
126 "John", | |
127 "Romans" | |
128 ] | |
129 }, | |
130 { | |
131 "q": "According to the book of Genesis, in what state did Ham discover Noah?", | |
132 "a": [ | |
133 "Drunk and naked", | |
134 "Fearful of his son", | |
135 "Crying hysterically", | |
136 "Laughing uncontrollably" | |
137 ] | |
138 }, | |
139 { | |
140 "q": "In Genesis, what did God say was the reason that people in Babylon had too much power?", | |
141 "a": [ | |
142 "They shared one language.", | |
143 "They were arrogant.", | |
144 "They were a large empire.", | |
145 "They worshipped Satan." | |
146 ] | |
147 }, | |
148 { | |
149 "q": "What did Abraham do when he went to Egypt to avoid being killed?", | |
150 "a": [ | |
151 "He told his wife to say that she is his sister.", | |
152 "He prayed to God.", | |
153 "He kept out of sight.", | |
154 "He gave gifts to the Pharaoh." | |
155 ] | |
156 }, | |
157 { | |
158 "q": "How did Abraham avoid conflict with Lot?", | |
159 "a": [ | |
160 "They went their separate ways.", | |
161 "They agreed to live in peace.", | |
162 "Abraham asked God to prevent conflict.", | |
163 "Abraham married Lot's sister." | |
164 ] | |
165 }, | |
166 { | |
167 "q": "Who was the mother of Abraham's first son?", | |
168 "a": [ | |
169 "Hagar", | |
170 "Sarah", | |
171 "Rebekah", | |
172 "Rachel" | |
173 ] | |
174 }, | |
175 { | |
176 "q": "What is the name of Abraham's first son?", | |
177 "a": [ | |
178 "Ishmael", | |
179 "Isaac", | |
180 "Moses", | |
181 "Ham" | |
182 ] | |
183 }, | |
184 { | |
185 "q": "What did God's covenant with Abraham require of him and his descendants?", | |
186 "a": [ | |
187 "Circumcision", | |
188 "Keeping the Sabbath", | |
189 "Remaining faithful to God", | |
190 "Keeping the Ten Commandments" | |
191 ] | |
192 }, | |
193 { | |
194 "q": "What did Abraham do when God warned him about Sodom and Gomorrah?", | |
195 "a": [ | |
196 "Abraham questioned God.", | |
197 "Abraham was silent.", | |
198 "Abraham prayed for the people of Sodom and Gomorrah.", | |
199 "Abraham warned Lot." | |
200 ] | |
201 }, | |
202 { | |
203 "q": "What did the angels tell Lot to do in Sodom?", | |
204 "a": [ | |
205 "Leave", | |
206 "Pray", | |
207 "Warn the people", | |
208 "Love his neighbors" | |
209 ] | |
210 }, | |
211 { | |
212 "q": "What reason did the angels give Lot for planning to destroy Sodom and Gomorrah?", | |
213 "a": [ | |
214 "Because the outcry against its people was so great", | |
215 "Because they had homosexuality", | |
216 "Because they worshipped idols", | |
217 "Because they insulted God" | |
218 ] | |
219 }, | |
220 { | |
221 "q": "How did God destroy Sodom and Gomorrah?", | |
222 "a": [ | |
223 "With brimstone and fire", | |
224 "With a torrential downpour", | |
225 "With a swarm of locusts", | |
226 "With an earthquake" | |
227 ] | |
228 }, | |
229 { | |
230 "q": "Why did Lot's wife become a pillar of salt?", | |
231 "a": [ | |
232 "Because she looked back at Sodom", | |
233 "Because she didn't leave Sodom", | |
234 "Because she worshipped idols", | |
235 "Because she insulted God" | |
236 ] | |
237 }, | |
238 { | |
239 "q": "Which book of the Bible tells the story of Lot's wife?", | |
240 "a": [ | |
241 "Genesis", | |
242 "Titus", | |
243 "Lot", | |
244 "Ruth" | |
245 ] | |
246 }, | |
247 { | |
248 "q": "Who was the father of Lot's daughter's child?", | |
249 "a": [ | |
250 "Lot", | |
251 "Her husband", | |
252 "A man from the local village", | |
253 "Abraham" | |
254 ] | |
255 }, | |
256 { | |
257 "q": "Which of the following is not a sign of God’s covenant, or promise, with Abraham?", | |
258 "a": [ | |
259 "God destroying the cities of Sodom and Gomorrah", | |
260 "The rite of circumcision", | |
261 "God renaming Abraham and his wife Sarah", | |
262 "God providing Sarah with a son, Isaac" | |
263 ] | |
264 }, | |
265 { | |
266 "q": "Why did Hagar leave Abraham?", | |
267 "a": [ | |
268 "Because Sarah asked Abraham to make her leave", | |
269 "Because Sarah threatened Hagar", | |
270 "Because Hagar wanted to return to her people", | |
271 "Because God commanded Hagar to leave" | |
272 ] | |
273 }, | |
274 { | |
275 "q": "God instructed Abraham to sacrifice what?", | |
276 "a": [ | |
277 "His son, Isaac", | |
278 "His wife, Sarah", | |
279 "A serpent", | |
280 "His concubine, Hagar" | |
281 ] | |
282 }, | |
283 { | |
284 "q": "Who was Isaac's wife?", | |
285 "a": [ | |
286 "Rebekah", | |
287 "Sarah", | |
288 "Rachel", | |
289 "Leah" | |
290 ] | |
291 }, | |
292 { | |
293 "q": "How did Isaac find his wife?", | |
294 "a": [ | |
295 "Abraham sent his servant to find her", | |
296 "Isaac went to Abraham's family to find her", | |
297 "Abraham arranged the marriage", | |
298 "Isaac found her among the local people" | |
299 ] | |
300 }, | |
301 { | |
302 "q": "Who was Jacob's father?", | |
303 "a": [ | |
304 "Isaac", | |
305 "Abraham", | |
306 "Noah", | |
307 "Joseph" | |
308 ] | |
309 }, | |
310 { | |
311 "q": "Who was Isaac's first son?", | |
312 "a": [ | |
313 "Esau", | |
314 "Jacob", | |
315 "Joseph", | |
316 "Abraham" | |
317 ] | |
318 }, | |
319 { | |
320 "q": "What happened to Esau's birthright?", | |
321 "a": [ | |
322 "He sold it for food", | |
323 "He kept it.", | |
324 "He gave it away.", | |
325 "He was forced to sell it." | |
326 ] | |
327 }, | |
328 { | |
329 "q": "How does Jacob steal his brother Esau’s inheritance rights?", | |
330 "a": [ | |
331 "By tricking his father with the help of his mother", | |
332 "By killing his brother", | |
333 "By sleeping with his mother", | |
334 "By exposing Esau’s plan to murder his father" | |
335 ] | |
336 }, | |
337 { | |
338 "q": "Who was Jacob's first wife?", | |
339 "a": [ | |
340 "Leah", | |
341 "Rachel", | |
342 "Rebekah", | |
343 "Sarah" | |
344 ] | |
345 }, | |
346 { | |
347 "q": "How many wives did Jacob have?", | |
348 "a": [ | |
349 "2", | |
350 "1", | |
351 "3", | |
352 "4" | |
353 ] | |
354 }, | |
355 { | |
356 "q": "Who was Jacob's father-in-law?", | |
357 "a": [ | |
358 "Laban", | |
359 "Noah", | |
360 "Moses", | |
361 "Isaac" | |
362 ] | |
363 }, | |
364 { | |
365 "q": "What is Jacob’s alternate name?", | |
366 "a": [ | |
367 "Israel", | |
368 "Judah", | |
369 "Isaac", | |
370 "Ishmael" | |
371 ] | |
372 }, | |
373 { | |
374 "q": "What happened when Dinah was defiled?", | |
375 "a": [ | |
376 "Her brothers slaughtered the men of the town of the defiler.", | |
377 "God punished the defiler.", | |
378 "The defiler was punished by his own community.", | |
379 "The defiler was forced to marry Dinah." | |
380 ] | |
381 }, | |
382 { | |
383 "q": "How many sons does Jacob have?", | |
384 "a": [ | |
385 "Twelve", | |
386 "Three", | |
387 "Four", | |
388 "Ten" | |
389 ] | |
390 }, | |
391 { | |
392 "q": "Why did Joseph leave his family?", | |
393 "a": [ | |
394 "Because his brothers sold him into slavery", | |
395 "Because he left looking for a wife", | |
396 "Because there was famine where he lived", | |
397 "Because God instructed him to leave" | |
398 ] | |
399 }, | |
400 { | |
401 "q": "Who was the father of Tamar's (Judah's daugher-in-law's) children?", | |
402 "a": [ | |
403 "Judah", | |
404 "Her husband", | |
405 "Her brother-in-law", | |
406 "Joseph" | |
407 ] | |
408 }, | |
409 { | |
410 "q": "Where did Joseph go when he left his family?", | |
411 "a": [ | |
412 "Egypt", | |
413 "Israel", | |
414 "Babylon", | |
415 "Ur" | |
416 ] | |
417 }, | |
418 { | |
419 "q": "Why did Joseph leave Potiphar's house?", | |
420 "a": [ | |
421 "Because he was sent to prison", | |
422 "Because the Pharaoh hired him", | |
423 "Because he escaped from servitude", | |
424 "Because he had a dream which warned him to leave" | |
425 ] | |
426 }, | |
427 { | |
428 "q": "How did Joseph become an administrator under Pharaoh?", | |
429 "a": [ | |
430 "By interpreting his dreams", | |
431 "By performing miracles", | |
432 "Because God told Pharaoh to select him", | |
433 "By being recommended by Pharaoh's advisors" | |
434 ] | |
435 }, | |
436 { | |
437 "q": "What did Joseph do as administrator of Egypt?", | |
438 "a": [ | |
439 "Gather and store food", | |
440 "Increase the rights of the Egyptians", | |
441 "Promote worship of God", | |
442 "Free the slaves" | |
443 ] | |
444 }, | |
445 { | |
446 "q": "From which catastrophe does Joseph save Egypt?", | |
447 "a": [ | |
448 "Famine", | |
449 "A plague", | |
450 "Military invasion", | |
451 "A flood" | |
452 ] | |
453 }, | |
454 { | |
455 "q": "Why did Joseph's brothers go to Egypt?", | |
456 "a": [ | |
457 "To buy food", | |
458 "To visit Joseph", | |
459 "Because the Pharaoh invited them", | |
460 "Because they were captured by the Egyptians" | |
461 ] | |
462 }, | |
463 { | |
464 "q": "What happened when Joseph's brothers first met Joseph in Egypt?", | |
465 "a": [ | |
466 "Joseph recognized them but they didn't recognize him.", | |
467 "They were glad to be together again.", | |
468 "They didn't recognize each other.", | |
469 "They thanked God for being reunited." | |
470 ] | |
471 }, | |
472 { | |
473 "q": "What did Joseph do when the Egyptians ran out of food?", | |
474 "a": [ | |
475 "Made them sell their land and themselves into slavery", | |
476 "Gave them the food he had saved as charity", | |
477 "Let them starve because of their lack of foresight", | |
478 "Made them pledge allegiance to the Pharaoh in exchange for food" | |
479 ] | |
480 }, | |
481 { | |
482 "q": "How many tribes of Israel does the Old Testament mention?", | |
483 "a": [ | |
484 "12", | |
485 "35", | |
486 "66", | |
487 "Three" | |
488 ] | |
489 }, | |
490 { | |
491 "q": "Where did Pharaoh's daughter discover baby Moses?", | |
492 "a": [ | |
493 "In an ark of bulrushes", | |
494 "Up in a tree", | |
495 "Hidden among rocks", | |
496 "Protected by wolves" | |
497 ] | |
498 }, | |
499 { | |
500 "q": "Why did Moses first leave Egypt?", | |
501 "a": [ | |
502 "Because he was wanted for murder", | |
503 "Because God commanded Moses to leave", | |
504 "Because Pharaoh felt threatened by Moses", | |
505 "Because the Hebrews were persecuted in Egypt" | |
506 ] | |
507 }, | |
508 { | |
509 "q": "Who was Moses's first wife?", | |
510 "a": [ | |
511 "A Midianite", | |
512 "A Levite", | |
513 "An Egyptian", | |
514 "A Hebrew" | |
515 ] | |
516 }, | |
517 { | |
518 "q": "How does God first appear to Moses?", | |
519 "a": [ | |
520 "As a burning bush", | |
521 "As a group of three men", | |
522 "As an angel", | |
523 "As a flaming sword" | |
524 ] | |
525 }, | |
526 { | |
527 "q": "What object that God gives Moses allows him to perform signs and wonders?", | |
528 "a": [ | |
529 "A wooden staff", | |
530 "The stone tablets", | |
531 "A colorful robe", | |
532 "A golden censer" | |
533 ] | |
534 }, | |
535 { | |
536 "q": "According to the book of Exodus, when Moses and Aaron went unto Pharaoh, Aaron cast down his rod which turned into what?", | |
537 "a": [ | |
538 "A Serpent", | |
539 "A Bible", | |
540 "Dust", | |
541 "A pillar of salt" | |
542 ] | |
543 }, | |
544 { | |
545 "q": "What was the last plague on Egypt before the Israelites left?", | |
546 "a": [ | |
547 "Death of firstborn males", | |
548 "Plague of locusts", | |
549 "Hail", | |
550 "Water turned to blood" | |
551 ] | |
552 }, | |
553 { | |
554 "q": "What did the Israelites in Egypt do to be passed over (unharmed) in the last plague?", | |
555 "a": [ | |
556 "Put animal blood on their doorposts", | |
557 "Notify Moses that they should be passed over", | |
558 "Pray that they are not affected", | |
559 "Leave their homes before the plague" | |
560 ] | |
561 }, | |
562 { | |
563 "q": "Which holiday commemorates the Israelites leaving Egypt?", | |
564 "a": [ | |
565 "Passover", | |
566 "Yom Kippur", | |
567 "Purim", | |
568 "Hanukkah" | |
569 ] | |
570 }, | |
571 { | |
572 "q": "What is prohibited during Passover?", | |
573 "a": [ | |
574 "Eating leavened bread", | |
575 "Travel", | |
576 "Eating meat", | |
577 "Drinking alcohol" | |
578 ] | |
579 }, | |
580 { | |
581 "q": "What body of water did Moses part so that the children of Israel could escape the Egyptians?", | |
582 "a": [ | |
583 "The Red Sea", | |
584 "The Arctic Ocean", | |
585 "The Sea of Galilee", | |
586 "The Indian Ocean" | |
587 ] | |
588 }, | |
589 { | |
590 "q": "What happened to the Egyptian forces that pursued the Israelites when they left Egypt?", | |
591 "a": [ | |
592 "They drowned.", | |
593 "They had to stop because the water blocked them.", | |
594 "They couldn't catch up to the Israelites, so they turned back.", | |
595 "They stopped when God warned them to stop." | |
596 ] | |
597 }, | |
598 { | |
599 "q": "How does God feed the Israelites in the desert?", | |
600 "a": [ | |
601 "By a strange bread-like substance from heaven", | |
602 "By miraculously providing fish from the Red Sea", | |
603 "By food produced from Moses’s staff", | |
604 "By an endless supply of produce from Egypt" | |
605 ] | |
606 }, | |
607 { | |
608 "q": "What is the name of the place where Moses received the Ten Commandments from God?", | |
609 "a": [ | |
610 "Mount Sinai", | |
611 "Mount Moriah", | |
612 "Mount Everest", | |
613 "Mount Fuji" | |
614 ] | |
615 }, | |
616 { | |
617 "q": "Which of these is not one of the Ten Commandments?", | |
618 "a": [ | |
619 "Do not question God.", | |
620 "Do not worship other gods.", | |
621 "Do not worship idols.", | |
622 "Do not misuse God's name." | |
623 ] | |
624 }, | |
625 { | |
626 "q": "Which of these is not one of the Ten Commandments?", | |
627 "a": [ | |
628 "Do not hate your neighbor.", | |
629 "Do not murder.", | |
630 "Do not commit adultery.", | |
631 "Do not steal." | |
632 ] | |
633 }, | |
634 { | |
635 "q": "According to the Old Testament, when is the Sabbath?", | |
636 "a": [ | |
637 "On the seventh day", | |
638 "On the first day", | |
639 "On Saturday", | |
640 "On Sunday" | |
641 ] | |
642 }, | |
643 { | |
644 "q": "What is the Old Testament rule about lending money?", | |
645 "a": [ | |
646 "You cannot charge interest to another Israelite.", | |
647 "You cannot charge interest to anyone.", | |
648 "You cannot charge unreasonable interest.", | |
649 "You cannot charge interest to the poor." | |
650 ] | |
651 }, | |
652 { | |
653 "q": "What were the Israelites required to do with the Canaanites in Israel?", | |
654 "a": [ | |
655 "Drive them out", | |
656 "Tolerate them as long as they did no harm", | |
657 "Convert them to believe in God", | |
658 "Make them slaves" | |
659 ] | |
660 }, | |
661 { | |
662 "q": "What did the Israelites do while Moses went up Mount Sinai to get the inscribed tablets with the Ten Commandments?", | |
663 "a": [ | |
664 "Aaron made a golden calf and the Israelites worshipped it.", | |
665 "They waited patiently and prayed for Moses's safe return.", | |
666 "They suggested making a golden calf but Aaron stopped them.", | |
667 "The Israelites made a golden calf in spite of Aaron's objections." | |
668 ] | |
669 }, | |
670 { | |
671 "q": "Why does Moses break the stone tablets inscribed with God’s commandments at Mount Sinai?", | |
672 "a": [ | |
673 "Because the people are worshipping a golden idol", | |
674 "Because he trips walking down the mountain", | |
675 "Because God commands him to", | |
676 "Because Moses refuses to lead the people any longer" | |
677 ] | |
678 }, | |
679 { | |
680 "q": "What did Moses do after discovering that the Israelites worshipped a golden calf?", | |
681 "a": [ | |
682 "Had those on the side of God slaughter the rest", | |
683 "Forced everyone to repent", | |
684 "Prayed for the salvation of the Israelites", | |
685 "Forgave the Israelites for what they had done" | |
686 ] | |
687 }, | |
688 { | |
689 "q": "What is not explicitly prohibited to eat in the Old Testament?", | |
690 "a": [ | |
691 "Meat and dairy together", | |
692 "Pork", | |
693 "Shellfish", | |
694 "Dog meat" | |
695 ] | |
696 }, | |
697 { | |
698 "q": "What is not prohibited in the Old Testament", | |
699 "a": [ | |
700 "Prostitution", | |
701 "Tattoos", | |
702 "Divination", | |
703 "Eating food with blood in it" | |
704 ] | |
705 }, | |
706 { | |
707 "q": "What wive(s) did Moses have?", | |
708 "a": [ | |
709 "2 non-Hebrew wives", | |
710 "2 Hebrew wives", | |
711 "1 Hebrew wife and 1 non-Hebrew wife", | |
712 "1 Hebrew wife" | |
713 ] | |
714 }, | |
715 { | |
716 "q": "Why does God curse the Israelites to wander the desert for forty years before entering the promised land?", | |
717 "a": [ | |
718 "Because a group of Israelite spies incites an uprising to return to Egypt", | |
719 "Because the Israelites incorrectly perform the ritual sacrifice", | |
720 "Because the Israelites vote down Moses as their leader", | |
721 "Because the Israelites worship golden idols" | |
722 ] | |
723 }, | |
724 { | |
725 "q": "What happened when the daughters of Zelophehad complained about Moses's inheritance law?", | |
726 "a": [ | |
727 "Moses changed the law.", | |
728 "Moses explained to them why they are wrong.", | |
729 "Moses made an exception in their case.", | |
730 "God changed their heart to accept the law." | |
731 ] | |
732 }, | |
733 { | |
734 "q": "What did Moses say to the Israelites when they killed all the Midianite men and captured the Midianite women and children?", | |
735 "a": [ | |
736 "Kill all the boys and the non-virgin women.", | |
737 "You should have spared the civilians.", | |
738 "You did the right thing.", | |
739 "Pray to God to forgive this slaughter." | |
740 ] | |
741 }, | |
742 { | |
743 "q": "Which tribe of Israel was a tribe of priests in the Old Testament?", | |
744 "a": [ | |
745 "Levi", | |
746 "Gad", | |
747 "Philippians", | |
748 "Benjamin" | |
749 ] | |
750 }, | |
751 { | |
752 "q": "What do Moses and Joshua forbid the Israelites to do in the promised land?", | |
753 "a": [ | |
754 "Intermarry with the native inhabitants", | |
755 "Conquer the cities of the region", | |
756 "Divide the land amongst the twelve tribes", | |
757 "Bathe in the Jordan River" | |
758 ] | |
759 }, | |
760 { | |
761 "q": "Which of these is not described as punishable by death in the Old Testament?", | |
762 "a": [ | |
763 "A married man having sex outside of marriage.", | |
764 "A married woman having sex outside of marriage.", | |
765 "A man having sex with a woman engaged to another man.", | |
766 "A woman misrepresenting her virginity before marriage." | |
767 ] | |
768 }, | |
769 { | |
770 "q": "What reward does Moses say God will give for following God's commandments?", | |
771 "a": [ | |
772 "Earthly success", | |
773 "Salvation", | |
774 "Going to heaven", | |
775 "No reward without faith" | |
776 ] | |
777 }, | |
778 { | |
779 "q": "Who did Moses appoint to take over after him?", | |
780 "a": [ | |
781 "Joshua", | |
782 "Isaiah", | |
783 "Jeremiah", | |
784 "Jacob" | |
785 ] | |
786 }, | |
787 { | |
788 "q": "What did Joshua do?", | |
789 "a": [ | |
790 "Conquer the land of Israel", | |
791 "Build the temple in Jerusalem", | |
792 "Lead the people out of Egypt", | |
793 "Defend Israel against Babylon" | |
794 ] | |
795 }, | |
796 { | |
797 "q": "What was Samson's gift?", | |
798 "a": [ | |
799 "Physical strength", | |
800 "Wisdom", | |
801 "God's guidance", | |
802 "Charisma" | |
803 ] | |
804 }, | |
805 { | |
806 "q": "What is not true about Ruth?", | |
807 "a": [ | |
808 "Ruth was converted by priests.", | |
809 "Ruth was a Moabite.", | |
810 "David is a descendant of Ruth.", | |
811 "Ruth immigrated to Israel." | |
812 ] | |
813 }, | |
814 { | |
815 "q": "Who was the first king of Israel?", | |
816 "a": [ | |
817 "Saul", | |
818 "Samuel", | |
819 "David", | |
820 "Solomon" | |
821 ] | |
822 }, | |
823 { | |
824 "q": "What weapon did David use to defeat Goliath?", | |
825 "a": [ | |
826 "A sling and a stone", | |
827 "A gun", | |
828 "A knife", | |
829 "A saw" | |
830 ] | |
831 }, | |
832 { | |
833 "q": "Why does the prophet Nathan rebuke David?", | |
834 "a": [ | |
835 "David commits adultery with Bathsheba.", | |
836 "David fails to build the Temple to God.", | |
837 "David curses God inadvertently.", | |
838 "David allows one of his sons to rape his stepsister." | |
839 ] | |
840 }, | |
841 { | |
842 "q": "Who was King Solomon's father?", | |
843 "a": [ | |
844 "David", | |
845 "Saul", | |
846 "Moses", | |
847 "Samuel" | |
848 ] | |
849 }, | |
850 { | |
851 "q": "What does King Solomon do in Israel?", | |
852 "a": [ | |
853 "He builds a grand temple in Jerusalem.", | |
854 "He introduces animal sacrifices.", | |
855 "He bans the cult of Baal worship in Israel.", | |
856 "He forms a legendary round table of leaders and priests." | |
857 ] | |
858 }, | |
859 { | |
860 "q": "What did Ezra do?", | |
861 "a": [ | |
862 "Send away the foreign wives", | |
863 "Rebuild the walls of Jerusalem", | |
864 "Build the grand temple in Jerusalem", | |
865 "Lead the people out of Egypt" | |
866 ] | |
867 }, | |
868 { | |
869 "q": "What did Nehemiah do?", | |
870 "a": [ | |
871 "Rebuild the walls of Jerusalem", | |
872 "Send away the foreign wives", | |
873 "Build the grand temple in Jerusalem", | |
874 "Lead the people out of Egypt" | |
875 ] | |
876 }, | |
877 { | |
878 "q": "Esther was queen of what country?", | |
879 "a": [ | |
880 "Persia", | |
881 "Egypt", | |
882 "Israel", | |
883 "Babylon" | |
884 ] | |
885 }, | |
886 { | |
887 "q": "What does Ecclesiastes not say about death?", | |
888 "a": [ | |
889 "God judges people after death.", | |
890 "The dead return to dust.", | |
891 "The fate of people and animals in death is the same.", | |
892 "We don't know if the spirit of people go to heaven." | |
893 ] | |
894 }, | |
895 { | |
896 "q": "Who was thrown into the lion's den?", | |
897 "a": [ | |
898 "Daniel", | |
899 "Noah", | |
900 "Jeremiah", | |
901 "Jonah" | |
902 ] | |
903 }, | |
904 { | |
905 "q": "The animal that swallowed Jonah whole in the book of Jonah is described as what?", | |
906 "a": [ | |
907 "A great fish", | |
908 "A roaring lion", | |
909 "A little mouse", | |
910 "A soaring sparrow" | |
911 ] | |
912 } | |
913 ] |