> For the complete documentation index, see [llms.txt](https://help.goorm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.goorm.io/ko/devth-interviewers/faq/printed-all.md).

# 문제, 답안, 채점결과까지 한 문서에 출력하고 싶습니다.

[성적 보고서](https://help.goorm.io/ko/devth-interviewers/applicant/grade-report)를 통해 결과 점수를 확인하는 것과 달리 '평가 문제 상세 내역, 제출 소스코드, 채점결과 등'을 한 문서로 확인/출력하실 수 있는 방법을 안내해드립니다.<br>

![](/files/-MMAg0M9yC3r-P_cCfjJ)

채널에서 출력을 원하는 평가의 관리 페이지로 이동니다.\
상단의 **1) '관리 메뉴' - '평가관리'** 클릭 또는 **2) '관리 메뉴' - '채널관리' -** 좌측 메뉴 중 **'결과 관리'** 클릭\
\&#xNAN;*\* 1) 본인이 만든 평가 목록만 조회* \
*\* 2) 현재 채널에 만들어진 전체 평가 목록 조회*

![](/files/-MMAnZv0OuEsc8b0ZFaE)

데이터 확인/출력을 원하는 평가를 선택한 후 좌측의 '**결과 관리**' 메뉴를 클릭하고 시험을 선택합니다.

![](/files/-MMArFZ41lmY95Zg8yaP)

지원자들의 채점 결과 목록이 보여집니다.

![](/files/-MMAqGAyNw1_66SSJVD2)

![](/files/-MMAtTo8JU5Zeude31pV)

개별 지원자를 클릭한 후 우측 상단의 **`새 탭에서 열기`** -> 우측 상단의 **`출력용으로 보기`** 클릭합니다.\
프린트 아이콘 클릭 후 설정에 따라 '**PDF로 저장**' 또는 '**출력**'이 가능합니다.

\
\
현재는 응시자별, 시험별로 개별 선택하여 출력이 가능하오니 참고 부탁드립니다.

![](/files/-MMAwok5s5RFoReetAm5)


---

# 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://help.goorm.io/ko/devth-interviewers/faq/printed-all.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.
