> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/operation-guide/operation-tips/collect-surveys.md).

# 설문 받기

{% hint style="info" %}
과정에 대한 설문을 진행할 수 있습니다.
{% endhint %}

1. 먼저 콘텐츠관리 > 설문관리에서 설문문항을 생성합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FQHh2t1MUa6Mx55X6RySi%2Fimage.png?alt=media&amp;token=fb00915f-6f9d-418c-9f9b-7072a1a7b8ef" alt=""><figcaption></figcaption></figure>

2. **\[등록]** 버튼 클릭하시면 아래와 같이 설문 문항을 설정할 수 있는 화면으로 전환되며, 카테고리 및 각 항목에 필요한 내용을 입력한 후 우측 하당 **\[등록]** 버튼을 클릭합니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FlXgcxH5DovCpDIu7dX1a%2Fimage.png?alt=media&amp;token=d3d67217-c316-435d-a854-dccef206ec14" alt=""><figcaption></figcaption></figure>

3. 설문지 관리 메뉴에 접속한 후 **\[등록]** 버튼을 클릭합니다.

   <figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FvJknCHRRhnGkYBQrPDIS%2Fimage.png?alt=media&amp;token=fa05a7d9-8215-4407-ba86-3eef0553e8c4" alt=""><figcaption></figcaption></figure>

4. 설문 제목 및 내용을 작성한 후 **\[등록]** 버튼을 클릭합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FAUzSXMqWwYabpFX8v9fd%2Fimage.png?alt=media&amp;token=1594342b-f53c-42ee-9f1a-2ea0a4371fed" alt=""><figcaption></figcaption></figure>

5. 교육상품관리 > 과정관리 > 과정개설 > 설문을 등록할 과정명 클릭 > 설문탭 클릭 > \[설문추가] 버튼을 클릭하여 설문지를 등록합니다.

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FQNxHqgrhYGlKfHEs2Arh%2Fimage.png?alt=media&amp;token=41b54b4a-3b59-436a-9c98-11b432f05fa6" alt=""><figcaption></figcaption></figure>

6. 사용자단 > 마이페이지 > 강의실입장 > 평가 탭에서 설문을 확인하실 수 있습니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FYF1EqlGmwpQpK1mMz0Rd%2Fimage.png?alt=media&amp;token=4236e66a-5c60-4a1a-95dc-465e3b086466" alt=""><figcaption></figcaption></figure>


---

# 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://malgn.gitbook.io/cloud/operation-guide/operation-tips/collect-surveys.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.
