ÿþ<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 ("In what sense did Aqa Maula <sup>(TUS)</sup> compare Imam Husain's <sup>(SA)</sup> horse in Karbala with Rasulullah's <sup>(SAW)</sup> camel in Madina?") choice ("0","Both were special animals") choice ("0","Both were present in Karbala") choice ("1","Both moved and stopped by divine direction") question ('Why do <I>Hodaat Kiraam</I> compose elegy on Imam Husain <sup>(SA)</sup>?') choice ("0","to express their heartfelt sorrow") choice ("0","to show us how to perform <I>buka</I>") choice ("1","both of the above") question ('Which place was termed by Rasulullah <sup>(SAW)</sup> as one of the hillocks of <I>Jannat</I>?') choice ("0","Kufa") choice ("1","Karbala") choice ("0","Jabale Abi Qubais") question ("Who tried to hold back the legs of Imam Husain's <sup>(SA)</sup> horse when he was ready to depart for <I>shahadat</I>?") choice ("0","Maulatena Zainab") choice ("1","Maulatena Sakina") choice ("0","Maulatena Ruqaiyyah ") question ("When did Imam Husain's <sup>(SA)</sup> horse bend his forelegs to enable him to dismount?") choice ("0","When Imam Husain <sup>(SA)</sup> had stopped fighting") choice ("0","When Jibraeel conveyed Allah's desire for <I>shahadat</I>") choice ("1","When Imam Husain <sup>(SA)</sup> sheathed his sword") question ("Upon approaching Imam Husain's <sup>(SA)</sup> body, what did his horse do?") choice ("0","Kissed the body and inhaled the heavenly fragrance") choice ("0","Soaked its mane in his blood") choice ("1","Both of the above") question ('Maulana Ali <sup>(SA)</sup> says, "Travel forth in search of glory, for in travelling you will gain _______ benefits."') choice ("1","Five") choice ("0","Six") choice ("0","Seven") question ("What is the key to all the treasures of knowledge?") choice ("1","Imam Husain's <sup>(SA)</sup> zikr") choice ("0","Practice") choice ("0","Hard work") //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>