> 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/edu-lecturer/03.lesson-contents/exercise-lesson.md).

# 실습 중심 강의 편집하기

'**실습 중심 강의**' 편집 화면 입니다. \
'**실습 중심 강의**' 는 수강자가 강의 내용을 보면서 동시에 코딩 실습이 가능한 형태의 강의입니다.&#x20;

실습 중심 강의에서는 **강의 내용과 함께, 강의와 연결된** \
**프로그래밍 실습 문제의 실습 내용이 좌측 영역에 표시**됩니다.&#x20;

**우측에는 직접 실습을 진행할 수 있는 화면이 구성**되며, \
이는 강의와 연결된 프로그래밍 실습 문제의 설정값에 의해 결정됩니다.&#x20;

'**등록된 문제**'에서 '**`문제를 선택하여 주십시오.`**'라고 표시된 버튼을 클릭하면 \
'**문제 등록**' 다이얼로그가 나타납니다.&#x20;

문제 등록에서 이미 강에 생성되어 있는 문제들 중 하나를 선택하고 \
'**`선택 항목 등록`**' 버튼을 클릭하면 현재 강의의 실습으로써 연결할 수 있습니다. \
이미 연결이 되어 있는 경우라면, '**`수정`**' 버튼을 통해 기존에 만들어져 있는 문제를 수정할 수 있습니다.

만약 새로운 문제를 만들어 실습 강의를 구성하고자 한다면, '**문제 관리**' 메뉴의 \
'**`새 문제 만들기`**' 를 선택하여 문제를 생성하면 됩니다.

{% hint style="info" %}
실습 중심 강의 생성 시에는 반드시 강의에 실습 문제를 등록해야 합니다.
{% endhint %}

![](/files/-Lu5_kFj_3SnT0Nbk4Iv)

실습 중심 강의에서도 이론 중심 강의와 유사한 컴포넌트 버튼들이 제공됩니다. \
이에 대한 사용법은 "이론 중심 강의 편집하기" 도움을 참고하시면 됩니다.

{% content-ref url="/pages/-LrsUT-kh2BukYsWNtF-" %}
[이론 중심 강의 편집하기](/ko/edu-lecturer/03.lesson-contents/theory-lesson.md)
{% endcontent-ref %}

&#x20;아래화면은 '**실습 중심 강의**' 의 실행화면 입니다.

![](https://grm-project-template-bucket.s3.ap-northeast-2.amazonaws.com/lesson/les_ZiqTU_1517887191262/1e9a96192e8d8b9ae2db576dee0b10f627f5a39f84d46bfbe8f223bae0d25afa.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/edu-lecturer/03.lesson-contents/exercise-lesson.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.
