> 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/quiz/creating-quiz/question-type/matrix-kprime.md).

# Matrix/Kprime

![](/files/fExq32jvfnIZhe6BJHck)

ในโจทย์คำถามประเภท Matrix จะต้องมีการจัดเรียง subject ให้ถูกต้อง เพิ่มส่วนของการให้คะแนนใน k' และมีอินเทอร์เฟสที่ใช้งานง่าย ส่วนของ Kprime จะมีลักษณะเป็นโจทย์แบบถูก-ผิด จะประกอบด้วยโจทย์(stem)และส่วนย่อย(statement)อีก 4 ส่วน โดยนักศึกษาจะต้องเลือกกับในแต่ละตัวเลือกว่าเป็น "ถูก' หรือ "ผิด"

### Default mark

![](/files/4iDMyFrME5rTQhS8lV8G)

* Allow multiple responses per answer statement? ตั้งค่าอนุญาตให้มีการตอบมากกว่า 1 ครั้งในแต่ละ statement
* Scoring method
  * Subpoints ตั้งค่าให้มีการให้คะแนนเพิ่มเติมเมื่อตอบได้ถูกต้อง
  * Kprime (at least one correct, no wrong answer) ตั้งค่าให้มีการให้คะแนน 1 คะแนนต่อการตอบให้ถูกทั้งหมดในโจทย์ข้อนี้ ครึ่งคะแนนเมื่อตอบผิด 1 จุด(แต่ส่วนที่เหลือถูก) และไม่ได้รับคะแนนเลยในกรณีนอกเหนือจากที่กล่าวมา
  * Kprime1/0 ตั้งค่าให้มีการให้คะแนน 1 คะแนนต่อการตอบให้ถูกทั้งหมดในโจทย์ข้อนี้ ละไม่ได้รับคะแนนเลยในกรณีนอกเหนือจากที่กล่าวมา

{% hint style="info" %}
Kprime และ Kprime1/0 จะใช้งานได้กับโจทย์คำถามที่มี statement 4 ส่วนเท่านั้น
{% endhint %}

* Use drag & drop ? ตั้งค่าให้ลากวางได้ (เปิด/ปิด)
* Shuffle answer statements? เมื่อเปิดใช้งาน ส่วนของ statement จะถูกสุ่มในแต่ละ attempt และ "Shuffle within question" ใน Setting จะต้องถูกเปิดใช้งานด้วย

### Response matrix

![ตัวอย่างหน้าต่างการตั้งค่า Response matrix](/files/znwe5ty8AyOln0Xholl8)


---

# 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/quiz/creating-quiz/question-type/matrix-kprime.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.
