var questions = new Array();
var answers = new Array();
var verses = new Array();
var underscoreVerses = new Array();

// Question 1 ----------------------------------------

questions[0] = new Array();
questions[0][0] = "For what purpose did God send His Son Jesus Christ to us?";
questions[0][1] = "To rule and reign over us.";
questions[0][2] = "So we can have eternal life.";
questions[0][3] = "So we can live in comfort on the earth.";
questions[0][4] = "So we can live according to His example";

answers[0] = 1; //answers 0 to 3, answer = second array number - 1

verses[0] = new Array();
verses[0][0] = "For God so loved the world, that He gave His only begotten Son, that whoever believes in Him should not perish, but have eternal life.<BR>John 3:16";

underscoreVerses[0] = new Array();
underscoreVerses[0][0] = "For God so loved the world, that He gave His only begotten Son, that whoever believes in Him should not perish, but <B><U>have eternal life.</U></B><BR>John 3:16";

// Question 2 ----------------------------------------

questions[1] = new Array();
questions[1][0] = "What does this verse say about people?";
questions[1][1] = "People are basically good.";
questions[1][2] = "People who commit the big sins need to worry.";
questions[1][3] = "Doing good deeds cancels out bad deeds we have done.";
questions[1][4] = "All of us have sinned.";

answers[1] = 3; // answer = second array number - 1

verses[1] = new Array();
verses[1][0] = "For all have sinned and fall short of the glory of God.<BR>Romans 3:23";

underscoreVerses[1] = new Array();
underscoreVerses[1][0] = "For <B><U>all have sinned</U></B> and fall short of the glory of God.<BR>Romans 3:23";

// Question 3 ----------------------------------------

questions[2] = new Array();
questions[2][0] = "How would you define sin according to this verse?";
questions[2][1] = "Falling short of God's standard.";
questions[2][2] = "Each person defines sin in their own way.";
questions[2][3] = "Flaws in our character that we have at birth.";
questions[2][4] = "There is no such thing as sin.";

answers[2] = 0; // answer = second array number - 1

verses[2] = new Array();
verses[2][0] = "For all have sinned and fall short of the glory of God.<BR>Romans 3:23";

underscoreVerses[2] = new Array();
underscoreVerses[2][0] = "For all have sinned and <B><U>fall short of the glory of God</U></B>.<BR>Romans 3:23";

// Question 4 ----------------------------------------

questions[3] = new Array();
questions[3][0] = "What payment (wage) can we expect for the sin (wrong) <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; we have done?";
questions[3][1] = "None, if our good deeds outweigh our bad deeds.";
questions[3][2] = "The punishment depends on how much we have sinned.";
questions[3][3] = "Both physical and spiritual death.";
questions[3][4] = "There will be no punishment for sin.";

answers[3] = 2; //answers 0 to 3, answer = second array number - 1

verses[3] = new Array();
verses[3][0] = "For the wages of sin is death, but the free gift of God is eternal life in Christ Jesus our Lord.<BR>Romans 6:23";

underscoreVerses[3] = new Array();
underscoreVerses[3][0] = "For <B><U>the wages of sin is death</U></B>, but the free gift of God is eternal life in Christ Jesus our Lord.<BR>Romans 6:23";

// Question 5 ----------------------------------------

questions[4] = new Array();
questions[4][0] = "What is one thing death brings with it?";
questions[4][1] = "Judgment.";
questions[4][2] = "Peace.";
questions[4][3] = "Nothing. Life ends when we go to our grave.";
questions[4][4] = "Everyone has eternal life after physical death.";

answers[4] = 0; //answers 0 to 3, answer = second array number - 1

verses[4] = new Array();
verses[4][0] = "It is appointed for men to die once and after this comes judgment.<BR>Hebrews 9:27";

underscoreVerses[4] = new Array();
underscoreVerses[4][0] = "It is appointed for men to die once and <B><U>after this comes judgment</U></B>.<BR>Hebrews 9:27";

// Question 6 ----------------------------------------

questions[5] = new Array();
questions[5][0] = "According to this verse,<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;what did God's love for us cause Jesus Christ to do?";
questions[5][1] = "Christ lets us decide on our own how we should live.";
questions[5][2] = "Christ died to save us.";
questions[5][3] = "Christ set a good example of how we should live.";
questions[5][4] = "Christ gave us the Ten Commandments to live by.";

answers[5] = 1; //answers 0 to 3, answer = second array number - 1

verses[5] = new Array();
verses[5][0] = "But God demonstrates His own love toward us, in that while we were yet sinners, Christ died for us.  Much more then, having now been justified by His blood, we shall be saved from the wrath of God through Him.<BR>Romans 5: 8-9";

underscoreVerses[5] = new Array();
underscoreVerses[5][0] = "But God demonstrates His own love toward us, in that while we were yet sinners, <B><U>Christ died for us</U></B>.  Much more then, having now been justified by His blood, <B><U>we shall be saved from the wrath of God</B></U> through Him.<BR>Romans 5: 8-9";

// Question 7 ----------------------------------------

questions[6] = new Array();
questions[6][0] = "What does the Bible teach regarding salvation<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;and our efforts to be good?";
questions[6][1] = "We are unable to save ourselves.";
questions[6][2] = "Salvation is a gift from God.";
questions[6][3] = "Our good deeds are not sufficient to merit God's favor.";
questions[6][4] = "All of the above.";

answers[6] = 3; //answers 0 to 3, answer = second array number - 1

verses[6] = new Array();
verses[6][0] = "For by grace you have been saved through faith; and that not of yourselves, it is the gift of God; not as a result of works, that no one should boast.  Ephesians 2:8-9";

underscoreVerses[6] = new Array();
underscoreVerses[6][0] = "For by grace you have been saved through faith; and that <B><U>not of yourselves</B></U>, <B><U>it is the gift of God</B></U>; <B><U>not as a result of works</B></U>, that no one should boast.  Ephesians 2:8-9";

// Question 8 ----------------------------------------

questions[7] = new Array();
questions[7][0] = "What do you think the verse shown means?";
questions[7][1] = "Christ died once for our sins.";
questions[7][2] = "Christ who was innocent died for us who were guilty.";
questions[7][3] = "Christ died in order that we might live with God.";
questions[7][4] = "All of the above.";

answers[7] = 3; //answers 0 to 3, answer = second array number - 1

verses[7] = new Array();
verses[7][0] = "For Christ also died for sins once for all, the just for the unjust, in order that He might bring us to God, having been put to death in the flesh, but made alive in the spirit.<BR>1 Peter 3:18";

underscoreVerses[7] = new Array();
underscoreVerses[7][0] = "For <B><U>Christ also died for sins</B></U> once for all, <B><U>the just for the unjust</B></U>, in order that <B><U>He might bring us to God</B></U>, having been put to death in the flesh, but made alive in the spirit.<BR>1 Peter 3:18";

// Question 9 ----------------------------------------

questions[8] = new Array();
questions[8][0] = "Believing in and receiving Jesus Christ gives us what right?";
questions[8][1] = "To continue sinning without consequence.";
questions[8][2] = "To stop loving other people.";
questions[8][3] = "To become children of God.";
questions[8][4] = "To live life as we please.";

answers[8] = 2; //answers 0 to 3, answer = second array number - 1

verses[8] = new Array();
verses[8][0] = "As many as received Him (Christ), to them He gave the right to become children of God, even to those who believe in His name.<BR>John 1:12";

underscoreVerses[8] = new Array();
underscoreVerses[8][0] = "As many as received Him (Christ), to them He gave <B><U>the right to become children of God</B></U>, even to those who believe in His name.<BR>John 1:12";

// Question 10 ----------------------------------------

questions[9] = new Array();
questions[9][0] = "What does Jesus Christ promise to those who hear<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and believe?";
questions[9][1] = "Eternal life; no judgment.";
questions[9][2] = "Judgment followed by eternal life or eternal death.";
questions[9][3] = "God does not make promises.";

answers[9] = 0; //answers 0 to 3, answer = second array number - 1

verses[9] = new Array();
verses[9][0] = "Truly, truly, I say to you, he who hears My word, and believes Him who sent Me (Christ), has eternal life, and does not come into judgment, but has passed out of death into life.<BR>John 5:24";

underscoreVerses[9] = new Array();
underscoreVerses[9][0] = "Truly, truly, I say to you, he who hears My word, and believes Him who sent Me (Christ), <B><U>has eternal life, and does not come into judgment</B></U>, but has passed out of death into life.<BR>John 5:24";
