Results 1 to 2 of 2

Thread: Showing answers after choosing

  1. #1
    Join Date
    Nov 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Showing answers after choosing

    Hi,

    I have wrote my own quiz with answers and I need one script - showing answers. I mean, that if I check correct answer over button "Next question" script show me information about good answer, but not in new window, only over button "Next question". The same if I choose incorrect answer, but then script show me info about incorrect answer. I've seen it on one site, but I don't remember where, but in script was "function.checkAnswer" and many others.

    Hope you help me and here is the code of my quiz:
    Code:
    <td class="text" align="left">
    	<b><font SIZE="3"><center>Quiz</center></font></B><br></b>
    	<b>14. This site is:</b> 
    	<br><INPUT TYPE="radio" NAME="answer" VALUE="1"> good
        <br><INPUT TYPE="radio" NAME="answer" VALUE="2"> bad
    	<br><INPUT TYPE="radio" NAME="answer" VALUE="3"> i don't know
        <br><INPUT TYPE="radio" NAME="answer" VALUE="4"> great
    	<br>
    	<br><form><input TYPE="button" VALUE="Next question" onClick="parent.location.href='quiz15.html'"></FORM>
    	</td>
    And sorry for my bad english, i'm from Poland.

  2. #2
    Join Date
    Nov 2006
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    maybe u can look a look at this thread, it also regarding Q&A.

    http://www.dynamicdrive.com/forums/s...ad.php?t=15786

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •