I have four variables.
$answer1, $answer2, $answer3 and $rightanswer.
I have a set of radio buttons.
<INPUT TYPE=RADIO NAME="guess" VALUE="1">answer<BR>
<INPUT TYPE=RADIO NAME="guess" VALUE="2">answer<BR>
<INPUT TYPE=RADIO NAME="guess" VALUE="3">answer<BR>
<INPUT TYPE=RADIO NAME="guess" VALUE="4">answer<BR>
I want to put those variable names in randomly so that each time the correct answer is different. Is there any way to do this.. and allow for me to know which radio button was clicked?
$answer1, $answer2, $answer3 and $rightanswer.
I have a set of radio buttons.
<INPUT TYPE=RADIO NAME="guess" VALUE="1">answer<BR>
<INPUT TYPE=RADIO NAME="guess" VALUE="2">answer<BR>
<INPUT TYPE=RADIO NAME="guess" VALUE="3">answer<BR>
<INPUT TYPE=RADIO NAME="guess" VALUE="4">answer<BR>
I want to put those variable names in randomly so that each time the correct answer is different. Is there any way to do this.. and allow for me to know which radio button was clicked?