2024-12-23 12:34:44 +07:00
|
|
|
|
<!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">
|
2025-01-14 15:35:12 +07:00
|
|
|
|
<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>
|
2024-12-23 12:34:44 +07:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<script src="./ckeditor.dist.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|