> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/initial-setup-guide/initial-setup/course-module/add-assignment.md).

# 과제 등록 하기

{% hint style="info" %}
교육 과정에 과제가 필요한 경우, 과제를 생성해 추가할 수 있습니다.&#x20;
{% endhint %}

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FbO6BieuJ2r5U1GXuF4WN%2Fimage.png?alt=media&amp;token=a5645039-c0e6-4302-9466-a48f334c9da8" alt=""><figcaption></figcaption></figure>

***

1. 콘텐츠관리 > 과제관리에서 \[등록]을 클릭합니다. <br>

   <figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FnYY30iyU7QU0HBTcU6Wa%2Fimage.png?alt=media&amp;token=57833e35-03ff-48f1-a358-c797764977b7" alt=""><figcaption></figcaption></figure>

***

2. 구분, 과제명 내용 등을 입력한 뒤, \[등록]을 클릭하여 과제를 등록합니다.&#x20;

   <figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FTjwWTpi7eM13sNUJuMLk%2Fimage.png?alt=media&amp;token=7b9a7474-2076-4d99-8afb-b36786c7ef6a" alt=""><figcaption></figcaption></figure>

***

3. 생성한 과제는 과정에 추가할 수 있으며,  교육상품관리 > 과정운영 > 과정명 클릭 > 과제 탭에서 추가할 수 있습니다. <br>

   <figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FX6PzJ6JlEaYrUGArpgPW%2Fimage.png?alt=media&amp;token=4e60fc5c-bc31-43ce-aa21-6da1ffa39a43" alt=""><figcaption></figcaption></figure>

***

4. 추가된 과제는 공개일, 제출기간,  제한시간을 설정할 수 있습니다.&#x20;

* 공개일: 지정한 공개일이전에는 해당 과제가 보이지 않습니다.
* 제출기간/강의: 지정한 제출기간 내에만 과제를 제출할 수 있습니다.
* 제한시간: 과제를 오픈한 후 지정된 제한 시간 내에만 과제를 작성/제출 할 수 있습니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FkrNw6GDDhInnwKKcxTG1%2Fimage.png?alt=media&amp;token=5eea374a-cfde-41ea-977f-9960de7daf8f" alt=""><figcaption></figcaption></figure>

***

5. 수강생은 마이페이지에서 과제를 제출할 수 있습니다.

   <figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FPmJ7SkeuEyNlWyLRxJUx%2Fimage.png?alt=media&amp;token=7be57147-5562-4b9d-ac38-9c8dc343ba0b" alt=""><figcaption></figcaption></figure>


---

# 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://malgn.gitbook.io/cloud/initial-setup-guide/initial-setup/course-module/add-assignment.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.
