> For the complete documentation index, see [llms.txt](https://docs.macgai7.com/macgai-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.macgai7.com/macgai-manual/miscellaneous/form/result.md).

# 설문지 결과 확인하기

{% hint style="danger" %}
맥가이 사용 가이드 문서가 채널톡으로 이전되었습니다.\
기존 문서는 더 이상 업데이트되지 않으니, 앞으로 최신 가이드는 채널톡에서 확인해 주세요.\
[채널톡 바로가기↗](https://docs.channel.io/macgai-guide/ko/articles/hp-miscellaneous-result-form-773d1726)
{% endhint %}

{% hint style="info" %}
&#x20; **이용 메뉴:**  관리메뉴 → 학원정보 → 설문지 결과
{% endhint %}

## 설문 목록 확인

<figure><img src="/files/ldxIiwuWF7QFFFPy6O4F" alt=""><figcaption></figcaption></figure>

### 1. 실명 설문 시 명단보기

\[명단보기] 버튼을 눌러 실명 설문의 참여자 명단을 확인 할 수 있습니다.

<figure><img src="/files/tLWAFrFVbl3ZGhQkmXbV" alt=""><figcaption></figcaption></figure>

### 2. 문항별 결과 확인

<figure><img src="/files/l48A2X39Xi0xtxbTeHBK" alt=""><figcaption></figcaption></figure>

1. 객관식 문항 별 보기 체크 인원 수
   * 문항에 해당하는 보기를 선택한 인원 수를 나타냅니다.
2. 객관식 문항 별 직접 입력 내용
   * 설문 생성 시 객관식 유형의 직접 입력란 ✅있음으로 생성된 문항의 응답 결과를 나타냅니다.
3. 주관식 입력 내용
   * 주관식 단답형/장문형에 해당하는 문항의 응답 결과를 나타냅니다.
4. <mark style="color:green;">\[엑셀]</mark> 버튼을 눌러 각 문항 별 질문과 보기 내용의 자세한 확인이 가능합니다.

   <figure><img src="/files/Qx83TQc8lSv0poKD82P5" 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://docs.macgai7.com/macgai-manual/miscellaneous/form/result.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.
