> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/cmucanvas-manual/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/cmucanvas-manual/course-design/navigation.md).

# Course Navigation

Course Navigation คือการออกแบบโครงสร้างและเมนูภายในรายวิชา เพื่อช่วยให้ผู้เรียนสามารถเข้าถึงเนื้อหา กิจกรรม และทรัพยากรต่าง ๆ ได้อย่างเป็นระบบ

การจัด Course Navigation ที่ดีจะช่วยลดความสับสนของผู้เรียน เพิ่มความสะดวกในการใช้งาน และส่งเสริมประสบการณ์การเรียนรู้ภายใน Mango Canvas

การปรับแต่ง Course Navigation ประกอบด้วย 4 องค์ประกอบหลัก ดังนี้

***

## Pages

Pages คือหน้าสำหรับนำเสนอเนื้อหาภายในรายวิชา โดยสามารถรวบรวมข้อมูลสำคัญไว้ในหน้าเดียวได้อย่างเป็นระเบียบ

ภายใน Page สามารถเพิ่มเนื้อหาได้หลากหลายรูปแบบ เช่น

* ข้อความและคำอธิบาย
* รูปภาพ
* วิดีโอ
* ตาราง
* ไฟล์ประกอบการเรียน
* ลิงก์ไปยังเว็บไซต์ภายนอก
* ลิงก์ไปยัง Modules, Assignments หรือส่วนอื่นภายในรายวิชา

Pages มักถูกนำมาใช้สำหรับสร้างหน้าแนะนำรายวิชา หน้าคำชี้แจงกิจกรรม หรือหน้าเนื้อหาการเรียนรู้

***

## Home Page

Home Page คือหน้าแรกที่ผู้เรียนจะเห็นเมื่อเข้าสู่รายวิชา

อาจารย์สามารถกำหนดรูปแบบการแสดงผลได้ตามความเหมาะสม เช่น

* Front Page ที่ออกแบบเอง
* Modules
* Course Activity Stream
* Assignments List
* Syllabus

การออกแบบ Home Page ที่ชัดเจนจะช่วยให้ผู้เรียนทราบข้อมูลสำคัญและสามารถเริ่มต้นเรียนรู้ได้อย่างรวดเร็ว

***

## Course Navigation Menu

Course Navigation Menu คือเมนูนำทางภายในรายวิชา ซึ่งใช้สำหรับเข้าถึงเครื่องมือและเนื้อหาต่าง ๆ

อาจารย์สามารถ

* จัดเรียงลำดับเมนู
* ซ่อนเมนูที่ไม่ต้องการใช้งาน
* แสดงเฉพาะเมนูที่จำเป็นสำหรับผู้เรียน

การลดจำนวนเมนูที่ไม่จำเป็นจะช่วยให้ผู้เรียนค้นหาเนื้อหาได้ง่ายขึ้นและลดความสับสนในการใช้งานรายวิชา

***

## Modules

Modules เป็นเครื่องมือหลักสำหรับจัดระเบียบเนื้อหาการเรียนการสอนภายในรายวิชา

อาจารย์สามารถจัดลำดับการเรียนรู้เป็นขั้นตอน โดยรวมเนื้อหาประเภทต่าง ๆ ไว้ภายใน Module เดียวกัน เช่น

* Pages
* Assignments
* Quizzes
* Discussions
* Files
* External Links

Modules ช่วยให้ผู้เรียนสามารถเรียนรู้ตามลำดับที่ผู้สอนกำหนด และติดตามความก้าวหน้าของตนเองได้อย่างเป็นระบบ

***

## แนวทางที่แนะนำ

เพื่อให้รายวิชาใช้งานง่ายและเป็นมิตรกับผู้เรียน แนะนำให้

* ใช้ Modules เป็นโครงสร้างหลักของรายวิชา
* สร้าง Home Page สำหรับแนะนำรายวิชาและนำทางผู้เรียน
* แสดงเฉพาะเมนูที่จำเป็นใน Course Navigation
* จัดเนื้อหาและกิจกรรมให้เป็นลำดับขั้นตอนที่ชัดเจน

แนวทางดังกล่าวจะช่วยให้ผู้เรียนเข้าถึงเนื้อหาได้สะดวก ลดความสับสน และเพิ่มประสิทธิภาพในการเรียนรู้ผ่าน Mango Canvas


---

# 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/cmucanvas-manual/course-design/navigation.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.
