Jump to content

Checking answers in quiz...


Oyster

Recommended Posts

Hi,

I'm writing my own quiz and I need one script. When the user choose bad answer under the quiz he'll see the text that his answer isn't good, and if he choose correct answer he'll see the text that his answer is good. Here you have the code of my quiz:

<tr>
    <td class="text" align="left">
  <font SIZE="3"><center>Quiz about my site</center></font></B>

  1. When I made this site?
 
<INPUT TYPE="radio" NAME="ans1" value="1"> in 1996
 
<INPUT TYPE="radio" NAME="ans2" VALUE="2"> in 1992
 
<INPUT TYPE="radio" NAME="ans3" VALUE="3"> in 2006
 
<INPUT TYPE="radio" NAME="ans4" VALUE="4"> in 2003
 

 
<form><input TYPE="button" VALUE="Next question" onClick="parent.location.href='quiz2.html'"></FORM>
 
  </td>
</tr>
</table>
Link to comment
https://forums.phpfreaks.com/topic/25433-checking-answers-in-quiz/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.