<font face="MS Sans Serif">
<form action=test.asp method=post>

รหัสนักเรียน<input type=text name=uid>
ชื่อ<input type=text name=studentF>
นามสกุล<input type=text name=studentL>


<input type=hidden name=q value=radio>

<br>
ข้อ 1
<br>

5000+550 = ?

<br>
<input type=radio name=aws1 value=5000> 5000
<br>
<input type=radio name=aws1 value=5550> 5550
<br>
<input type=radio name=aws1 value=5555> 5555

<br>
<input type=submit >
<input type=reset>

</form>