// parable 01 javascript data

var number_of_questions = 4;
var grade = false;
var answers = new Array();
var score = 0;
var answer_count = 0;
var total_num_answers = 0;
var answer_value = 100/number_of_questions;
var index_LinkButtons = 0;
var link_buttons = new Array();

// the following is the question/answers data and is put into questons_answers array
var questions_answers = new Array(
// question one
  
false,"","What does Jesus mean by saying that we are the light of the world?",4,
document,answer_value,grade,true,"It means that primarily he reveals himself to the world through his people, so his people must live life in a way that reveals him.",
document,answer_value,grade,false,"It means that people that call themselves Christians should go to church regularly to set a good example.",
document,answer_value,grade,false,"It means that Christians are wise.",
document,answer_value,grade,false,"It means that we are vessels of the Holy Spirit.",
// question two
true,"<div id='hdn_one' ><div class='base'><ul><li><strong>What does Jesus mean by saying that we are the light of the world?</strong><ol><li><strong><img src='../i/check.gif' alt='Right Answer!' align='TOP' width='14' height='16' border='0'>It means that primarily he reveals himself to the world through his people, so his people must live life in a way that reveals him.</strong><ul><li><strong>Yes. During the church age God mostly reveals himself to the world through his body the church. As true Christians we have the Holy Spirit living inside us. The Spirit teaches us all things and we are to live in the light of that knowledge.</strong></li><li><strong>Witnessing for Christ is not going to church and calling yourself a Christian and going around telling everyone about Christ. It is about being transformed into a Godlike innocent child and living as an example of what Christ is like. Living as a supernatural child of God is a powerful witness. This is what the parable is telling you to do. Do not hide the light that is within you, rather let it shine so that all can see and praise God.</strong></li><li><strong>My friends, this notion that you are a Christian because you go to church is nonsense. The testimony that says that you are a Christian is your Christ-like life. If you are not being transformed into a Christ-like person, then you do not have the Spirit and you are not of Christ. Period.</strong></li></ul></li><li>It means that people that call themselves Christians should go to church regularly to set a good example.<ul><li>No. Looking at things in the world today you would think that this is the right answer, but it is not what the Bible teaches.</li></ul></li><li>It means that Christians are wise.<ul><li>No. </li></ul></li><li>It means that we are vessels of the Holy Spirit.<ul><li>Well, true Christians are vessels of the Holy Spirit, but that is not what the parable is about.</li></ul></li></ol></li></ul></div></div>","The lamp is symbolic for what?",4,
document,answer_value,grade,false,"The Bible.",
document,answer_value,grade,false,"Jesus Christ.",
document,answer_value,grade,false,"The Holy Spirit.",
document,answer_value,grade,true,"God's children.",
// question three
true,"<div id='hdn_two' ><div class='base'><ul><li><strong>The lamp is symbolic for what?</strong><ol><li>The Bible.<ul><li>No. The Bible is light, but that is not the meaning of the parable.</li></ul></li><li>Jesus Christ.<ul><li>Jesus Christ is light, but that is not the meaning of the parable. Jesus was saying that 'You are the light of the world.' The 'you' being those that were hearing his words.</li></ul></li><li>The Holy Spirit.<ul><li>The Holy Spirit is light, but that is not the meaning of the parable.</li></ul></li><li><strong><img src='../i/check.gif' alt='Right Answer!' align='TOP' width='14' height='16' border='0'>God's children.</strong><ul><li><strong>Yes. God's children are to be the source of light to the dark world.</strong></li></ul></li></ol></li></div></div>","The bowl is symbolic for what?",3,
document,answer_value,grade,true,"Nothing it is just a bowl.",
document,answer_value,grade,false,"False religion.",
document,answer_value,grade,false,"A collection plate.",
// question four
true,"<div id='hdn_three' ><div class='base'><ul><li><strong>The bowl is symbolic for what?</strong><ol><li><strong><img src='../i/check.gif' alt='Right Answer!' align='TOP' width='14' height='16' border='0'>Nothing it is just a bowl.</strong><ul><li><strong>Yes. The bowl is not important in this parable. Jesus simply means that our function is to be beacons of light and that the light should not be hidden. In the same what that a person would not light a light and then cover it what a box or something else, we, Christ's lamps, were not lit by Christ to be hidden from the world. Christ lit our lights so that we could shine on those around us.</strong></li></ul></li><li>False religion.<ul><li>No.</li></ul></li><li>A collection plate.<ul><li>No.</li></ul></li></ol></li></ul></div></div>","What should the believer do?",4,
document,answer_value,grade,false,"He or she should constantly tell people about Jesus Christ.",
document,answer_value,grade,false,"They should put on a good face so that others do not see their problems and so be discouraged about Christ.",
document,answer_value,grade,true,"They should live holy and righteous lives so that the truth will be evident through them.",
document,answer_value,grade,false,"They should put a bumper sticker about Christ on their car.",
true,"Test of the end text","",0
);

var link = new Array(
	"Javascript:mirage('hdn_one');",
	"Javascript:mirage('hdn_two');",
	"Javascript:mirage('hdn_three');",
	"Javascript:mirage('hdn_four');"
 );

