<form method="post" action="check_pre2.php"> <? $number =1; include("connect.php"); $sql = "select * from lesson2 order by id"; $query = mysql_query($sql) or die ("error=$sql"); while ($row = mysql_fetch_array($query)){ $id = $row[id]; $question = $row[question]; $choice1 = $row[c1]; $choice2 = $row[c2]; $choice3 = $row[c3]; $choice4 = $row[c4]; $answer = $row[answer]; echo "<b> ข้อ $number. $question </b><br> <input type = 'radio' name = 'select_$id' value = '1'> $choice1 <br> <input type = 'radio' name = 'select_$id' value = '2'> $choice2 <br> <input type = 'radio' name = 'select_$id' value = '3'> $choice3 <br> <input type = 'radio' name = 'select_$id' value = '4'> $choice4 <hr>"; $number++; } ?> <input type="submit" value="Submit" onClick="check_pre2.php"/> <input type="reset" value="Reset"/>
$answer = $row[answer]; echo "<b> ข้อ $number. $question </b><br> <input type = 'radio' name = 'select_$id' value = '1' <?if($answer=="1"){echo "checked";}?>> $choice1 <br> <input type = 'radio' name = 'select_$id' value = '2' <?if($answer=="2"){echo "checked";}?>> $choice2 <br> <input type = 'radio' name = 'select_$id' value = '3' <?if($answer=="3"){echo "checked";}?>> $choice3 <br> <input type = 'radio' name = 'select_$id' value = '4' <?if($answer=="4"){echo "checked";}?>> $choice4 <hr>";
<? $correct =5; $sum = 0; $num = 0; $total = 0; include("connect.php"); $sql = "select id,answer from lesson2 order by id"; $query = mysql_query($sql) or die ("error=$sql"); $total = mysql_num_rows($query); while ($row = mysql_fetch_array($query)){ $id = $row[id]; $answer = $row[answer]; $select = "select_".$id; if (${$select}==$answer){ $num++; $sum=$correct*$num; } } echo "<h2> ถูกต้องทั้งหมด $num ข้อ<br> คะแนนก่อนเรียน = $sum คะแนน จาก 25 คะแนน<br> แบบฝึกหัดก่อนเรียนทั้งหมด $total ข้อ </h2>"; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง