|
|
|
ช่วยด้วยด่วนมาก แบบทดสอบ เป็นการตรวจแบบทดสอบ(แบบสุ่ม)ครับ แต่ว่าจะเก็บ ข้อสอบและตัวเลือกที่ user ตอบด้วย |
|
|
|
|
|
|
|
เป็นการตรวจแบบทดสอบ(แบบสุ่ม)ครับ แต่ว่าจะเก็บ ข้อสอบและตัวเลือกที่ user ตอบด้วย ข้อสอบเก็บได้ คือ เก็บ id --> $id_ques จะได้เป็น 20,26,31,12,10,5,9
แต่ตัวเลือก คือ เก็บ $_POST['c'.$result['id']] ที่ทำการรวมอะเรย์ $good --> จะได้เป็น c1,c3,c2,c1,c2,c2,c1,
เวลาบันทึกทุกอย่าง ok เว้นแต่ แต่ตัวเลือกที่ทำการรวมอะเรย์ คือ $good ที่เป็นค่า c1,c3,c2,c1,c2,c2,c1, กับบันทึกค่า c1, ซึ่งเป็นตัวสุดท้ายแค่ตัวเดียว ทำไงดีครับ
งงไม่รู้ทำไง
code
<?php
$id_question = implode("','",$_POST['id']); //id ข้อสอบ
$id_ques = implode(",",$_POST['id']); //id ข้อสอบ
include("connect.php"); include("tbname.php");
$sql = "Select * From $TBName6 Where `id` IN('".$id_question."') ";
$db_query = mysql_query($sql);
?>
<?php
$score = 0;
while( $result = mysql_fetch_array( $db_query ) )
{
if( $_POST['c'.$result['id']] == $result['answer'] ){
$ar = array($_POST['c'.$result['id']],);
$good =implode(",",$ar);
print $good;
$score += 1;
} //if
} //while
include("connect.php");
include("tbname.php");
$sql_user = "select * from $TBName2 where username='" . $_SESSION['agent_user'] . "' ";
$db_query_user=mysql_db_query($dbname,$sql_user);
{
$result_user = mysql_fetch_array( $db_query_user );
$username = $result_user[username];
$name = $result_user[name];
$skill = $result_user[skill];
$detail_test = $result_user[detail_test];
$detail_groups = $result_user[detail_groups];
$num_cdma = $result_user[num_cdma];
}
$sql_insert = "INSERT INTO`$TBName9`(`id`,`username`,`name`,`total`,`score`, `status` , `percent` , `skill`, `skill_test`, `detail_test`, `detail_groups`, `test`, `passde`,`date`, `time` )
VALUES( 'null','".$username."','" .$name."','" .$num_cdma."','".$score."','" .$stutus. "','" .$total. "','" .$skill . "','cdma','" .$detail_test. "','" .$detail_groups. "','".$id_ques."','".$good."','".date( "d/m/Y" ) ."','" .$mdate . "' )";
$sql_score = mysql_db_query( $dbname, $sql_insert )or die("NO query to DB1");print "$sql_insert";
Tag : - - - -
|
|
|
|
|
|
Date :
4 ธ.ค. 2551 10:08:54 |
By :
ak |
View :
1278 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คามแคบ ๆ หน่อยครับ ตอบยาก
|
|
|
|
|
Date :
4 ธ.ค. 2551 15:03:15 |
By :
อิอิ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จะเก็บค่าของตัวเลือกข้อสอบที่ทำ คือ $good ที่เป็นค่า c1,c3,c2,c1,c2,c2,c1,
แต่เก็บได้แค่ c1, ตัวเดียว ที่ตัวสุดท้ายครับ
|
|
|
|
|
Date :
4 ธ.ค. 2551 15:08:55 |
By :
ak |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|