# Exam Result Management

​In the **'Exam Result Management'** menu, you can see the results of the assessments you created. goormDEVTH provide a variety of data based on the submissions of applicants who took the assessment.&#x20;

Once the exam has been created, it will appear on the result management list.

![](/files/-LwCVoYOf3BlURH_MwQi)

Select the test name you want to see in detail. \
Test score distribution graph, ranking & score history, \
and source code similarity check between applicants will be also provided.

![](/files/-LwCYNlHAtMQWmBAS8P3)

###

### Ranking and Scoring Result

Click on the Ranking and Scoring Results tab to see the ranking of the applicants who took the exam. This tab provides rankings based on the total score.&#x20;

You can also choose view options: all or specific groups. \
You will be able to see the **user name, total score, and submitted quiz** of each applicant.&#x20;

Applicants' ranking information can be downloaded as a CSV file with **'`Export File`'** button.

![](/files/-LwCYWGzhNZ4m8lYs0J3)

###

### Similarity Check

'Similarity Check' tab allows you to compare how similar the applicants' answer is with others. \
You can prohibit cheating with this function.&#x20;

The maximum similarity rate of the answers can be adjusted by the issuer, and the result will be filtered out only if the similarity is higher than the applied rate.&#x20;

Please keep in mind that **if the code is less than 30 lines**, **the similarity check may be less accurate.**

![](/files/-LwCYp3_yRkFXndyapVJ)

In the list of applicants with similar answers, click the **`View Source Code`** button \
on each line to see a **`Compare code`** popup window that shows how similar \
the source code is of the two applicants.&#x20;

The interviewer can check the similarity here and judge whether it is cheating or not.

![](/files/-LvOd62Q-4fnJoz5YM6O)


---

# Agent Instructions: 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:

```
GET https://help.goorm.io/en/goormdevth-for-interviewers/test-management/exam-result-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
