<?php session_start(); mysql_connect("localhost","root","root"); mysql_select_db("elearning"); $strSQL = "SELECT * FROM member WHERE user_name = '".$_SESSION['user_name']."' "; $objQuery = mysql_query($strSQL); $objResult = mysql_fetch_array($objQuery); ?> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>ระบบสื่อการเรียนรู้ออนไลน์</title> <!-- Bootstrap --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.datatables.net/1.10.15/css/dataTables.bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <link href="https://fonts.googleapis.com/css?family=Sarabun" rel="stylesheet"> <script src="https://cdn.datatables.net/1.10.15/js/jquery.dataTables.min.js"></script> <script src="https://cdn.datatables.net/1.10.15/js/dataTables.bootstrap.min.js"></script> <script src="../js/filterDropDown.js"></script> <script> // initialising dt table $(document).ready(function() { $('#example').DataTable({ // Definition of filter to display "pageLength": 100, //จำนวนข้อมูลที่ให้แสดง ต่อ 1 หน้า filterDropDown: { columns: [ { idx: 2 }, { idx: 3 } ], bootstrap: true } } ); } ); </script> <style> body { font-family: 'Sarabun', serif; font-size: 15px; } </style> </head> <body> <div class="container" style="margin-top:30px"> <div class="row"> <div class="col-sm-2"> </div> <div class="col-lg-20"> <div class="row"> </div> <br> <div class="fakeimg"><img src="branner.jpg" class="img-thumbnail" alt="Responsive image"></div> <!-- ----------------------------------------------------------- --> <br> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title"><center>ระบบสื่อการเรียนรู้ออนไลน์</center></h3> </div> <div class="panel-body"> <div class="btn-toolbar"> <a href="courses_1.php" class="btn btn-primary" role="button"><span class="glyphicon glyphicon-home"></span> | ยินดีต้อนรับคุณ : <?=$objResult["name"];?></a> <a href="logout.php" class="btn btn-danger" style="float: right" role="button"><span class="glyphicon glyphicon-log-out"></span> ออกจากระบบ</a> <a href="new_topic.php" class="btn btn-primary" style="float: right" role="button"><span class="glyphicon glyphicon-star"></span> คะแนน</a> <a href="show_lesson.php" class="btn btn-primary" style="float: right" role="button"><span class="glyphicon glyphicon-book"></span> บทเรียน</a> <br> </div> </div> </div> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title"><center>บทเรียน</center></h3> </div> <div class="panel-body"> <div class="btn-toolbar"> </div> <div class="container"> <div class="table-responsive"> <table class="table"> <? include('connect.php'); $sql="SELECT *FROM vdo WHERE id = '".$_GET["id"]."'"; $query=mysql_query($sql); $show=mysql_fetch_array($query); ?> <center><video width="640" height="370" source src="vdo/<?=$show['filename'];?>" type="video/mp4" controls="controls" /></center> </div> <form name="coures1" method="post" action="check_exam.php"> <? $host="localhost"; $username="root"; $password="root"; $db="elearning"; $tb="testing"; mysql_connect( $host,$username,$password) or die ("ติดต่อกับฐานข้อมูล Mysql ไม่ได้ "); mysql_select_db($db) or die("เลือกฐานข้อมูลไม่ได้"); $sql = "SELECT *FROM testing WHERE id = '".$_GET["id"]."'"; $db_query=mysql_query($sql); $i=0; while($result=mysql_fetch_array($db_query)) { $i++; ?> <table width="64%" border="0" align="center"> <tr> <tr><td width="18%"> <div align="lift"> <input name="id<?=$i;?>" type="hidden" value="<?=$result["id"];?>">คำถาม : <?=$result["question"];?> </div></td></tr> <tr><td width="14%"> <br><input type="radio" name="c<?=$i;?>" value="1"> <?=$result["c1"];?> </td></tr> <tr><td width="16%"> <input type="radio" name="c<?=$i;?>" value="2"> <?=$result["c2"];?> </td></tr> <tr><td width="16%"> <input type="radio" name="c<?=$i;?>" value="3"> <?=$result["c3"];?> </td></tr> <tr><td width="15%"> <input type="radio" name="c<?=$i;?>" value="4"> <?=$result["c4"];?> </td></tr> <input name="answer<?=$i;?>" type="hidden" value="<?=$result["answer"];?>"> </td> </tr> </table> <hr> <? } mysql_close(); ?> <input type="hidden" name="line" value="<?=$i;?>"> <input type="submit" name="Submit" value="ตรวจคะแนน"> </body> </html>
<? $score=0; for($i=1;$i<=$_POST["line"];$i++) { If($_POST["c$i"] == $_POST["answer$i"]) { $score=$score+1; } } echo "True $score<br>"; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง