ÿþ<HTML> <HEAD> <title>Jqwiz</title> <script language="JavaScript"> <!-- // JQwiz PARAMETERS quizTitle = "Instruction" questionTitle = "Question" secPerQuestion = 30 choiceStyle = "checkbox" bgrColor = "" txtColor = "black" hdrColor = "black" lnkColor = "gray" bgrImage = "../topics/inner_page_image/bck.jpg" sendMailTo = "" mailSubject = "JQwiz Results" formMailURL = "" StartButtonText = "Start Quiz" SubmitButtonText = "Submit" ShowAnswersButtonText = "Show correct answers" NextAnswerButtonText = "Next correct answer" ShowScoreButtonText = "Return to your score" ExitButtonText = "Home" onExitDoThis = "window.open('http://www.misbah.info')" // If you do not set your own introductory page (introPageURL), // JQwiz will generate the default page. introPageURL = "default" // ARRAYS questions=new Array() choices =new Array() nChoices =new Array() answers =new Array() boxes =new Array() codes =new Array() nCorrectChoices=new Array() //--> </script> <script language="JavaScript" src="JQwiz.js"></script> <script language="JavaScript"> <!-- function initQuiz() { // JQwiz content starts here question ('What should one say upon hearing <I>azaan</I>? ') choice ("0","<I>Labbaika Allahumma Labbaik</I>") choice ("0","<I>Labbiaka Ya Rasulallah</I>") choice ("1","<I>Labbaika Ya Dai y Allah</I>") question ('What is the meaning of &nbsp;<span style="font-family:AL-FATEMI(Lisaan-ud-Dawat);"> <b> 'P0F </b> </span> &nbsp;in the word &nbsp;<span style="font-family:AL-FATEMI(Lisaan-ud-Dawat);"> <b> (P'P0QMFPG </b> </span>&nbsp;in Quran e Majeed? ') choice ("0","Invitation") choice ("1","Permission") choice ("0","Command") question ('Succor always accompanies ') choice ("0","Hardwork") choice ("0","Success ") choice ("1","Forbearance") question ("Which month is known as the month of <I>sabr</I> (forbearance)?") choice ("1","Shehre Ramadan al Moazzam") choice ("0","Moharram-ul-Haram") choice ("0","Rajab-ul-Asab") question ("What is the reward of <I>sabr</I>?") choice ("0","Happiness") choice ("1","<I>Jannat</I>") choice ("0","Peace") question ("Many times, children ruin things and parents, without admonishing them, set things right while teaching them not to repeat the error. Why do they do so?") choice ("0","Because it is their responsibility to do so.") choice ("1","Because of their parental instinct.") choice ("0","Because they do not have any other option.") question ('What was the amazing quality of the dates given to Salman bin Islam by Maulatuna Fatema <sup>(SA)</sup>?') choice ("0","They had a strong fragrance.") choice ("0","They did not contain any seed.") choice ("1","Both of the above.") question ("Which <I>dua</I> did Maulatuna Fatema <sup>(SA)</sup> teach Salman bin Islam? ") choice ("1","<I>Dua un Noor</I>") choice ("0","<I>Dua ul Kamil</I>") choice ("0","<I>Tasbeeh e Fatema</I>") question ('What is the benefit of reciting <I>Dua un Noor</I>? ') choice ("0","One does not get afflicted by fever.") choice ("0","One does not get influenced by the evil whisperings of <I>Shaitan</I>. ") choice ("1","Both of the above") question ('What should the father of a bride seek in a prospective bridegroom?') choice ("1","Character") choice ("0","Wealth ") choice ("0","Both of the above ") //JQwiz content ends here initAll(); } // End of function initQuiz // Here you can modify the default footnote message // defaultMsg='' // msg=defaultMsg //--> </script> </HEAD> <frameset rows="*,33" border=0 frameborder=no framespacing=0 onLoad="initQuiz();showDirections();self.focus()"> <frame name="f1JQwiz" src="JQwiz_f1.htm" target="_self"> <frame name="f2JQwiz" src="JQwizmsg.htm" scrolling="no" marginheight="2" marginwidth="10" target="_self"> </frameset> </HTML>