# 채점 모드 / 제출 모드 / 실행 모드

★**강의 시작하기** 장에서 실습화면 인터페이스를 확인하지 않으셨다면, 아래 링크 먼저 확인하시기를 권장합니다.★

{% content-ref url="/pages/-LrsePuO5JmOGn3Q0FMA" %}
[실습화면 인터페이스](/ko/edu-student/learing-process/interface-practice.md)
{% endcontent-ref %}

수강자는 실습화면 인터페이스에서 자유롭게 코드/블럭을 편집하며 \
**실행**을 통해 실시간으로 결과를 확인할 수 있으며, \
**제출**을 통해 자신이 작성한 코드/블럭을 강의자에게 보낼 수 있습니다. \
문제가 **채점** 목적으로 만들어졌다면, 곧바로 채점 결과까지 확인할 수 있습니다.<br>

강의자는 강의목표에 맞게 문제를 각각  '**실행모드**', '**제출모드**', '**채점모드**' 로 만들 수 있습니다.\
수강자는 강의 내에서 각 문제의 목적에 맞게, 문제를 실행 / 제출 / 채점 하시면 됩니다.

###

### 실행 모드(Run mode)

실행모드는 자유롭게 코드/블럭을 수정하고 실행을 통해 **실시간으로 결과를 확인**하는 것이 목적입니다. \
다양한 코드를 작성하고 연습할 수 있는 공간이니 마음껏 코딩해보시길 바랍니다.

### 제출 모드(Submission mode)

제출모드는 자유롭게 코드/블럭을 수정하고 실행을 통해 실시간으로 결과를 확인하며, \
제출한 코드/블럭을 **강의자가 확인 및 평가** 할 수 있습니다.

### 채점 모드(Auto-Grading mode)

채점모드는 강의자가 설정한 양식에 맞춰 제출한 코드/블럭을 **자동채점**하여 \
수강자가 **정답 여부를 바로 확인**할 수도 있습니다.


---

# 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/ko/edu-student/learing-process/interface-practice/grade-submit-run.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.
