> 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/operation-guide/operation-tips/timed-assignments.md).

# 시간 내 제출하는 학습 과제 만들기

{% hint style="info" %}
시간 안에 제출하는 학습과제를 생성할 수 있습니다.
{% endhint %}

1. 교육상품관리 > 과정개설 > 과정명 > 과제 탭에서 \[과제추가]버튼을 클릭해 과제를 추가합니다. \
   \*생성된 과제가 없는 경우 콘텐츠관리 > 과제관리에서 과제를 생성할 수 있습니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2F8H3OsYrdv0KBZDVbz5SK%2Fimage.png?alt=media&amp;token=4c15b689-1c57-4917-8af3-29aa68961005" 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%2Fb3wOkPUqqHcujHUs01Ht%2Fimage.png?alt=media&amp;token=9adbf175-efc3-4230-8653-468593016a6f" alt=""><figcaption></figcaption></figure>

3. 제한시간 입력 시 마이페이지 > 해당 과정 강의실에서 제한 시간이 표기되며,&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FN2EMTS0EWzogWrFdV3Fy%2Fimage.png?alt=media&amp;token=c25c7b7f-b79b-4694-bf4a-7c3f87e09efd" alt=""><figcaption></figcaption></figure>

4. 과제 클릭 시점을 기준으로 제출 마감 시간이&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FsvkCVQGTMlRQB4ap9AFQ%2Fimage.png?alt=media&amp;token=f56f4da6-db03-4f51-9423-dea52d0c17c8" alt=""><figcaption></figcaption></figure>

5. 시간이 만료되기 전까지 제출하지 못하면 과제가 자동으로 종료되며, 더 이상 과제를 제출 할 수 없게 설정 됩니다.&#x20;

<figure><img src="https://2682005733-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnCJ1h9RfgMyIYNsCiItT%2Fuploads%2FkckfpJlf2pW5X4YprZad%2Fimage.png?alt=media&amp;token=e891959e-5060-4737-8c89-5ddd4b842532" 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/operation-guide/operation-tips/timed-assignments.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.
