> 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/en/goormdevth-applicants/proceed-evaluation.md).

# Proceed Evaluation

### Start rating&#x20;

Click 'Start Test' button to start.

![](/files/-LuH1spblxwZfy9wH-GV)

1. You can find the information needed to solve a problem, such as the title of the problem, its contents, and examples of input and output.<br>
2. Write down your code in this section.<br>
3. You can run the initialization, save, run, test case, and submit menus.
   * **Choose language:** You can select one of the development languages ​​set by the issuer.
   * **Init**: Clears all the code you wrote and returns to the basic code.&#x20;
   * **Save**: Saves the code you wrote. The code will remain even if you refresh the page or access the service again.
   * **Run**: Shows the result of the code or error messages in the terminal window.&#x20;
   * **Test case execution**: You can check the provided test cases by the issuer to see if the code runs as you intended. You can also add input and output directly.&#x20;
   * **Submit**: Submits your completed code. You may submit multiple times, but the number of submissions can be limited by the issuer.<br>
4. You can check the execution and the submission result in this section.<br>
5. You can see the compiler version, settings, notifications, and your Info menus.
   * **Compiler version:** You can find the compiler versions of all programming languages ​​available in goormDEVTH.&#x20;
   * **View Setting**: You can change the screen settings of the content and editor area. In the content area, you can set the line spacing and screen zoom. In the editor area, you can set line spacing, font size, editor frame, shortcut map, and auto save toggle.&#x20;
   * **Notification**: You can check notifications such as emergency notices during the exam.&#x20;
   * **Profile**: You can edit your information here. Log out menu is also available here.

###

### &#x20;Moving to another question

![Test screen example](/files/-LuH61najYjHxfAq2K8_)

You can move to the next or previous question by clicking the **`Next`**, \
Previous(**`Prev`**) button at the bottom.&#x20;

If you want to see the list of questions, click the icon on the top left.

![Test screen example](/files/-Ltgf3TuRMDSKFRJxdW-)

On the Question List tab, you can select the question you want to move to.

![Test screen example](/files/-LuH4i3eDeqehKDqwLRQ)

If you change the question without submitting the answer, you will see the message above. Save and submit your code before you move. You can come back and solve whenever before the exam ends.

### Different forms of questions

![Question Screen Example](/files/-LtgfL4r_0P17Zo9-8RJ)

This is the basic form of a multiple choice question without an editor. There can be multiple choice, short answer, narrative, O / X, line drawing, and file submission questions.

{% hint style="danger" %}
**All questions must be submitted by clicking the Submit button.** \
**The answers will be submitted and reflected in the results.**
{% endhint %}

![Submit confirmation](/files/-LtggTxZURYQZsA1LPqO)

Pressing the submit button will place a check mark as shown above. \
**Please make sure to submit all questions before you leave the exam.**


---

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

```
GET https://help.goorm.io/en/goormdevth-applicants/proceed-evaluation.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.
