> 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/assessment/result.md).

# 결과 관리

**'결과 관리'** 메뉴에서는 출제된 시험의 결과를 확인할 수 있으며, \
해당 시험에 응시한 지원자들의 제출 답안을 기반으로 다양한 데이터를 제공합니다.&#x20;

시험이 시작되지 않았더라도 출제된 시험이라면 시험 결과 목록에 나타나게 됩니다.

![](/files/-Lv9pcPJBlrXA5VWrcvF)

시험 이름 목록에서 자세한 결과를 보고 싶은 시험 이름을 선택하면 시험 점수 분포 그래프, \
순위 & 채점 기록, 유사도 검사 결과 등을 확인할 수 있으며,

각 지원자의 이름을 클릭하면 소스코드, 작성이력, 웹캠/스크린 캡쳐 내역 등을 확인할 수 있습니다.<br>

![](https://grm-project-template-bucket.s3.ap-northeast-2.amazonaws.com/lesson/les_olCcV_1517897195091/1515641382581_%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202018-01-11%20%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE%2012.28.56.png)

### 1. 시험 등수 확인

'**순위 기록 및 채점 결과**' 탭에서 해당 시험에 응시한 지원자들의 순위를 볼 수 있습니다. \
이 탭에서는 해당 시험에 응시한 지원자들의 총 점수를 토대로 랭킹을 제공합니다.&#x20;

전체 그룹 또는 특정 그룹에 대해서 선택하여 볼 수도 있으며, \
각 지원자가 해결한 문제 이름과 개수 그리고 배점을 확인할 수 있습니다.&#x20;

지원자의 랭킹 정보를 '**`파일 내보내기`**' 버튼 클릭을 통해 CSV 파일로 다운로드할 수 있습니다.

![](https://grm-project-template-bucket.s3.ap-northeast-2.amazonaws.com/lesson/les_olCcV_1517897195091/1515641436440_%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202018-01-11%20%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE%2012.30.09.png)

### 2. 부정 행위 방지 기능

부정 행위 방지 기능에 관한 안내는 다음장에서 확인해주세요!

{% content-ref url="/pages/-MCfGUEdw3Iz2EOYumm9" %}
[부정행위 방지 기능](/ko/devth-interviewers/assessment/result/prevent-cheating.md)
{% endcontent-ref %}


---

# 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/assessment/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.
