> 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/freehand-drawing-eth.md).

# Freehand drawing (ETH)

![](/files/zHoP93yozPSi4rJLhk0P)

โจทย์ประเภทนี้ทางนักศึกษาจะต้องวาด(หรือเขียน)คำตอบลงในรูปภาพที่อาจารย์กำหนดมาให้

### General

![](/files/DMvHQWMh4x3FBRswCUJn)

* Task title ตั้งชื่อ Quiz
* Max points ตั้งค่าคะแนนในโจทย์ข้อนี้
* Stem สำหรับเขียนคำถามของโจทย์ข้อนี้

### Background image

![](/files/EUcFcz6HEW8tko5bgEQ3)

* File สำหรับอัปโหลดไฟล์ที่ใช้เป็นโจทย์ใน Quiz ข้อนี้ รองรับไฟล์รูปภาพขนาดไม่เกิน 80MB และมีนามสกุลต่อไปนี้
  * Image (GIF) .gif
  * Image (JPEG) .jpeg .jpg
  * Image (PNG) .png
  * Image (SVG+XML) .svg
* Drawing size สำหรับการตั้งค่าพื้นที่ในการวาดของนักศึกษา มีหน่วยเป็น px(pixel)
  * Preserve aspect ratio เปิดการตั้งค่าส่วนนี้เพื่อรักษาอัตราส่วนภาพไว้
* Drawing mode โหมดการวาดภาพ ประกอบด้วย Standard Mode และ Advance Mode ความแตกต่างกันคือแถบเครื่องมือด้านซ้าย ที่ Advance Mode จะมีเครื่องมือให้ใช้มากกว่า

![ตัวย่างโจทย์และหน้าต่างการวาดรูปที่นักศึกษาจะเห็น (Advance Mode)](/files/7yMtDrqCKdb7giv4kEjV)


---

# 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/freehand-drawing-eth.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.
