t1.php 8.82 KB
Newer Older
jutatip's avatar
jutatip committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202
<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
    <link rel="stylesheet" href="https://v40.pingendo.com/assets/4.0.0/default/theme.css" type="text/css"> </head>
    <meta charset="utf-8">
    <title> แบบทดสอบ แม่ ก กา</title>

    <script>
    startday = new Date();
    clockStart = startday.getTime();
    function initStopwatch()
    {
    var myTime = new Date();
          var timeNow = myTime.getTime();
          var timeDiff = timeNow - clockStart;
          this.diffSecs = timeDiff/1000;
          return(this.diffSecs);
    }
    function getSecs()
    {
          var mySecs = initStopwatch();
          var mySecs1 = ""+mySecs;
          mySecs1= mySecs1.substring(0,mySecs1.indexOf(".")) + " วินาที";
          document.forms[0].timespent.value = mySecs1
          window.setTimeout('getSecs()',1000);
    }


    </script>
  </head>
  <body onLoad="window.setTimeout('getSecs()',1)" >
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>



    <div class="py-5" >
    <div class="container">
      <div class="row">
        <div class="col-md-12">
          <h1 class="text-center text-primary display-4">แบบทดสอบแม่ ก กา</h1>
          <center>
            <form name="INPUT1" method="post"action="sum.php" onsubmit="return validate()" class="my-3 ">
           คุณอยู่ในหน้านี้มานาน:  <input size=9 name="timespent" value="">

      </center>
        </div>
      </div>

      <div class="py-5" >
      <div class="container">
      <div class="row">
      <div class="col-md-11 order-1 order-md-2">

     <h4 > 1).คำใดอยู่ในมาตราแม่ ก กา<BR>
      <input type="RADIO" name="one" value="1">นับเลข<BR>
      <input type="RADIO" name="one" value="2">หิวข้าว<BR>
      <input type="RADIO" name="one" value="3">ราคา<BR>

    <p class="container ">----------------------------------------------------------------------------------------------</p>
    <h4 > 2).เห่า  ทะแล  คำใดอยู่ในกลุ่มเดียวกับ 2 คำนี้<BR>

    <input type="RADIO" name="two" value="1">งาดำ<BR>
    <input type="RADIO" name="two" value="2">โรงเรียน<BR>
    <input type="RADIO" name="two" value="3">กางเกง<BR>

   <p class="container ">----------------------------------------------------------------------------------------------</p>
    <h4 > 3).คำใดไม่เข้าพวก<BR>

  <input type="RADIO" name="three" value="1">ใจเสาะ<BR>
  <input type="RADIO" name="three" value="2">ทอดทิ้ง<BR>
  <input type="RADIO" name="three" value="3">วุ่นวาย<BR>

  <p class="container ">----------------------------------------------------------------------------------------------</p>
  <h4 >4).ข้อใดมีคำที่อยู่ในมาตรา ก กา ทุกคำ<BR>

<input type="RADIO" name="four" value="1">งูกินปลา<BR>
<input type="RADIO" name="four" value="2">ปูตัวใหญ่<BR>
<input type="RADIO" name="four" value="3">ฉันรักแม่<BR>

  <p class="container ">----------------------------------------------------------------------------------------------</p>
<h4 > 5).คำในมาตรา ก กา คำใดเป็นชื่ออาหาร<BR>

<input type="RADIO" name="five" value="1">ตะปู<BR>
<input type="RADIO" name="five" value="2">บุหรี่<BR>
<input type="RADIO" name="five" value="3">โรตี<BR>

  <p class="container ">----------------------------------------------------------------------------------------------</p>
<h4 > 6).คำใดเขียนถูกต้อง<BR>

<input type="RADIO" name="six" value="1">จรเข้<BR>
<input type="RADIO" name="six" value="2">จอระเข้<BR>
<input type="RADIO" name="six" value="3">จระเข้<BR>

  <p class="container ">----------------------------------------------------------------------------------------------</p>
<h4 > 7).คำใดหมายถึงชักช้า<BR>

<input type="RADIO" name="seven" value="1">โยเย<BR>
<input type="RADIO" name="seven" value="2">โอ้เอ้<BR>
<input type="RADIO" name="seven" value="3">โมเม<BR>


    <p class="container ">----------------------------------------------------------------------------------------------</p>
    <h4 >8).ข้อใดใช้คำว่า พอดี ได้ถูกต้อง<BR>

    <input type="RADIO" name="eight" value="1">พ่อรักลูกพอดีกัน<BR>
    <input type="RADIO" name="eight" value="2">ฉันใช้เงินจนพอดี<BR>
    <input type="RADIO" name="eight" value="3">ฉันสวมเสื้อได้พอดี<BR>

      <p class="container ">----------------------------------------------------------------------------------------------</p>
      <h4 > 9).พาหนะ อ่านว่าอย่างไร<BR>

      <input type="RADIO" name="nine" value="1">พา-หะ-นะ<BR>
      <input type="RADIO" name="nine" value="2">พา-หนะ<BR>
      <input type="RADIO" name="nine" value="3">พา-นะ<BR>

      <p class="container ">----------------------------------------------------------------------------------------------</p>
      <h4 >10).น้ำที่พุ่งขึ้นมาจากพื้นดินเรียกว่าอะไร<BR>

      <input type="RADIO" name="ten" value="1">น้ำตก<BR>
      <input type="RADIO" name="ten" value="2">น้ำพุ<BR>
      <input type="RADIO" name="ten" value="3">น้ำตา<BR>
        <p class="text-center"><br>
          ชื่อผู้ทำข้อสอบ:
          <input type="text" name="user"><br>
         <button type="submit" name="submit" value="1"class="btn btn-primary ">ตรวจคำตอบ</button>
         <a href="javascript:window.print()"><img src="/project/printer.png"></a>
      </form>
      <script>

      function validate() {

      if(!validateGroup(document.getElementsByName("one")))
      {
          alert("ข้อ1 ยังไม่ตอบ");
          return false;
      }
      if(!validateGroup(document.getElementsByName("two")))
      {
          alert("ข้อ2 ยังไม่ตอบ");
          return false;
      }

      if(!validateGroup(document.getElementsByName("three")))
      {
          alert("ข้อ3 ยังไม่ตอบ");
          return false;
      }

      if(!validateGroup(document.getElementsByName("four")))
      {
          alert("ข้อ4 ยังไม่ตอบ");
          return false;
      }
      if(!validateGroup(document.getElementsByName("five")))
      {
          alert("ข้อ5 ยังไม่ตอบ");
          return false;
      }
      if(!validateGroup(document.getElementsByName("six")))
      {
          alert("ข้อ6 ยังไม่ตอบ");
          return false;
      }
      if(!validateGroup(document.getElementsByName("seven")))
      {
          alert("ข้อ7 ยังไม่ตอบ");
          return false;
      }
      if(!validateGroup(document.getElementsByName("eight")))
      {
          alert("ข้อ8 ยังไม่ตอบ");
          return false;
      }
      if(!validateGroup(document.getElementsByName("nine")))
      {
          alert("ข้อ9 ยังไม่ตอบ");
          return false;
      }
      if(!validateGroup(document.getElementsByName("ten")))
      {
          alert("ข้อ10 ยังไม่ตอบ");
          return false;
      }

      return true;
      }

      function validateGroup(elements) {
         for (var i = 0; i < elements.length; i++)
         {
             if (elements[i].checked) return true;
         }
         return false;
      }

      </script>
  </body>
</html>