> 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/release-notes/goormedu/sep.-11-2021.md).

# Sep. 11, 2021

### 수정 사항

* 모바일 화면에서 할인이 마감된 강좌를 볼 때 노출되었던 `할인 마감되었습니다` 표시를 제거했습니다.

### 버그 픽스

* 시험/과제 중 ‘브라우저 새로고침’, ‘닫기’, ‘다음 문제로 이동’ 시 저장 버튼을 누르지 않아도 최종 입력한 코드로 자동 저장되던 버그를 수정했습니다.

## 강의자

### 버그 픽스

* 문제 생성 시 미리보기가 되지 않았던 버그를 수정했습니다.
* 문제를 생성하거나 수정할 때 문제 설명에서 표의 세로 선이 보이지 않던 버그를 수정했습니다.
* 일반 프로그램 문제를 수정할 때 실행 버튼을 클릭하면 타임아웃이 발생하던 버그를 수정했습니다.
* 일반 프로그래밍, SQL, 유닛테스트, AI/ML 문제 생성 시 미리보기를 클릭하면 로딩에서 멈췄던 버그를 수정했습니다.
* 문제 관리에서 ‘새 문제 만들기’를 호버할 때 리스트가 계속 노출되던 버그를 수정했습니다.


---

# 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/release-notes/goormedu/sep.-11-2021.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.
