93 lines
4.2 KiB
HTML
93 lines
4.2 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<link rel="icon" type="image/png" href="https://ckeditor.com/docs/ckeditor5/latest/assets/img/favicons/32x32.png"
|
||
sizes="32x32">
|
||
<meta charset="utf-8">
|
||
<title>CKEditor 5 – Development Sample</title>
|
||
<style>
|
||
body {
|
||
max-width: 800px;
|
||
margin: 20px auto;
|
||
}
|
||
</style>
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<h1>CKEditor 5 – Development Sample</h1>
|
||
|
||
<div id="editor">
|
||
<p><span style="font-family:'Angsana New', serif;font-size:16pt;">ในการทดลองวัดความยาวของวัตถุชิ้นหนึ่งที่มีความยาวประมาณ
|
||
6 เซนติเมตร ด้วยไม้บรรทัดที่มีความละเอียด 0.1 เซนติเมตร โดยทำการวัดทั้งหมด 5 ครั้ง ได้ข้อมูลดังนี้</span></p>
|
||
<p style="text-align:center;"><span style="font-family:'Angsana New', serif;font-size:16pt;">5.84 6.00 6.26 5.90
|
||
12.25</span></p>
|
||
<p><span style="font-family:'Angsana New', serif;font-size:16pt;">ถ้าจะต้องรายงาน</span><span
|
||
style="color:#4d8db0;font-family:'Angsana New', serif;font-size:16pt;"><strong><u>ค่าเฉลี่ย</u></strong></span><span
|
||
style="font-family:'Angsana New', serif;font-size:16pt;">ของการวัดความยาวครั้งนี้ </span><span
|
||
style="font-size:16pt;">
|
||
<script type="math/tex">\left(\overline{x}\right)</script>
|
||
</span><span
|
||
style="font-family:'Angsana New', serif;font-size:16pt;">และรายงานความคลายเคลื่อนของความยาวเฉลี่ย </span><span
|
||
style="font-size:16pt;">
|
||
<script type="math/tex">\left(\Delta\overline{x}\right)</script>
|
||
</span><span style="font-family:'Angsana New', serif;font-size:16pt;">ด้วยสูตร</span></p>
|
||
<p style="text-align:center;"><span style="font-size:16pt;">
|
||
<script type="math/tex">\Delta\overline{x}=\frac{x_{\max}-x_{\min}}{2}</script>
|
||
</span><span style="font-family:'Angsana New', serif;font-size:16pt;"> </span></p>
|
||
<p><span style="font-family:'Angsana New', serif;font-size:16pt;">เมื่อ </span><span
|
||
style="font-size:16pt;">
|
||
<script type="math/tex">x_{\max}</script>
|
||
</span><span style="font-family:'Angsana New', serif;font-size:16pt;">และ </span><span
|
||
style="font-size:16pt;">
|
||
<script type="math/tex">x_{\min}</script>
|
||
</span><span style="font-family:'Angsana New', serif;font-size:16pt;">คือ ค่าที่มากที่สุด
|
||
และค่าที่น้อยที่สุดของข้อมูล ตามลำดับ</span></p>
|
||
<p><span style="font-family:'Angsana New', serif;font-size:16pt;">ข้อใดแสดงผลการรายงานการวัดความยาว</span><span
|
||
style="color:#7ccc7b;font-family:'Angsana New', serif;font-size:16pt;"><i><strong><u>ได้ถูกต้อง</u></strong></i></span>
|
||
</p>
|
||
<figure class="table">
|
||
<table>
|
||
<thead>
|
||
<tr>
|
||
<th colspan="2">ตารางเรียน</th>
|
||
<th colspan="3">ปีการศึกษา 2567 ภาคปลาย (Spring2024)</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<th>วัน</th>
|
||
<th>เวลา</th>
|
||
<td>0900 - 1200</td>
|
||
<td>1300 - 1600</td>
|
||
<td>1630 - 1900</td>
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2">วันพฤหัส</th>
|
||
<td>Prob Stat</td>
|
||
<td>Seminar</td>
|
||
<td>ComSys Security</td>
|
||
</tr>
|
||
<tr>
|
||
<th colspan="2">lathmive</th>
|
||
<td>
|
||
<script type="math/tex">\sum_{0\le i \le m \atop 0 < j < n}P\left(i,j\right)</script>
|
||
</td>
|
||
<td>
|
||
<script type="math/tex">\prod_{k=1}^{n}A_k</script>
|
||
</td>
|
||
<td>
|
||
<script type="math/tex">\bigcup_{n=1}^{m}\left(X_n\cap Y_n\right)</script>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</figure>
|
||
</div>
|
||
|
||
<script src="./ckeditor.dist.js"></script>
|
||
</body>
|
||
|
||
</html>
|