> 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/prevent-cheating/similarity-check.md).

# 소스 코드 유사도 검사

### 지원자간 소스코드 유사도 검사

'유사도 검사' 탭을 누르면 유사도 검사 탭이 나타납니다. \
이 탭에서는 해당 시험에 답안을 제출한 지원자들의 답안이 얼마나 비슷한지 비교할 수 있습니다. \
부정 행위를 저지른 지원자들을 찾아내기 위해 이용할 수 있습니다.

답안 유사도 비율을 출제자가 조정할 수 있으며 적용한 비율 이상의 유사도를 가진 경우만 \
검사 결과에 걸러져 보이게 됩니다.

유사도 검사에서 유의하실 사항은 **30줄 이내의 코드에 대해서는** \
**유사도 검사의 정확도가 떨어질 수 있다는 것**입니다.

![](https://grm-project-template-bucket.s3.ap-northeast-2.amazonaws.com/lesson/les_olCcV_1517897195091/1515648445652_%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)

제출한 답안이 비슷하다고 나타난 지원자들 목록에서 각 행의 **`소스코드 보기`** 버튼을 누르면 \
\&#xNAN;**`코드비교`** 팝업 창이 나오고, 이 팝업 창에서 두 지원자의 소스 코드가 어떻게 비슷한지 볼 수 있습니다.&#x20;

여기서 출제자가 직접 비슷한 정도를 확인하여 부정 행위의 여부를 판단할 수 있습니다.&#x20;

![](https://grm-project-template-bucket.s3.ap-northeast-2.amazonaws.com/lesson/les_olCcV_1517897195091/1515134606704_%E1%84%8F%E1%85%A9%E1%84%83%E1%85%B3%E1%84%87%E1%85%B5%E1%84%80%E1%85%AD.png)


---

# 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/prevent-cheating/similarity-check.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.
