home *** CD-ROM | disk | FTP | other *** search
/ Fr. John Corapi, Solt / Fr. John Corapi, Solt.iso / pc / Quiz2.swf / scripts / frame_12 / DoAction.as
Encoding:
Text File  |  2008-02-25  |  1.9 KB  |  19 lines

  1. stop();
  2. finalresult = int(result / 10 * 100);
  3. if(finalresult <= 40)
  4. {
  5.    comment6 = "You scored only " + finalresult + " % " + ".  This quiz was only a primer of what the Catechism actually is and how it came to be.  To learn more see the link below to obtain the Introduction to the Catechism and The Nature of the Catechism.   This tape explains the roots of the book and it\'s true purpose as it relates to our faith.    Remember Peter 4:12-16:  Dear friends, do not be surprised at the painful trial you are suffering, as though something strange were happening to you.  But rejoice that you participate in the sufferings of Christ, so that you may be overjoyed when his glory is revealed.";
  6. }
  7. else if(finalresult > 40 && finalresult < 80)
  8. {
  9.    comment6 = "You scored  " + finalresult + " % " + ".   This test grades you on what you know about the Catechism of the Catholic Church, how it was founded, and why.  The Introduction to the Catechism found below will shed light on the backround and importance of this book, and help you realize why it is neccessary to study and know this doctrine of the Catholic Faith.";
  10. }
  11. else if(finalresult >= 80 && finalresult <= 90)
  12. {
  13.    comment6 = "You scored " + finalresult + " % " + ".   If you answered all these on your first try, then good for you.  The next question to ask yourself is why you know the answers and how you can spread the good word to others as well as learn more for yourself.  Remember Deuteronomy 32:2 - Let my teaching fall like rain and my words descend like dew, like showers on new grass, like abundant rain on tender plants.";
  14. }
  15. else if(finalresult = 100)
  16. {
  17.    comment6 = "You scored " + finalresult + " % " + "!  Congratulations! Teach others!  Timothy 4:6 - If you point these things out to the brothers, you will be a good minister of Christ Jesus, brought up in the truths of the faith and of the good teaching that you have followed.";
  18. }
  19.