> 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/open-period-badge.md).

# 공개 기간 / 배지

강의자는 진도에 맞춰 강의를 공개하거나 미완성된 강의를 감추기 위해 \
강의의 공개 기간을 설정할 수 있습니다.&#x20;

모든 강의는 기간을 지정하지 않았다면 최초 생성 시에 기본 값인 '**항상 공개**'로 설정되어 있습니다.

![](/files/-Lu5a5C_qsaRu41T0w0P)

﻿

강의 공개 기간을 설정하기 위해서는 기본으로 세팅되어 있는 '**공개 기간**' 에 위치한 \
'**항상 공개**' 체크 박스를 체크 해제하고 시작 시간과 종료 시간을 설정하면 됩니다.

![](/files/-Lu5aDpHK2sNLLj_3vGX)

각 강의 단위로 수강생들에게 배지를 줄 수 있습니다. \
중요한 내용이 포함된 강의에 지 설정을 통해 수강생들의 학습의욕을 높일 수 있습니다.

![](/files/-Lu5aICwo1DfTg5Jo9f1)


---

# 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/open-period-badge.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.
