| Server IP : 61.19.30.66 / Your IP : 216.73.216.59 Web Server : Apache/2.2.22 (Ubuntu) System : Linux klw 3.11.0-15-generic #25~precise1-Ubuntu SMP Thu Jan 30 17:39:31 UTC 2014 x86_64 User : www-data ( 33) PHP Version : 5.3.10-1ubuntu3.48 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /var/www/gpa/Secure/ |
Upload File : |
<?php include("../config/configuser.inc.php");?>
<?
require_once "../config/connectdb.php";
require_once "../head.php";
$usernamestudent=$objResult["Username"];
?>
<html>
<head>
<title>-:- ADMIN -:-</title>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#5A697E" onLoad="javascript:document.getElementById('useradmin').focus();">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#003399">
<div align="center"><font color="#FFFFFF" size="+1"><strong>ฝ่ายบริหารงานวิชาการ<font color="#FFFF00">โรงเรียนกันทรลักษ์วิทยา</font></strong></font></div></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td><div align="right"><font color="#ff0000" size="2"><font color="#333333">ยินดีต้อนรับ
:</font> <font color="#ff0000"><?=$objResult["name"];?> <?=$objResult["surname"];?>
<font color="#666666">เข้าสู่ระบบค่ะ </font></font></font></div></td>
</tr>
<tr>
<td><div align="right"><font color="#666666" size="2"><a href="user_page.php">หน้าหลักระบบ</a>
| <a href="logout.php">ออกจากระบบ</a></font></div></td>
</tr>
<tr>
<td><div align="center">
<table width="773" border="0" align="center" cellpadding="0" cellspacing="0">
</table>
<table width="76%" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td> </td>
</tr>
<tr>
<td><div align="center">
<font size="+1"><strong><font color="#003366" size="2">
<?php
$sql_1="select * from pollinstall where at_poll ='$_GET[id]'";
$db_query=mysql_db_query($db,$sql_1);
$result1=mysql_fetch_array($db_query);
$idmember =$result1['at_poll'];
$poll1 =$result1['poll1'];
$poll2 =$result1['poll2'];
?>
</font></strong></font> </div>
<table width="100%" border="0" align="center" cellpadding="1" cellspacing="1">
<form method="post" action="editsavepoll.php" name="webForm" onSubmit="return checkpost()">
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">1.มีความรู้ในเนื้อหาทีสอน
:</font></div></td>
<td><font size="3">
<input name="poll1" type="radio" id="radio1" value="5" <? if($poll1=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll1" type="radio" id="radio2" value="4" <? if($poll1=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll1" type="radio" id="radio3" value="3" <? if($poll1=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll1" type="radio" id="radio4" value="2" <? if($poll1=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll1" type="radio" id="radio5" value="1" <? if($poll1=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
<input type="hidden" name="idmember" value=<? echo "$idmember"; ?>>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">2.จัดเนื้อหาเป็นลำดับเหมาะสมกับผู้เรียน :</font></div></td>
<td><font size="3">
<input name="poll2" type="radio" id="radio1" value="5" <? if($poll2=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll2" type="radio" id="radio2" value="4" <? if($poll2=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll2" type="radio" id="radio3" value="3" <? if($poll2=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll2" type="radio" id="radio4" value="2" <? if($poll2=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll2" type="radio" id="radio5" value="1" <? if($poll2=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">3.ส่งเสริมสนับสนุนให้เกิดการเรียนรู้ตามศักยภาพผู้เรียน :</font></div></td>
<td><font size="3">
<input name="poll3" type="radio" id="radio1" value="5" <? if($poll3=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll3" type="radio" id="radio2" value="4" <? if($poll3=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll3" type="radio" id="radio3" value="3" <? if($poll3=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll3" type="radio" id="radio4" value="2" <? if($poll3=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll3" type="radio" id="radio5" value="1" <? if($poll3=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">4.สร้างบรรยากาศในการเรียนการสอนให้ผู้เรียนมีความสุข :</font></div></td>
<td><font size="3">
<input name="poll4" type="radio" id="radio1" value="5" <? if($poll4=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll4" type="radio" id="radio2" value="4" <? if($poll4=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll4" type="radio" id="radio3" value="3" <? if($poll4=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll4" type="radio" id="radio4" value="2" <? if($poll4=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll4" type="radio" id="radio5" value="1" <? if($poll4=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">5.สรุปบทเรียน เนื้อหาได้ถูกต้อง และง่ายต่อการเข้าใจ :</font></div></td>
<td><font size="3">
<input name="poll5" type="radio" id="radio1" value="5" <? if($poll5=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll5" type="radio" id="radio2" value="4" <? if($poll5=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll5" type="radio" id="radio3" value="3" <? if($poll5=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll5" type="radio" id="radio4" value="2" <? if($poll5=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll5" type="radio" id="radio5" value="1" <? if($poll5=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">6.จัดกิจกรรมการเรียนการสอนอย่างหลากหลาย มีความเหมาะสม :</font></div></td>
<td><font size="3">
<input name="poll6" type="radio" id="radio1" value="5" <? if($poll6=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll6" type="radio" id="radio2" value="4" <? if($poll6=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll6" type="radio" id="radio3" value="3" <? if($poll6=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll6" type="radio" id="radio4" value="2" <? if($poll6=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll6" type="radio" id="radio5" value="1" <? if($poll6=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">7.วิธีสอน กิจกรรม สอดคล้องกับเนื้อหา จุดประสงค์ และ ความสนใจของผู้เรียน :</font></div></td>
<td><font size="3">
<input name="poll7" type="radio" id="radio1" value="5" <? if($poll7=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll7" type="radio" id="radio2" value="4" <? if($poll7=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll7" type="radio" id="radio3" value="3" <? if($poll7=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll7" type="radio" id="radio4" value="2" <? if($poll7=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll7" type="radio" id="radio5" value="1" <? if($poll7=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">8.สื่อความหมายได้ชัดเจนให้ผู้เรียนเข้าใจ บรรลุวัตถุประสงค์ :</font></div></td>
<td><font size="3">
<input name="poll8" type="radio" id="radio1" value="5" <? if($poll8=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll8" type="radio" id="radio2" value="4" <? if($poll8=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll8" type="radio" id="radio3" value="3" <? if($poll8=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll8" type="radio" id="radio4" value="2" <? if($poll8=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll8" type="radio" id="radio5" value="1" <? if($poll8=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">9.วิธีการนำเข้าสู่บทเรียนน่าสนใจ :</font></div></td>
<td><font size="3">
<input name="poll9" type="radio" id="radio1" value="5" <? if($poll9=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll9" type="radio" id="radio2" value="4" <? if($poll9=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll9" type="radio" id="radio3" value="3" <? if($poll9=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll9" type="radio" id="radio4" value="2" <? if($poll9=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll9" type="radio" id="radio5" value="1" <? if($poll9=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">10.วิธีถ่ายทอดให้ผู้เรียนเข้าใจเนื้อหาวิชา :</font></div></td>
<td><font size="3">
<input name="poll10" type="radio" id="radio1" value="5" <? if($poll10=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll10" type="radio" id="radio2" value="4" <? if($poll10=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll10" type="radio" id="radio3" value="3" <? if($poll10=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll10" type="radio" id="radio4" value="2" <? if($poll10=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll10" type="radio" id="radio5" value="1" <? if($poll10=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">11.ครูเปิดโอกาสให้ผู้เรียนมีส่วนร่วมในกิจกรรมการเรียนรู้ :</font></div></td>
<td><font size="3">
<input name="poll11" type="radio" id="radio1" value="5" <? if($poll11=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll11" type="radio" id="radio2" value="4" <? if($poll11=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll11" type="radio" id="radio3" value="3" <? if($poll11=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll11" type="radio" id="radio4" value="2" <? if($poll11=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll11" type="radio" id="radio5" value="1" <? if($poll11=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">12.ใช้สื่อการสอนที่เหมาะสมกับเนื้อหาและช่วยให้เกิดการเรียนรู้ :</font></div></td>
<td><font size="3">
<input name="poll12" type="radio" id="radio1" value="5" <? if($poll12=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll12" type="radio" id="radio2" value="4" <? if($poll12=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll12" type="radio" id="radio3" value="3" <? if($poll12=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll12" type="radio" id="radio4" value="2" <? if($poll12=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll12" type="radio" id="radio5" value="1" <? if($poll12=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">13.มีตำราเอกสาร ประกอบการสอนที่สอดคล้องกับเนื้อหา :</font></div></td>
<td><font size="3">
<input name="poll13" type="radio" id="radio1" value="5" <? if($poll13=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll13" type="radio" id="radio2" value="4" <? if($poll13=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll13" type="radio" id="radio3" value="3" <? if($poll13=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll13" type="radio" id="radio4" value="2" <? if($poll13=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll13" type="radio" id="radio5" value="1" <? if($poll13=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">14.ครูมีการวัดผลและประเมินผลหลากหลายวิธี :</font></div></td>
<td><font size="3">
<input name="poll14" type="radio" id="radio1" value="5" <? if($poll14=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll14" type="radio" id="radio2" value="4" <? if($poll14=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll14" type="radio" id="radio3" value="3" <? if($poll14=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll14" type="radio" id="radio4" value="2" <? if($poll14=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll14" type="radio" id="radio5" value="1" <? if($poll14=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">15.ครูมีการวัดผลประเมินผลที่เหมาะสมกับเนื้อหา ตัวชี้วัด ผลการเรียนรู้ :</font></div></td>
<td><font size="3">
<input name="poll15" type="radio" id="radio1" value="5" <? if($poll15=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll15" type="radio" id="radio2" value="4" <? if($poll15=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll15" type="radio" id="radio3" value="3" <? if($poll15=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll15" type="radio" id="radio4" value="2" <? if($poll15=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll15" type="radio" id="radio5" value="1" <? if($poll15=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">16.ครูมีการวัดผลและประเมินผลที่ยุติธรรม :</font></div></td>
<td><font size="3">
<input name="poll16" type="radio" id="radio1" value="5" <? if($poll16=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll16" type="radio" id="radio2" value="4" <? if($poll16=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll16" type="radio" id="radio3" value="3" <? if($poll16=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll16" type="radio" id="radio4" value="2" <? if($poll16=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll16" type="radio" id="radio5" value="1" <? if($poll16=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td width="500"><div align="left"><font color="#333333" size="3">17.ครูมีการวัดผลและประเมินผลอย่างต่อเนื่อง สม่ำเสมอ :</font></div></td>
<td><font size="3">
<input name="poll17" type="radio" id="radio1" value="5" <? if($poll17=="5"){echo checked;}?> /><label for="radio1">มากทีสุด</label>
<input name="poll17" type="radio" id="radio2" value="4" <? if($poll17=="4"){echo checked;}?> /><label for="radio2">มาก</label>
<input name="poll17" type="radio" id="radio3" value="3" <? if($poll17=="3"){echo checked;}?> /><label for="radio3">ปานกลาง</label>
<input name="poll17" type="radio" id="radio4" value="2" <? if($poll17=="2"){echo checked;}?> /><label for="radio4">น้อย</label>
<input name="poll17" type="radio" id="radio5" value="1" <? if($poll17=="1"){echo checked;}?> /><label for="radio5">น้อยที่สุด</label>
</font></td>
</tr>
<tr>
<td> </td>
<td><font size="3">
<input name="submit" type="submit" class="submit" value="ตอบแบบสอบถาม!">
</font></td>
</tr>
</form>
</table></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td><div align="center"><? echo "<font size=2 color=#ffffff>$footerweb</font>"; ?></div></td>
</tr>
</table>
</body>
</html>