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

# การแสดงผลเกรด (Grades)

ผลเกรดจะเป็นหน้าแสดงคะแนนจาก Quiz หรือ Activity ที่มีการเก็บคะแนน **แบบภาพรวมทั้งหมด** ท่านสามารถดูคะแนนของนักศึกษาได้ด้วยเมนู Grade แต่หากท่านต้องการแก้ไขปรับเปลี่ยนคะแนน ท่านจะต้องไปแก้ไขยังส่วนของ Quiz แต่ละตัว  เมนู Grade นี้จะเป็นหน้าแสดงผลคะแนนภาพรวมนักศึกษาทั้งหมดในคอร์สเท่านั้น ท่านสามารถปรับสัดส่วนการให้คะแนนได้ที่เมนูเกรดเช่นกัน รวมถึง การตั้งค่าการแสดงผลคะแนนสำหรับนักศึกษา ซึ่งจะมีรายละเอียดการตั้งค่าในแต่ละส่วนดังนี้

## Grade Report

ท่านสามารถเข้าดูผลเกรดของนักศึกษาได้โดยไปยังเมนูบริเวณกล่องสีขาวด้านซ้ายมือ ดังภาพประกอบด้านล่าง

![](/files/Z4TZPy9jjSS0SjBhAEzA)

เมื่อกดแล้วจะพบกับหน้า Grade Report ซึ่งจะแสดงรายชื่อของนักศึกษา พร้อมกับรายละเอียดคะแนนในแต่ละ Quiz&#x20;

![](/files/TaOGwo461Xduv64277tH)

บริเวณด้านล่างจะพบกับคะแนนในแต่ละ Quiz ของนักศึกษาแต่ละคนดังภาพด้านล่าง

![](/files/yVnqrY0GJKXFJBlSyiu9)

ท่านสามารถกดดูที่มาของคะแนนในแต่ละ Quiz หรือ Activity ได้ ด้วยการกดเครื่องหมายแว่นขยาย หรือ กดไปยัง Quiz ที่ท่านต้องการ(ไอคอนสีเหลือง)

![](/files/gBh3UGGfYB1LQSn5mnan)

## การ Export Grade Report

ท่านสามารถ Download หรือ Export Grade Report ออกมาได้ โดยไปยังแถบเมนู Export ดังภาพด้านล่าง และเลือกไฟล์ที่ท่านต้องการดาวน์โหลด ดังตัวอย่างทีมงานเลือกแบบ Excel spreadsheet

![](/files/mUyWG5p9IQPhwCKxAWMV)

เมื่อดาวน์โหลดออกมาแล้วจะได้รับคะแนนดังภาพของแต่ละ Quiz ดังภาพ

![](/files/J0VDuyIhybvy4ftm1N9g)

## User Report (การแสดงคะแนนสำหรับนักศึกษา)

ท่านสามารถตั้งค่าการแสดงผลเกรดของนักศึกษาได้โดยไปที่แถบเมนู Setup > Course grad settings ดังภาพ

![](/files/tq7xfhdDZ4klgjuaNK7Z)

จากนั้นไปยังหัวข้อ **User Report** จะปรากฏเมนูการแสดงผลต่างๆดังภาพด้านล่าง  ท่านสามารถเลือก Show หรือ hide ส่วนที่ท่านต้องการได้ และกด Save change

![](/files/UMTVAhSkyGZSmLxyQdPi)


---

# 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/cmumoodle-manual/grade/grades.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.
