ÿþ<HTML> <HEAD> <title>Jqwiz</title> <link href="../css/fe.css" rel="stylesheet" type="text/css" /> <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 Word Power" SubmitButtonText = "Submit" ShowAnswersButtonText = "Show correct answers" NextAnswerButtonText = "Next correct answer" ShowScoreButtonText = "Return to your score" ExitButtonText = "Home" onExitDoThis = "windows.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 ('<IMG SRC="image/1.gif" BORDER="0" ALT="">') choice ("1","Ark") choice ("0","Sky ") choice ("0","Sea") choice ("0","Land ") question ('<IMG SRC="image/2.gif" BORDER="0" ALT="">') choice ("0","King") choice ("0","Ruler") choice ("1","Kingdom ") choice ("0","Angel") question ('<IMG SRC="image/3.gif" BORDER="0" ALT="">') choice ("0","Desire") choice ("0","Wish") choice ("0","Hunger ") choice ("1","Thirst ") question ('<IMG SRC="image/4.gif" BORDER="0" ALT="">') choice ("1","Bride") choice ("0","Groom") choice ("0","Guest") choice ("0","Friend") question ('<IMG SRC="image/5.gif" BORDER="0" ALT="">') choice ("0","Weapons") choice ("0","Army") choice ("0","Artillery ") choice ("1","Flag") question ('<IMG SRC="image/6.gif" BORDER="0" ALT="">') choice ("0","Face") choice ("0","Mouth") choice ("1","Tongue") choice ("0","Teeth ") question ('<IMG SRC="image/7.gif" BORDER="0" ALT="">') choice ("0","Seal") choice ("1","Ring ") choice ("0","Stamp") choice ("0","Message") question ('<IMG SRC="image/8.gif" BORDER="0" ALT="">') choice ("0","Tens") choice ("0","Hundreds") choice ("0","Ones") choice ("1","Thousands ") question ('<IMG SRC="image/9.gif" BORDER="0" ALT="">') choice ("1","Stars ") choice ("0","Sea") choice ("0","Sky") choice ("0","Planet") question ('<IMG SRC="image/10.gif" BORDER="0" ALT="">') choice ("0","Dates") choice ("0","Platform") choice ("1","Palm tree") choice ("0","Grass ") //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>