/* Super 3D Noah's Ark Quiz */ NOAH_QUIZ_Q01 = "Who was Noah's father?"; NOAH_QUIZ_H01 = "Gen 5:30"; NOAH_QUIZ_A01A = "Methuselah"; // Wrong NOAH_QUIZ_A01B = "Lamech"; // Correct NOAH_QUIZ_A01C = "Enoch"; // Wrong NOAH_QUIZ_Q02 = "How old was Noah when he had\nShem, Ham and Japheth?"; NOAH_QUIZ_H02 = "Gen 5:32"; NOAH_QUIZ_A02A = "100"; // Wrong NOAH_QUIZ_A02B = "500"; // Correct NOAH_QUIZ_A02C = "700"; // Wrong NOAH_QUIZ_Q03 = "How many sons did Noah have?"; NOAH_QUIZ_H03 = "Gen 6:10"; NOAH_QUIZ_A03A = "3"; // Correct NOAH_QUIZ_A03B = "5"; // Wrong NOAH_QUIZ_A03C = "7"; // Wrong NOAH_QUIZ_Q04 = "What kind of wood was the Ark\nmade of?"; NOAH_QUIZ_H04 = "Gen 6:14"; NOAH_QUIZ_A04A = "oak"; // Wrong NOAH_QUIZ_A04B = "pine"; // Wrong NOAH_QUIZ_A04C = "gopher wood"; // Correct NOAH_QUIZ_Q05 = "How many cubits long was the\nArk?"; NOAH_QUIZ_H05 = "Gen 6:15"; NOAH_QUIZ_A05A = "200"; // Wrong NOAH_QUIZ_A05B = "300"; // Correct NOAH_QUIZ_A05C = "500"; // Wrong NOAH_QUIZ_Q06 = "How many windows did the Ark\nhave?"; NOAH_QUIZ_H06 = "Gen 6:16"; NOAH_QUIZ_A06A = "1"; // Correct NOAH_QUIZ_A06B = "10"; // Wrong NOAH_QUIZ_A06C = "20"; // Wrong NOAH_QUIZ_Q07 = "How many doors did the Ark\nhave?"; NOAH_QUIZ_H07 = "Gen 6:16"; NOAH_QUIZ_A07A = "1"; // Correct NOAH_QUIZ_A07B = "3"; // Wrong NOAH_QUIZ_A07C = "6"; // Wrong NOAH_QUIZ_Q08 = "How many stories did the Ark\nhave?"; NOAH_QUIZ_H08 = "Gen 6:16"; NOAH_QUIZ_A08A = "2"; // Wrong NOAH_QUIZ_A08B = "3"; // Correct NOAH_QUIZ_A08C = "7"; // Wrong NOAH_QUIZ_Q09 = "How many of each kind of\nanimal did Noah have on\nthe Ark?"; NOAH_QUIZ_H09 = "Gen 6:19"; NOAH_QUIZ_A09A = "2"; // Correct NOAH_QUIZ_A09B = "3"; // Wrong NOAH_QUIZ_A09C = "5"; // Wrong NOAH_QUIZ_Q10 = "How many of each clean animal\ndid Noah have on the Ark?"; NOAH_QUIZ_H10 = "Gen 7:2"; NOAH_QUIZ_A10A = "2"; // Wrong NOAH_QUIZ_A10B = "4"; // Wrong NOAH_QUIZ_A10C = "7"; // Correct NOAH_QUIZ_Q11 = "How many days did it rain?"; NOAH_QUIZ_H11 = "Gen 7:4"; NOAH_QUIZ_A11A = "30"; // Wrong NOAH_QUIZ_A11B = "40"; // Correct NOAH_QUIZ_A11C = "100"; // Wrong NOAH_QUIZ_Q12 = "How old was Noah when the\nfloods came?"; NOAH_QUIZ_H12 = "Gen 7:6"; NOAH_QUIZ_A12A = "500"; // Wrong NOAH_QUIZ_A12B = "600"; // Correct NOAH_QUIZ_A12C = "650"; // Wrong NOAH_QUIZ_Q13 = "How many days did Noah wait\nin the Ark for the floods to\ncome?"; NOAH_QUIZ_H13 = "Gen 7:10"; NOAH_QUIZ_A13A = "1"; // Wrong NOAH_QUIZ_A13B = "4"; // Wrong NOAH_QUIZ_A13C = "7"; // Correct NOAH_QUIZ_Q14 = "The flood waters only came\nfrom the sky."; NOAH_QUIZ_H14 = "Gen 7:11"; NOAH_QUIZ_A14A = "True"; // Wrong NOAH_QUIZ_A14B = "False"; // Correct NOAH_QUIZ_Q15 = "How many people were on the\nArk?"; NOAH_QUIZ_H15 = "Gen 7:13"; NOAH_QUIZ_A15A = "4"; // Wrong NOAH_QUIZ_A15B = "6"; // Wrong NOAH_QUIZ_A15C = "8"; // Correct NOAH_QUIZ_Q16 = "Noah collected the animals and\nput them in the Ark."; NOAH_QUIZ_H16 = "Gen 7:15"; NOAH_QUIZ_A16A = "True"; // Wrong NOAH_QUIZ_A16B = "False"; // Correct NOAH_QUIZ_Q17 = "Who survived the flood?"; NOAH_QUIZ_H17 = "Gen 7:23"; NOAH_QUIZ_A17A = "animals on the earth"; // Wrong NOAH_QUIZ_A17B = "animals in the sky"; // Wrong NOAH_QUIZ_A17C = "animals in the Ark"; // Correct NOAH_QUIZ_Q18 = "How long did the flood last?"; NOAH_QUIZ_H18 = "Gen 7:24, Gen 8:3"; NOAH_QUIZ_A18A = "40 days"; // Wrong NOAH_QUIZ_A18B = "150 days"; // Correct NOAH_QUIZ_A18C = "365 days"; // Wrong NOAH_QUIZ_Q19 = "Which mountain did the Ark\nland on?"; NOAH_QUIZ_H19 = "Gen 8:4"; NOAH_QUIZ_A19A = "Ararat"; // Correct NOAH_QUIZ_A19B = "St. Helen"; // Wrong NOAH_QUIZ_A19C = "Fuji"; // Wrong NOAH_QUIZ_Q20 = "What was the first animal to\nleave the Ark?"; NOAH_QUIZ_H20 = "Gen 8:7"; NOAH_QUIZ_A20A = "dove"; // Wrong NOAH_QUIZ_A20B = "raven"; // Correct NOAH_QUIZ_A20C = "eagle"; // Wrong NOAH_QUIZ_Q21 = "What did the dove bring back\nto Noah?"; NOAH_QUIZ_H21 = "Gen 8:11"; NOAH_QUIZ_A21A = "an apple"; // Wrong NOAH_QUIZ_A21B = "an olive branch"; // Correct NOAH_QUIZ_A21C = "a fig leaf"; // Wrong NOAH_QUIZ_Q22 = "How many days did Noah stay\nin the Ark after the dove\nbrought the branch?"; NOAH_QUIZ_H22 = "Gen 8:12"; NOAH_QUIZ_A22A = "3"; // Wrong NOAH_QUIZ_A22B = "5"; // Wrong NOAH_QUIZ_A22C = "7"; // Correct NOAH_QUIZ_Q23 = "What was the first thing that\nNoah did after he got out of\nthe Ark?"; NOAH_QUIZ_H23 = "Gen 8:20"; NOAH_QUIZ_A23A = "built a house"; // Wrong NOAH_QUIZ_A23B = "built an altar"; // Correct NOAH_QUIZ_A23C = "went swimming"; // Wrong NOAH_QUIZ_Q24 = "What is the sign that God\ngave us to show He would\nnever flood the world again?"; NOAH_QUIZ_H24 = "Gen 9:14-15"; NOAH_QUIZ_A24A = "the rainbow"; // Correct NOAH_QUIZ_A24B = "the blue sky"; // Wrong NOAH_QUIZ_A24C = "fire"; // Wrong NOAH_QUIZ_Q25 = "How old was Noah when he\ndied?"; NOAH_QUIZ_H25 = "Gen 9:29"; NOAH_QUIZ_A25A = "750"; // Wrong NOAH_QUIZ_A25B = "890"; // Wrong NOAH_QUIZ_A25C = "950"; // Correct NOAH_QUIZ_Q26 = "Who closed the door of the\nArk when the floods came?"; NOAH_QUIZ_H26 = "Gen 7:16"; NOAH_QUIZ_A26A = "Noah"; // Wrong NOAH_QUIZ_A26B = "Shem"; // Wrong NOAH_QUIZ_A26C = "God"; // Correct NOAH_QUIZ_Q27 = "Why did God have the floods\ncome?"; NOAH_QUIZ_H27 = "Gen 6:12-13"; NOAH_QUIZ_A27A = "Man was wicked."; // Correct NOAH_QUIZ_A27B = "The earth was dirty."; // Wrong NOAH_QUIZ_A27C = "The plants needed water."; // Wrong NOAH_QUIZ_Q28 = "Noah was the only man to find\ngrace in the eyes of the Lord."; NOAH_QUIZ_H28 = "Gen 6:8, Gen 6:11-12"; NOAH_QUIZ_A28A = "True"; // Correct NOAH_QUIZ_A28B = "False"; // Wrong NOAH_QUIZ_Q29 = "How many years did God say He\nwould strive with man?"; NOAH_QUIZ_H29 = "Gen 6:3"; NOAH_QUIZ_A29A = "10"; // Wrong NOAH_QUIZ_A29B = "50"; // Wrong NOAH_QUIZ_A29C = "120"; // Correct NOAH_QUIZ_Q30 = "What did Noah do after the\nflood?"; NOAH_QUIZ_H30 = "Gen 9:20"; NOAH_QUIZ_A30A = "He planted a vineyard."; // Correct NOAH_QUIZ_A30B = "He herded sheep."; // Wrong NOAH_QUIZ_A30C = "He ran a caravan. "; // Wrong NOAH_QUIZ_Q31 = "Who was Noah's oldest son?"; NOAH_QUIZ_H31 = "Gen 10:21"; NOAH_QUIZ_A31A = "Ham"; // Wrong NOAH_QUIZ_A31B = "Shem"; // Wrong NOAH_QUIZ_A31C = "Japheth"; // Correct NOAH_QUIZ_Q32 = "On which side did God tell\nNoah to pitch the Ark?"; NOAH_QUIZ_H32 = "Gen 6:14"; NOAH_QUIZ_A32A = "inside"; // Wrong NOAH_QUIZ_A32B = "outside"; // Wrong NOAH_QUIZ_A32C = "both"; // Correct NOAH_QUIZ_Q33 = "How wide was the Ark?"; NOAH_QUIZ_H33 = "Gen 6:15"; NOAH_QUIZ_A33A = "30 Cubits"; // Wrong NOAH_QUIZ_A33B = "50 Cubits"; // Correct NOAH_QUIZ_A33C = "60 Cubits"; // Wrong NOAH_QUIZ_Q34 = "How tall was the Ark?"; NOAH_QUIZ_H34 = "Gen 6:15"; NOAH_QUIZ_A34A = "30 Cubits"; // Correct NOAH_QUIZ_A34B = "40 Cubits"; // Wrong NOAH_QUIZ_A34C = "50 Cubits"; // Wrong NOAH_QUIZ_Q35 = "What did God make with Noah,\nso that Noah knew that he\nwould be safe?"; NOAH_QUIZ_H35 = "Gen 6:18"; NOAH_QUIZ_A35A = "a lifesaver"; // Wrong NOAH_QUIZ_A35B = "a boat"; // Wrong NOAH_QUIZ_A35C = "a covenant"; // Correct NOAH_QUIZ_Q36 = "Besides animals, what other\nthings did God tell Noah to\nhave in the Ark?"; NOAH_QUIZ_H36 = "Gen 6:18-21"; NOAH_QUIZ_A36A = "food & his family"; // Correct NOAH_QUIZ_A36B = "books & his family"; // Wrong NOAH_QUIZ_A36C = "swimsuit & a rubber duck"; // Wrong NOAH_QUIZ_Q37 = "Why did God choose Noah to be\nin the Ark?"; NOAH_QUIZ_H37 = "Gen 7:1"; NOAH_QUIZ_A37A = "Noah was righteous."; // Correct NOAH_QUIZ_A37B = "Noah was a good sailor."; // Wrong NOAH_QUIZ_A37C = "Noah could swim."; // Wrong NOAH_QUIZ_Q38 = "Noah entered the Ark early to\nprepare for his family."; NOAH_QUIZ_H38 = "Gen 7:13"; NOAH_QUIZ_A38A = "True"; // Wrong NOAH_QUIZ_A38B = "False"; // Correct NOAH_QUIZ_Q39 = "How did God make the floods\ngo away?"; NOAH_QUIZ_H39 = "Gen 8:1"; NOAH_QUIZ_A39A = "with the wind"; // Correct NOAH_QUIZ_A39B = "with big drains"; // Wrong NOAH_QUIZ_A39C = "with large buckets"; // Wrong NOAH_QUIZ_Q40 = "How many months did Noah wait\nin the Ark after it came to\nrest on Mt. Ararat?"; NOAH_QUIZ_H40 = "Gen 8:4-14"; NOAH_QUIZ_A40A = "1.5 months"; // Wrong NOAH_QUIZ_A40B = "4.5 months"; // Wrong NOAH_QUIZ_A40C = "7.5 months"; // Correct NOAH_QUIZ_Q41 = "Who was the first man off of\nthe Ark?"; NOAH_QUIZ_H41 = "Gen 8:18"; NOAH_QUIZ_A41A = "Noah"; // Correct NOAH_QUIZ_A41B = "Shem"; // Wrong NOAH_QUIZ_A41C = "Ham"; // Wrong NOAH_QUIZ_Q42 = "What did Noah offer to God as\nthanks for keeping him safe?"; NOAH_QUIZ_H42 = "Gen 8:20"; NOAH_QUIZ_A42A = "himself"; // Wrong NOAH_QUIZ_A42B = "animals"; // Correct NOAH_QUIZ_A42C = "food"; // Wrong NOAH_QUIZ_Q43 = "What did God promise never to\ndo again?"; NOAH_QUIZ_H43 = "Gen 9:11"; NOAH_QUIZ_A43A = "flood the earth"; // Correct NOAH_QUIZ_A43B = "punish man"; // Wrong NOAH_QUIZ_A43C = "turn on his shower"; // Wrong NOAH_QUIZ_Q44 = "In what book of the Bible\ndo you find the story of\nNoah?"; NOAH_QUIZ_H44 = "No hint"; NOAH_QUIZ_A44A = "Genesis"; // Correct NOAH_QUIZ_A44B = "Exodus"; // Wrong NOAH_QUIZ_A44C = "Deuteronomy"; // Wrong NOAH_QUIZ_Q45 = "Which of Noah's ancestors lived\nto be 969 years old?"; NOAH_QUIZ_H45 = "Gen 5:27"; NOAH_QUIZ_A45A = "Enoch"; // Wrong NOAH_QUIZ_A45B = "Adam"; // Wrong NOAH_QUIZ_A45C = "Methuselah"; // Correct NOAH_QUIZ_Q46 = "Noah is mentioned at least 3\ntimes in the New Testament."; NOAH_QUIZ_H46 = "Heb 11:7, 1 Pet 3:20,\n2 Pet 2:5"; NOAH_QUIZ_A46A = "True"; // Correct NOAH_QUIZ_A46B = "False"; // Wrong NOAH_QUIZ_Q47 = "Which of Noah's descendants\nwas called 'mighty upon the\nearth'?"; NOAH_QUIZ_H47 = "1 Chr 1:10"; NOAH_QUIZ_A47A = "Cush"; // Wrong NOAH_QUIZ_A47B = "Nimrod"; // Correct NOAH_QUIZ_A47C = "Elam"; // Wrong NOAH_QUIZ_Q48 = "Which of Noah's\nancestors never died?"; NOAH_QUIZ_H48 = "Gen 5:24"; NOAH_QUIZ_A48A = "Adam"; // Wrong NOAH_QUIZ_A48B = "Enoch"; // Correct NOAH_QUIZ_A48C = "Jared"; // Wrong NOAH_QUIZ_Q49 = "Noah is a descendent of\nwhich of Adam's sons?"; NOAH_QUIZ_H49 = "Gen 5"; NOAH_QUIZ_A49A = "Cain"; // Wrong NOAH_QUIZ_A49B = "Abel"; // Wrong NOAH_QUIZ_A49C = "Seth"; // Correct NOAH_QUIZ_Q50 = "Why is Noah mentioned in\nHebrews 11?"; NOAH_QUIZ_H50 = "Heb 11:7"; NOAH_QUIZ_A50A = "for his faith"; // Correct NOAH_QUIZ_A50B = "for his carpentry skills"; // Wrong NOAH_QUIZ_A50C = "for his sacrifices"; // Wrong NOAH_QUIZ_Q51 = "Noah took his wife, sons,\nand daughters into the\nArk."; NOAH_QUIZ_H51 = "Gen 7:7"; NOAH_QUIZ_A51A = "True"; // Wrong NOAH_QUIZ_A51B = "False"; // Correct NOAH_QUIZ_Q52 = "The flood waters came from\nthe fountains of the deep\nand windows of heaven."; NOAH_QUIZ_H52 = "Gen 7:11, Gen 8:2"; NOAH_QUIZ_A52A = "True"; // Correct NOAH_QUIZ_A52B = "False"; // Wrong NOAH_QUIZ_Q53 = "What is a covenant?"; NOAH_QUIZ_H53 = "No hint"; NOAH_QUIZ_A53A = "a contract"; // Correct NOAH_QUIZ_A53B = "a book"; // Wrong NOAH_QUIZ_A53C = "an altar"; // Wrong NOAH_QUIZ_Q54 = "What title is Noah given\nin 2 Peter 2:5?"; NOAH_QUIZ_H54 = "No hint"; NOAH_QUIZ_A54A = "man after God's own heart"; // Wrong NOAH_QUIZ_A54B = "preacher of righteousness"; // Correct NOAH_QUIZ_A54C = "an apostle"; // Wrong NOAH_QUIZ_Q55 = "The Gospels liken the time\nbefore the flood to the time:\nbefore:"; NOAH_QUIZ_H55 = "Matt 24:37-38, Luke 17:26-27"; NOAH_QUIZ_A55A = "the Incarnation"; // Wrong NOAH_QUIZ_A55B = "the Second Coming"; // Correct NOAH_QUIZ_A55C = "the Cruxifiction"; // Wrong NOAH_QUIZ_Q56 = "By the time of Noah, how did\nGod feel about having created\nman?"; NOAH_QUIZ_H56 = "Gen 6:6"; NOAH_QUIZ_A56A = "It pleased Him."; // Wrong NOAH_QUIZ_A56B = "It grieved Him."; // Correct NOAH_QUIZ_A56C = "It amused Him."; // Wrong NOAH_QUIZ_Q57 = "Jesus is a descendant of\nNoah."; NOAH_QUIZ_H57 = "Luke 3:36"; NOAH_QUIZ_A57A = "True"; // Correct NOAH_QUIZ_A57B = "False"; // Wrong NOAH_QUIZ_Q58 = "What kind of creatures were\nNOT mentioned as destroyed\nin the flood?"; NOAH_QUIZ_H58 = "Gen 7:21-22"; NOAH_QUIZ_A58A = "birds"; // Wrong NOAH_QUIZ_A58B = "sea creatures"; // Correct NOAH_QUIZ_A58C = "livestock"; // Wrong NOAH_QUIZ_Q59 = "By how much did the water\ncover the mountain-tops?"; NOAH_QUIZ_H59 = "Gen 7:20"; NOAH_QUIZ_A59A = "7 cubits"; // Wrong NOAH_QUIZ_A59B = "15 cubits"; // Correct NOAH_QUIZ_A59C = "40 cubits"; // Wrong NOAH_QUIZ_Q60 = "What day of the seventh\nmonth did the Ark come to\nrest on Ararat?"; NOAH_QUIZ_H60 = "Gen 8:4"; NOAH_QUIZ_A60A = "the 7th day"; // Wrong NOAH_QUIZ_A60B = "the 17th day"; // Correct NOAH_QUIZ_A60C = "the 24th day"; // Wrong NOAH_QUIZ_Q61 = "What was Noah commanded\nnot to eat?"; NOAH_QUIZ_H61 = "Gen 9:4"; NOAH_QUIZ_A61A = "ham"; // Wrong NOAH_QUIZ_A61B = "brussel sprouts"; // Wrong NOAH_QUIZ_A61C = "blood"; // Correct NOAH_QUIZ_Q62 = "After the flood, what were\nthe animals supposed to do?"; NOAH_QUIZ_H62 = "Gen 8:17"; NOAH_QUIZ_A62A = "exercise and become strong"; // Wrong NOAH_QUIZ_A62B = "be fruitful and multiply"; // Correct NOAH_QUIZ_A62C = "be sacrificed to God"; // Wrong NOAH_QUIZ_Q63 = "With whom did God make His\ncovenant?"; NOAH_QUIZ_H63 = "Gen 9:8-10"; NOAH_QUIZ_A63A = "Noah"; // Wrong NOAH_QUIZ_A63B = "Noah and his sons"; // Wrong NOAH_QUIZ_A63C = "Noah, his sons and every\n living creature"; // Correct NOAH_QUIZ_Q64 = "Who was the father of the\nCanaanites?"; NOAH_QUIZ_H64 = "Gen 9:22"; NOAH_QUIZ_A64A = "Ham"; // Correct NOAH_QUIZ_A64B = "Shem"; // Wrong NOAH_QUIZ_A64C = "Japheth"; // Wrong NOAH_QUIZ_Q65 = "Abraham is a descendent of\nwhich son of Noah?"; NOAH_QUIZ_H65 = "Gen 11:10-27"; NOAH_QUIZ_A65A = "Ham"; // Wrong NOAH_QUIZ_A65B = "Shem"; // Correct NOAH_QUIZ_A65C = "Japheth"; // Wrong NOAH_QUIZ_Q66 = "Which of Noah's descendants\ndid he curse?"; NOAH_QUIZ_H66 = "Gen 9:25"; NOAH_QUIZ_A66A = "Canaan"; // Correct NOAH_QUIZ_A66B = "Shem"; // Wrong NOAH_QUIZ_A66C = "Japheth"; // Wrong NOAH_QUIZ_Q67 = "Why did Shem and Japheth\ncover up Noah with a\ngarment?"; NOAH_QUIZ_H67 = "Gen 9:23"; NOAH_QUIZ_A67A = "Noah was naked"; // Correct NOAH_QUIZ_A67B = "Noah was cold"; // Wrong NOAH_QUIZ_A67C = "Noah was burning from\n the sun"; // Wrong NOAH_QUIZ_Q68 = "The rainbow is a symbol that\nGod will never judge mankind\nagain."; NOAH_QUIZ_H68 = "Gen 9:15"; NOAH_QUIZ_A68A = "True"; // Wrong NOAH_QUIZ_A68B = "False"; // Correct NOAH_QUIZ_Q69 = "God promised that Noah and\nthe animals would get along."; NOAH_QUIZ_H69 = "Gen 9:2"; NOAH_QUIZ_A69A = "True"; // Wrong NOAH_QUIZ_A69B = "False"; // Correct NOAH_QUIZ_Q70 = "Man did not eat meat before\nthe flood."; NOAH_QUIZ_H70 = "Gen 9:3"; NOAH_QUIZ_A70A = "True"; // Correct NOAH_QUIZ_A70B = "False"; // Wrong NOAH_QUIZ_Q71 = "What did God say would\nhappen to the man who\ncommits murder?"; NOAH_QUIZ_H71 = "Gen 9:6"; NOAH_QUIZ_A71A = "He will be killed."; // Correct NOAH_QUIZ_A71B = "He will be cursed."; // Wrong NOAH_QUIZ_A71C = "He will be put in jail for\n the rest of his life."; // Wrong NOAH_QUIZ_Q72 = "Everyone on the Ark survived\nthe flood."; NOAH_QUIZ_H72 = "Gen 8:18"; NOAH_QUIZ_A72A = "True"; // Correct NOAH_QUIZ_A72B = "False"; // Wrong NOAH_QUIZ_Q73 = "How long did it take the\nwater to recede so that the\nArk could rest on Mount\nArarat?"; NOAH_QUIZ_H73 = "Gen 8:3"; NOAH_QUIZ_A73A = "100 days"; // Wrong NOAH_QUIZ_A73B = "150 days"; // Correct NOAH_QUIZ_A73C = "300 days"; // Wrong NOAH_QUIZ_Q74 = "After the flood, God\ndestroyed the Ark."; NOAH_QUIZ_H74 = "No hint"; NOAH_QUIZ_A74A = "True"; // Wrong NOAH_QUIZ_A74B = "False"; // Correct NOAH_QUIZ_Q75 = "Noah had to gather and store\nfood to eat during the flood\nfor:"; NOAH_QUIZ_H75 = "Gen 7:20"; NOAH_QUIZ_A75A = "himself and his family"; // Wrong NOAH_QUIZ_A75B = "the animals"; // Wrong NOAH_QUIZ_A75C = "both"; // Correct NOAH_QUIZ_Q76 = "The Bible says that Noah's\nwife was named Sarah."; NOAH_QUIZ_H76 = "No hint"; NOAH_QUIZ_A76A = "True"; // Wrong NOAH_QUIZ_A76B = "False"; // Correct NOAH_QUIZ_Q77 = "After the flood, Noah did not\nhave any more sons."; NOAH_QUIZ_H77 = "Gen 9:19"; NOAH_QUIZ_A77A = "True"; // Correct NOAH_QUIZ_A77B = "False"; // Wrong NOAH_QUIZ_Q78 = "How many years did God give\nmankind to repent before the\nflood?"; NOAH_QUIZ_H78 = "Gen 6:3"; NOAH_QUIZ_A78A = "70"; // Wrong NOAH_QUIZ_A78B = "100"; // Wrong NOAH_QUIZ_A78C = "120"; // Correct NOAH_QUIZ_Q79 = "Which person lived before\nNoah?"; NOAH_QUIZ_H79 = "Gen 5"; NOAH_QUIZ_A79A = "Abraham"; // Wrong NOAH_QUIZ_A79B = "Adam"; // Correct NOAH_QUIZ_A79C = "Solomon"; // Wrong NOAH_QUIZ_Q80 = "Which person lived after Noah?"; NOAH_QUIZ_H80 = "No hint"; NOAH_QUIZ_A80A = "Cain"; // Wrong NOAH_QUIZ_A80B = "Methuselah"; // Wrong NOAH_QUIZ_A80C = "Joshua"; // Correct NOAH_QUIZ_Q81 = "Noah did everything that God\ntold him to do."; NOAH_QUIZ_H81 = "Gen 6:22"; NOAH_QUIZ_A81A = "True"; // Correct NOAH_QUIZ_A81B = "False"; // Wrong NOAH_QUIZ_Q82 = "After Noah, with whom did God\nmake His next covenant?"; NOAH_QUIZ_H82 = "Gen 15"; NOAH_QUIZ_A82A = "Abraham"; // Correct NOAH_QUIZ_A82B = "David"; // Wrong NOAH_QUIZ_A82C = "Moses"; // Wrong NOAH_QUIZ_Q83 = "What kind of covenant did God\nmake with Noah?"; NOAH_QUIZ_H83 = "Gen 9:8-17"; NOAH_QUIZ_A83A = "conditional"; // Wrong NOAH_QUIZ_A83B = "unconditional"; // Correct NOAH_QUIZ_A83C = "temporary"; // Wrong NOAH_QUIZ_Q84 = "People did not eat vegetables\nbefore the flood."; NOAH_QUIZ_H84 = "Gen 9:3"; NOAH_QUIZ_A84A = "True"; // Wrong NOAH_QUIZ_A84B = "False"; // Correct NOAH_QUIZ_Q85 = "In the covenant, God said that\nseedtime and harvest, cold and\nheat, summer and winter, and\nwhat else would not cease?"; NOAH_QUIZ_H85 = "Gen 8:22"; NOAH_QUIZ_A85A = "day and night"; // Correct NOAH_QUIZ_A85B = "living and dying"; // Wrong NOAH_QUIZ_A85C = "land and seas"; // Wrong NOAH_QUIZ_Q86 = "God told Noah to make windows\nfor all of the animals."; NOAH_QUIZ_H86 = "Gen 6:16"; NOAH_QUIZ_A86A = "True"; // Wrong NOAH_QUIZ_A86B = "False"; // Correct NOAH_QUIZ_Q87 = "Rainbows existed before the\nflood."; NOAH_QUIZ_H87 = "Gen 9:12-17"; NOAH_QUIZ_A87A = "True"; // Wrong NOAH_QUIZ_A87B = "False"; // Correct NOAH_QUIZ_Q88 = "About how long is a cubit?"; NOAH_QUIZ_H88 = "No hint"; NOAH_QUIZ_A88A = "10 inches"; // Wrong NOAH_QUIZ_A88B = "18 inches"; // Correct NOAH_QUIZ_A88C = "3 feet"; // Wrong NOAH_QUIZ_Q89 = "It took Noah 40 days to find\ntwo of every animal to put\ninside the Ark."; NOAH_QUIZ_H89 = "Gen 7:8-9"; NOAH_QUIZ_A89A = "True"; // Wrong NOAH_QUIZ_A89B = "False"; // Correct NOAH_QUIZ_Q90 = "On what day of the month did\nNoah look out of the Ark and\nsee dry land?"; NOAH_QUIZ_H90 = "Gen 8:13"; NOAH_QUIZ_A90A = "the first day"; // Correct NOAH_QUIZ_A90B = "the third day"; // Wrong NOAH_QUIZ_A90C = "the last day"; // Wrong NOAH_QUIZ_Q91 = "In Noah's curse he said\nCanaan would be a slave\nto his brethren?"; NOAH_QUIZ_H91 = "Gen 9:25"; NOAH_QUIZ_A91A = "True"; // Correct NOAH_QUIZ_A91B = "False"; // Wrong NOAH_QUIZ_Q92 = "How many years did Noah\nlive after the flood?"; NOAH_QUIZ_H92 = "Gen 9:28"; NOAH_QUIZ_A92A = "200"; // Wrong NOAH_QUIZ_A92B = "350"; // Correct NOAH_QUIZ_A92C = "400"; // Wrong NOAH_QUIZ_Q93 = "Which of Noah's sons was\na tattle-tale?"; NOAH_QUIZ_H93 = "Gen 9:22"; NOAH_QUIZ_A93A = "Ham"; // Correct NOAH_QUIZ_A93B = "Shem "; // Wrong NOAH_QUIZ_A93C = "Japheth"; // Wrong NOAH_QUIZ_Q94 = "What did Noah plant after\nthe flood?"; NOAH_QUIZ_H94 = "Gen 9:20"; NOAH_QUIZ_A94A = "an orchard"; // Wrong NOAH_QUIZ_A94B = "a vineyard"; // Correct NOAH_QUIZ_A94C = "tomatoes"; // Wrong NOAH_QUIZ_Q95 = "How did God communicate\nto Noah?"; NOAH_QUIZ_H95 = "Gen 6:13"; NOAH_QUIZ_A95A = "burning bush"; // Wrong NOAH_QUIZ_A95B = "spoke directly"; // Correct NOAH_QUIZ_A95C = "sent an angel"; // Wrong NOAH_QUIZ_Q96 = "The Ark was built with\nsails so God could move it."; NOAH_QUIZ_H96 = "No hint"; NOAH_QUIZ_A96A = "True"; // Wrong NOAH_QUIZ_A96B = "False"; // Correct NOAH_QUIZ_Q97 = "A male and female of each\nanimal was brought on to\nthe Ark."; NOAH_QUIZ_H97 = "Gen 6:19"; NOAH_QUIZ_A97A = "True"; // Correct NOAH_QUIZ_A97B = "False"; // Wrong NOAH_QUIZ_Q98 = "How many times did Noah\nsend the dove out of the\nArk?"; NOAH_QUIZ_H98 = "Gen 8:8-12"; NOAH_QUIZ_A98A = "2"; // Wrong NOAH_QUIZ_A98B = "3"; // Correct NOAH_QUIZ_A98C = "4"; // Wrong NOAH_QUIZ_Q99 = "How old was Lamech when\nhe had Noah?"; NOAH_QUIZ_H99 = "Gen 5:28"; NOAH_QUIZ_A99A = "135"; // Wrong NOAH_QUIZ_A99B = "182"; // Correct NOAH_QUIZ_A99C = "199"; // Wrong