> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/exam-moodle/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tlic.cmu.ac.th/exam-moodle/home.md).

# ทำความรู้จักระบบ CMU Examination Moodle (CMU EXAM)

## **Moodle คืออะไร ?**

### **Moodle ย่อมาจาก Modular Object-Oriented Dynamic Learning Environment**

&#x20;        เป็น**ระบบบริหารจัดการการเรียนการสอนในระบบออนไลน์**ให้มีบรรยากาศเหมือนเรียนในห้องเรียน โดยให้บริการผ่านเครือข่ายออนไลน์ หรือระบบ E-learning  ที่ช่วย**จัดการเรียนการสอน** **(Learning Management System: LMS)** ในรูปแบบแบบออนไลน์ ให้ผู้เรียนสามารถเข้าถึงข้อมูลและเรียนรู้เนื้อหาตามเงื่อนไขที่อาจารย์หรือผู้สอนได้จัดเตรียมไว้อย่างเป็นระบบ ประเมินผลการเรียนรู้ของนักเรียน พร้อมแสดงผลการตัดเกรดอัตโนมัติ และเป็น**ระบบจัดการเนื้อหา (Course Management System: CMS)** ให้อาจารย์หรือผู้สอนสามารถจัดการเนื้อหา เตรียมเอกสารหรือสื่อมัลติมีเดีย รวมถึงแบบฝึกหัดตามแผนการจัดการเรียนรู้&#x20;

&#x20;         **Moodle** เป็นซอฟแวร์ลักษณะ **Open source** หรือที่เรียกว่าซอฟแวร์เสรี ที่สามารถนำไปใช้โดยไม่เสียค่าใช้จ่ายและสามารถนำไปพัฒนาต่อยอดได้  ทางศูนย์นวัตกรรมการสอนและการเรียนรู้ มหาวิทยาลัยเชียงใหม่ หรือ TLIC (Teaching and Learning Innovation Center) จึงได้ทำการพัฒนาระบบเพื่อให้สามารถใช้งานได้อย่างมีประสิทธิภาพมากยิ่งขึ้น โดยพัฒนาระบบ **KC Moodle** จนมาถึง Version 3.11 (ข้อมูล ณ วันที่ 7 กันยายน 2564) พร้อมทั้งต่อยอดไปสู่ระบบ **CMU Exam Moodle** ที่พัฒนามาเพื่อรองรับการสอบโดยเฉพาะ มีฟังก์ชั่นการใช้งานที่เอื้ออำนวยต่อการจัดสอบ การคุมสอบที่ช่วยลดการทุจริตในรูปแบบต่างๆ และ การประมวลผลที่รวดเร็วกว่าระบบ KC Moodle

### ความแตกต่างระหว่าง KC Moodle และ CMU Exam Moodle

|                            **KC Moodle (ปิดตัวลงแล้ว)**                            |                            **CMU Exam Moodle**                            |
| :--------------------------------------------------------------------------------: | :-----------------------------------------------------------------------: |
|        ใช้สอนเนื้อหาเป็นหลัก มีความสามารถที่หลากหลาย เหมาะแก่การเรียนการสอน        |            ใช้สอบเก็บคะแนนเป็นหลัก ความสามารถหลายอย่างถูกตัดออก           |
| <p>รองรับผู้ใช้งานจำนวนไม่มากเมื่อเข้าใช้พร้อมกัน </p><p>(รองรับประมาณ 500 คน)</p> | <p>รองรับผู้ใช้งานจำนวนมากพร้อมๆกันได้ </p><p>(รองรับประมาณ 3,000 คน)</p> |
|                                ระบบประมวลผลเก่ากว่า                                |                  ระบบประมวลผลใหม่กว่า และรวดเร็วยิ่งขึ้น                  |
|                            ไม่รองรับการใช้งานร่วมกับ SEB                           |                         รองรับการใช้งานร่วมกับ SEB                        |
|                             **(ปัจจุบันปิดตัวลงแล้ว)**                             |                          <https://exam.cmu.ac.th>                         |

## การเข้าถึงระบบ CMU Exam Moodle

สามารถเข้าถึง CMU Exam Moodle ได้จาก URL: <https://exam.cmu.ac.th>&#x20;

{% embed url="<https://exam.cmu.ac.th>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tlic.cmu.ac.th/exam-moodle/home.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
