//questions_bible1.js = Javascript File containing questions (category Bible1)

function GenerateRandomQuestion(){
  QuestionNumber = (QuestionSet*5)+Math.floor(Math.random()*5)+1;

  switch(QuestionNumber){
    case 1:
	CorrectAnswer     =  1;
	RandomQuestion = "What is the first book of the Old Testament?";
  	Choice1Text         = "Genesis";
  	Choice2Text         = "Hezekiah";
  	Choice3Text         = "Matthew";
     	 break;

    case 2:
	CorrectAnswer     =  2;
	RandomQuestion = "Which of the following books is NOT in the Old Testament?";
  	Choice1Text         = "Exodus";
  	Choice2Text         = "Romans";
  	Choice3Text         = "Psalms";
     	 break;

    case 3:
	CorrectAnswer     =  3;
	RandomQuestion = "What is the second book in the Old Testament";
  	Choice1Text         = "2 Genesis";
  	Choice2Text         = "Daniel";
  	Choice3Text         = "Exodus";
     	 break;

    case 4:
	CorrectAnswer     =  1;
	RandomQuestion = "Over how many days does God's creation take place in the first chapter of Genesis?";
  	Choice1Text         = "six";
  	Choice2Text         = "seven";
  	Choice3Text         = "forty";
     	 break;
    case 5:
	CorrectAnswer     =  2;
	RandomQuestion = "Complete the following sentence.  God commanded Noah to build ______.";
  	Choice1Text         = "a tower";
  	Choice2Text         = "an ark";
  	Choice3Text         = "a great army";
     	 break;

    case 6:
	CorrectAnswer     =  3;
	RandomQuestion = "What is the last book of the Old Testament?";
  	Choice1Text         = "Revelation";
  	Choice2Text         = "Habakkuk";
  	Choice3Text         = "Malachi";
     	 break;

    case 7:
	CorrectAnswer     =  1;
	RandomQuestion = "Who was the second human God created?";
  	Choice1Text         = "Eve";
  	Choice2Text         = "Cain";
  	Choice3Text         = "Adam";
     	 break;

    case 8:
	CorrectAnswer     =  2;
	RandomQuestion = "Who did Cain kill?";
  	Choice1Text         = "Adam";
  	Choice2Text         = "Able";
  	Choice3Text         = "himself";
     	 break;

    case 9:
	CorrectAnswer     =  3;
	RandomQuestion = "Who slew the Philistine giant, Goliath?";
  	Choice1Text         = "Saul";
  	Choice2Text         = "Samson";
  	Choice3Text         = "David";
     	 break;

    case 10:
	CorrectAnswer     =  1;
	RandomQuestion = "How many books are in the (Protestant) Old Testament?";
  	Choice1Text         = "thirty-nine";
  	Choice2Text         = "twelve";
  	Choice3Text         = "twenty";
     	 break;

    case 11:
	CorrectAnswer     =  2;
	RandomQuestion = "Who was the first king of Israel?";
  	Choice1Text         = "David";
  	Choice2Text         = "Saul";
  	Choice3Text         = "Moses";
     	 break;

    case 12:
	CorrectAnswer     =  3;
	RandomQuestion = "How many Israelite tribes were there?";
  	Choice1Text         = "seven";
  	Choice2Text         = "ten";
  	Choice3Text         = "twelve";
     	 break;

    case 13:
	CorrectAnswer     =  1;
	RandomQuestion = "Who was the wicked wife of King Ahab";
  	Choice1Text         = "Jezebel";
  	Choice2Text         = "Gertrude of Gath";
  	Choice3Text         = "Sarah";
     	 break;

    case 14:
	CorrectAnswer     =  2;
	RandomQuestion = "Who was the sister of Moses?";
  	Choice1Text         = "Esther";
  	Choice2Text         = "Miriam";
  	Choice3Text         = "Martha";
     	 break;

    case 15:
	CorrectAnswer     =  3;
	RandomQuestion = "Who did God choose to assist Moses in the Old Testament?";
  	Choice1Text         = "Jacob";
  	Choice2Text         = "Tiberius";
  	Choice3Text         = "Aaron";
     	 break;

    case 16:
	CorrectAnswer     =  1;
	RandomQuestion = "Which old testament person was known for his great physical strength?";
  	Choice1Text         = "Samson";
  	Choice2Text         = "Hercules";
  	Choice3Text         = "Daniel";
     	 break;

    case 17:
	CorrectAnswer     =  2;
	RandomQuestion = "Who in the book of Genesis committed the first murder?";
  	Choice1Text         = "Adam";
  	Choice2Text         = "Cain";
  	Choice3Text         = "Ahab";
     	 break;

    case 18:
	CorrectAnswer     =  3;
	RandomQuestion = "How many pairs of all 'clean' animals did God command Moses to bring aboard the ark?";
  	Choice1Text         = "None";
  	Choice2Text         = "two";
  	Choice3Text         = "five";
     	 break;

    case 19:
	CorrectAnswer     =  1;
	RandomQuestion = "What is the book immediately following Psalms?";
  	Choice1Text         = "Proverbs";
  	Choice2Text         = "First Kings";
  	Choice3Text         = "Ruth";
     	 break;

    case 20:
	CorrectAnswer     =  2;
	RandomQuestion = "In the Old Testament, the Israelites are often called";
  	Choice1Text         = "the brothers of Israel";
  	Choice2Text         = "the children of Israel";
  	Choice3Text         = "the people of the hills";
     	 break;
    case 21:
	CorrectAnswer     =  3;
	RandomQuestion = "Sodom and Gommorah were what?";
  	Choice1Text         = "two younger brothers of Cain and Able";
  	Choice2Text         = "spices used in biblical times";
  	Choice3Text         = "two evil cities";
     	 break;

    case 22:
	CorrectAnswer     =  1;
	RandomQuestion = "Due to their evil, God chose to wipe out must of humanity in the book of Genesis using what? ";
  	Choice1Text         = "a flood";
  	Choice2Text         = "a plague of scorpions";
  	Choice3Text         = "disease";
     	 break;

    case 23:
	CorrectAnswer     =  2;
	RandomQuestion = "Which of the following is NOT a book in the Old Testament? ";
  	Choice1Text         = "Numbers";
  	Choice2Text         = "Genesis 2";
  	Choice3Text         = "Nahum";
     	 break;

    case 24:
	CorrectAnswer     =  3;
	RandomQuestion = "Whose wife was turned into a pillar of salt when she looked back while fleeing Sodom? ";
  	Choice1Text         = "Abraham";
  	Choice2Text         = "Ahab";
  	Choice3Text         = "Lot";
     	 break;

    case 25:
	CorrectAnswer     =  1;
	RandomQuestion = "When did Moses lead the Israelites into the promised land?";
  	Choice1Text         = "He didn't";
  	Choice2Text         = "when he was sixty years old";
  	Choice3Text         = "seven years after they left Egypt";
     	 break;

  case 26:
	CorrectAnswer     =  2;
	RandomQuestion = "Where was the ''promised land'' located?";
  	Choice1Text         = "Egypt";
  	Choice2Text         = "Canaan";
  	Choice3Text         = "to the north of modern day Syria";
     	 break;

  case 27:
	CorrectAnswer     =  3;
	RandomQuestion = "Which body of water does God part so the Israelites can cross in the book of Exodus?";
  	Choice1Text         = "the Dead Sea";
  	Choice2Text         = "the Atlantic Ocean";
  	Choice3Text         = "the Red Sea";
     	 break;

  case 28:
	CorrectAnswer     =  1;
	RandomQuestion = "What is the sixth commandment?";
  	Choice1Text         = "Don't kill";
  	Choice2Text         = "Don't steal";
  	Choice3Text         = "Don't worship Baal";
     	 break;

 case 29:
	CorrectAnswer     =  2;
	RandomQuestion = "Darius was of a king of what?";
  	Choice1Text         = "Israel";
  	Choice2Text         = "the Medes and the Persians";
  	Choice3Text         = "Philistia";
     	 break;

 case 30:
	CorrectAnswer     =  3;
	RandomQuestion = "With how many plagues did God afflict the Egyptians to get Pharoh to let the Israelites go?";
  	Choice1Text         = "three";
  	Choice2Text         = "hundreds";
  	Choice3Text         = "ten";
     	 break;

 case 31:
	CorrectAnswer     =  1;
	RandomQuestion = "To what city did God command Jonah to preach?";
  	Choice1Text         = "Ninevah";
  	Choice2Text         = "Jerusalem";
  	Choice3Text         = "Babylon";
     	 break;

 case 32:
	CorrectAnswer     =  2;
	RandomQuestion = "What is the name of the Moabite woman who married Boaz?";
  	Choice1Text         = "Orpah";
  	Choice2Text         = "Ruth";
  	Choice3Text         = "Bethany";
     	 break;

 case 33:
	CorrectAnswer     =  3;
	RandomQuestion = "What is the name the man who was the father of King David";
  	Choice1Text         = "David";
  	Choice2Text         = "Saul";
  	Choice3Text         = "Jesse";
     	 break;

 case 34:
	CorrectAnswer     =  1;
	RandomQuestion = "Which of the following biblical figure was the tallest?";
  	Choice1Text         = "Goliath";
  	Choice2Text         = "Saul";
  	Choice3Text         = "Elijah";
     	 break;

 case 35:
	CorrectAnswer     =  2;
	RandomQuestion = "Which prophet received Elijah's robe?";
  	Choice1Text         = "Jonah";
  	Choice2Text         = "Elisha";
  	Choice3Text         = "Isaiah";
     	 break;

 case 36:
	CorrectAnswer     =  3;
	RandomQuestion = "Who was the prophet Jeremiah's father";
  	Choice1Text         = "Obed";
  	Choice2Text         = "Jehoaz";
  	Choice3Text         = "Hilkiah";
     	 break;

 case 37:
	CorrectAnswer     =  1;
	RandomQuestion = "What does the name Benoni mean?";
  	Choice1Text         = "son of my pain";
  	Choice2Text         = "good son";
  	Choice3Text         = "son of my right hand";
     	 break;

 case 38:
	CorrectAnswer     =  2;
	RandomQuestion = "What does the name Benjamin mean?";
  	Choice1Text         = "son of my pain";
  	Choice2Text         = "son of my right hand";
  	Choice3Text         = "son of Isaac";
     	 break;

 case 39:
	CorrectAnswer     =  3;
	RandomQuestion = "In Genesis 1, what did God call the firmament that separated the waters?";
  	Choice1Text         = "the sky";
  	Choice2Text         = "Stratos";
  	Choice3Text         = "Heaven";
     	 break;

 case 40:
	CorrectAnswer     =  1;
	RandomQuestion = "How many Psalms are found in the book of that name?";
  	Choice1Text         = "150";
  	Choice2Text         = "144";
  	Choice3Text         = "200";
     	 break;

 case 41:
	CorrectAnswer     =  2;
	RandomQuestion = "According to Ecclesiastes 6:3, what is better than laughter?";
  	Choice1Text         = "joy";
  	Choice2Text         = "sorrow";
  	Choice3Text         = "love";
     	 break;

 case 42:
	CorrectAnswer     =  3;
	RandomQuestion = "According to Amos 4:8, God made which two things?";
  	Choice1Text         = "Gold and Silver";
  	Choice2Text         = "Heaven and Earth";
  	Choice3Text         = "Pleiades and Orion";
     	 break;

 case 43:
	CorrectAnswer     =  1;
	RandomQuestion = "According to the third verse of Daniel  12:3, what will happen to those who turn many to righteousness?";
  	Choice1Text         = "They will shine as the stars forever and ever.";
  	Choice2Text         = "They will be honored above all others.";
  	Choice3Text         = "Authority will be given to them.";
     	 break;

 case 44:
	CorrectAnswer     =  2;
	RandomQuestion = "How many chapters are in the book of Haggai?";
  	Choice1Text         = "four";
  	Choice2Text         = "two";
  	Choice3Text         = "twelve";
     	 break;

 case 45:
	CorrectAnswer     =  3;
	RandomQuestion = "Complete the following from KJV Psalm 37, verse 1.  Fret not thyself because of evildoers,";
  	Choice1Text         = "for their days will be few.";
  	Choice2Text         = "for the Lord will shield you from their arrows.";
  	Choice3Text         = "neither be thou envious against the workers of iniquity.";
     	 break;

 case 46:
	CorrectAnswer     =  1;
	RandomQuestion = "According to the last verse of 1 Chronicles 8, how many sons and grandsons did Ulam have?";
  	Choice1Text         = "150";
  	Choice2Text         = "two score";
  	Choice3Text         = "45";
     	 break;

 case 47:
	CorrectAnswer     =  2;
	RandomQuestion = "According to the last verse of 1 Chronicles 8, what were the sons of Ulam?";
  	Choice1Text         = "farmers";
  	Choice2Text         = "archers";
  	Choice3Text         = "swordsmen";
     	 break;

 case 48:
	CorrectAnswer     =  3;
	RandomQuestion = "What three books immediately follow the book of Ruth";
  	Choice1Text         = "Ezra, Nehemiah, Esther, Job";
  	Choice2Text         = "Amos, Obadiah, Jonah";
  	Choice3Text         = "1 Samuel, 2 Samuel, 1 Kings";
     	 break;

 case 49:
	CorrectAnswer     =  1;
	RandomQuestion = "According to the very first verse of Zechariah, when did the word of the Lord come to Zechariah?";
  	Choice1Text         = "in the eighth month, in the second year of Darius";
  	Choice2Text         = "when the King David began to reign";
  	Choice3Text         = "In the tenth month, in the ninth year of Cyrus";
     	 break;

 case 50:
	CorrectAnswer     =  2;
	RandomQuestion = "In what book does God give Moses the ten commandments?";
  	Choice1Text         = "Genesis";
  	Choice2Text         = "Exodus";
  	Choice3Text         = "Leviticus";
     	 break;

 case 51:
	CorrectAnswer     =  3;
	RandomQuestion = "According to Genesis 3:10, what did Adam say to God?";
  	Choice1Text         = "I heard thy voice in the garden and was glad.";
  	Choice2Text         = "Have mercy on me, Lord, for the serpent hath deceived me with clever lies.";
  	Choice3Text         = "I heard thy voice in the garden, and I was afraid, because I was naked; and I hid myself. ";
     	 break;

 case 52:
	CorrectAnswer     =  1;
	RandomQuestion = "What lie does the serpent use in Genesis 3:4 concerning eating of the forbidden fruit?";
  	Choice1Text         = "Ye shall not surely die.";
  	Choice2Text         = "Ye shall have strength like that of God.";
  	Choice3Text         = "Ye shall feel a peace beyond your imagination.";
     	 break;

 case 53:
	CorrectAnswer     =  2;
	RandomQuestion = "According to the third chapter of Genesis, why does Adam call his wife Eve?";
  	Choice1Text         = "because God commanded it";
  	Choice2Text         = "because she was the mother of all living";
  	Choice3Text         = "because she was the first woman";
     	 break;

 case 54:
	CorrectAnswer     =  3;
	RandomQuestion = "What is the name of Adam and Eve's  first child, to whom she gives birth in Genesis 4:1?";
  	Choice1Text         = "Able";
  	Choice2Text         = "Seth";
  	Choice3Text         = "Cain";
     	 break;

 case 55:
	CorrectAnswer     =  1;
	RandomQuestion = "How many chapters are there in the book of Genesis?";
  	Choice1Text         = "50";
  	Choice2Text         = "five";
  	Choice3Text         = "49";
     	 break;

 case 56:
	CorrectAnswer     =  2;
	RandomQuestion = "In the book of Ruth, how many sons did Naomi have?";
  	Choice1Text         = "none";
  	Choice2Text         = "two";
  	Choice3Text         = "three";
     	 break;

 case 57:
	CorrectAnswer     =  3;
	RandomQuestion = "According to the book of Ruth, to what country did Elimelech and his family go during a famine?";
  	Choice1Text         = "Philistia";
  	Choice2Text         = "Egypt";
  	Choice3Text         = "Moab";
     	 break;

 case 58:
	CorrectAnswer     =  1;
	RandomQuestion = "What happened to Elimelech in Ruth 1:3?";
  	Choice1Text         = "He died.";
  	Choice2Text         = "He gave thanks to God.";
  	Choice3Text         = "He planted a field.";
     	 break;

 case 59:
	CorrectAnswer     =  2;
	RandomQuestion = "What article of clothing does Boaz take off in Ruth 4:8?";
  	Choice1Text         = "his hat";
  	Choice2Text         = "his shoe";
  	Choice3Text         = "his cloak";
     	 break;

 case 60:
	CorrectAnswer     =  3;
	RandomQuestion = "What king was a descendent of Ruth?";
  	Choice1Text         = "Saul";
  	Choice2Text         = "Omar";
  	Choice3Text         = "David";
     	 break;

 case 61:
	CorrectAnswer     =  1;
	RandomQuestion = "Who was the mother of Samuel?";
  	Choice1Text         = "Hannah";
  	Choice2Text         = "Peninnah";
  	Choice3Text         = "neither";
     	 break;

 case 62:
	CorrectAnswer     =  2;
	RandomQuestion = "In the first chapter of Samuel, what does Eli say to Hannah when he notices her praying?";
  	Choice1Text         = "Depart from me, woman, thou art not permitted in the temple.";
  	Choice2Text         = "How long wilt thou be drunken? put away thy wine from thee.";
  	Choice3Text         = "Speak, daughter, what troubles thee?";
     	 break;

 case 62:
	CorrectAnswer     =  3;
	RandomQuestion = "How did the sons of Eli the priest die?";
  	Choice1Text         = "They were crushed when a tower they were in collapsed.";
  	Choice2Text         = "The people stoned them for their evil ways.";
  	Choice3Text         = "They fell in a battle against the Philistines.";
     	 break;

 case 63:
	CorrectAnswer     =  1;
	RandomQuestion = "Who were the sons of Eli the priest?";
  	Choice1Text         = "Hophni and Phinehas";
  	Choice2Text         = "Cain and Able";
  	Choice3Text         = "Ichabod and Ulysses";
     	 break;

 case 64:
	CorrectAnswer     =  2;
	RandomQuestion = "In 1 Samuel, chapter 6, what do the Philistines do with the ark of God? ";
  	Choice1Text         = "destroy it";
  	Choice2Text         = "send it back to Israel";
  	Choice3Text         = "place it under heavy guard";
     	 break;

 case 64:
	CorrectAnswer     =  3;
	RandomQuestion = "According to 1 Samuel, chapter 7, how long did Samuel judge Israel? ";
  	Choice1Text         = "thirty-two years";
  	Choice2Text         = "until God told him to retire";
  	Choice3Text         = "all the days of his life";
     	 break;

 case 65:
	CorrectAnswer     =  1;
	RandomQuestion = "According to 1 Samuel, chapter 8, when did Samuel make his sons judges over Israel? ";
  	Choice1Text         = "when he was old";
  	Choice2Text         = "when his strength began to fail";
  	Choice3Text         = "when the people grew to numerous for him to judge alone";
     	 break;

 case 66:
	CorrectAnswer     =  2;
	RandomQuestion = "Which of the following things does Samuel tell the Israelites a king will do? ";
  	Choice1Text         = "He will half of your oxen and sheep as his own.";
  	Choice2Text         = "He will take your daughters to be confectionaries, and to be cooks, and to be bakers. ";
  	Choice3Text         = "He will lead you into iniquity and multiply your sins.";
     	 break;

 case 67:
	CorrectAnswer     =  3;
	RandomQuestion = "What do the elders of Israel request of Samuel in 1 Samuel, chapter 8?";
  	Choice1Text         = "Pray to the Lord for us that he will forgive our sins.";
  	Choice2Text         = "Leave us in peace for your words are a constant torment to us.";
  	Choice3Text         = "Give us a king to judge us.";
     	 break;

 case 68:
	CorrectAnswer     =  1;
	RandomQuestion = "Of which tribe of Israel was the first king, Saul?";
  	Choice1Text         = "Benjamin";
  	Choice2Text         = "Joseph";
  	Choice3Text         = "Daniel";
     	 break;

 case 69:
	CorrectAnswer     =  2;
	RandomQuestion = "How did King Saul die?";
  	Choice1Text         = "A woman dropped a millstone on his head from a tower.";
  	Choice2Text         = "He fell in battle against the Philistines.";
  	Choice3Text         = "He was consumed by an incurable disease of the bowels.";
     	 break;

 case 70:
	CorrectAnswer     =  3;
	RandomQuestion = "Who in the first chapter of 1 Samuel informs David that Saul and Jonathan are dead?";
  	Choice1Text         = "an angel";
  	Choice2Text         = "the men of Jabesh-gilead";
  	Choice3Text         = "an Amalekite";
     	 break;

 case 71:
	CorrectAnswer     =  1;
	RandomQuestion = "Who was the son of Aaron mentioned in Numbers 26:1?";
  	Choice1Text         = "Eleazar";
  	Choice2Text         = "Zephon";
  	Choice3Text         = "Dan";
     	 break;

 case 72:
	CorrectAnswer     =  2;
	RandomQuestion = "How many are the children of Israel were there according to Numbers 26:51?";
  	Choice1Text         = "thirty-two thousand three hundred and twelve";
  	Choice2Text         = "six hundred thousand and a thousand seven hundred and thirty";
  	Choice3Text         = "one hundred thousand and a thousand five hundred and twenty";
     	 break;

 case 72:
	CorrectAnswer     =  3;
	RandomQuestion = "Who was Joshua's father according to Joshua 1:1?";
  	Choice1Text         = "Moses";
  	Choice2Text         = "Jabin";
  	Choice3Text         = "Nun";
     	 break;

 case 73:
	CorrectAnswer     =  1;
	RandomQuestion = "According to Joshua 5:1, what made the hearts of the Amorite kings melt?";
  	Choice1Text         = "They heard that the Lord had dried up the waters of Jordan from before the children of Israel.";
  	Choice2Text         = "They saw the the numbers of the children of Israel were beyond measure.";
  	Choice3Text         = "They heard that Jericho had fallen.";
     	 break;

 case 74:
	CorrectAnswer     =  2;
	RandomQuestion = "What event is recorded in the very last verse of the very last chapter of the book of Joshua?";
  	Choice1Text         = "Joshua dies and is buried.";
  	Choice2Text         = "Eleazar the son of Aaron dies and is buried.";
  	Choice3Text         = "A lot is cast for the tribe of Manasseh";
     	 break;

 case 75:
	CorrectAnswer     =  3;
	RandomQuestion = "According to 2 Sammuel 3:2, who was the firstborn son of King David?";
  	Choice1Text         = "Solomon of Bathsheba";
  	Choice2Text         = "Absalom the son of Maacah the daughter of Talmai king of Geshur";
  	Choice3Text         = "Amnon, of Ahinoam the Jezreelitess";
     	 break;

 case 76:
	CorrectAnswer     =  1;
	RandomQuestion = "Who killed Amnon, son of King David?";
  	Choice1Text         = "Absalom";
  	Choice2Text         = "David himself";
  	Choice3Text         = "Joab";
     	 break;

 case 77:
	CorrectAnswer     =  2;
	RandomQuestion = "What was said of the Philistine giant, Goliath the Gittite, in 2 Samuel, chapter 21?";
  	Choice1Text         = "His spear weighed three hundred shekels of brass in weight.";
  	Choice2Text         = "The staff of his spear was like a weaver's beam";
  	Choice3Text         = "He had on every hand six fingers, and on every foot six toes, four and twenty in number";
     	 break;

 case 78:
	CorrectAnswer     =  3;
	RandomQuestion = "Which king is mentioned at the very beginning of the book of Ezra?";
  	Choice1Text         = "David, king of Israel";
  	Choice2Text         = "Og, king of Bashan";
  	Choice3Text         = "Cyrus, king of Persia";
     	 break;

 case 79:
	CorrectAnswer     =  1;
	RandomQuestion = "Which king is mentioned at the very beginning of the book of Ezra?";
  	Choice1Text         = "David, king of Israel";
  	Choice2Text         = "Og, king of Bashan";
  	Choice3Text         = "Cyrus, king of Persia";
     	 break;

 case 80:
	CorrectAnswer     =  2;
	RandomQuestion = "What is another name by which the book 'Song of Solomon' is known?";
  	Choice1Text         = "Psalm of Solomon";
  	Choice2Text         = "Canticles";
  	Choice3Text         = "Zephania";
     	 break;





    default:
	CorrectAnswer     =  2;
	RandomQuestion = "Which Old Testament book follows immediately after the book of Ezra?";
  	Choice1Text         = "Syria";
  	Choice2Text         = "Rome";
  	Choice3Text         = "Egypt";
  }
}