> 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/dec.-24-2021.md).

# Dec. 24, 2021

### 수정 사항

* 새로운 헤더를 만나보세요!

![](/files/oMLjaiRLAULXYyrQnnPn)

* 파일 제출이 필요한 문제에 용량 제한(100MB) 문구를 추가했습니다.        &#x20;

### 버그 픽스

* 모바일에서 QR 출석 체크로 들어갔을 때 위치 공유가 꺼져 있을 경우 로딩 화면만 나오던 버그를 수정했습니다.

## 강의자

### 수정 사항

* 공지사항에서도 코드 블럭 스타일을 사용할 수 있습니다.
* 이론 강의에서 문제 추가 시 새로운 문제를 생성할 수 있습니다.

### 버그 픽스

* ‘채점 설정’에서 테스트케이스 파일 업로드 시 파일 내 1,000자까지만 인식해 테스트케이스가 모두 적용되지 않던 버그를 수정했습니다.
* 문제를 가져올 때 기타 부분 조건을 2개 이상 선택 시 단일 조건에 해당하는 문제는 나오지 않던 버그를 수정했습니다.
* 시험/과제에서 문제를 추가한 후, 문제 제목을 변경해도 시험/과제 설정에서 반영되지 않던 버그를 수정했습니다.
* 태블릿 사이즈 이하 환경에서 푸터 내 글자가 보이지 않던 버그를 수정했습니다.
* 문제 삭제가 되지 않던 버그를 수정했습니다.
* AI/ML문제에서 R언어가 제출되지 않던 버그를 수정했습니다.
* 모드를 선택할 수 없는 문제 유형일 경우 목록에서 '채점모드'로 보이던 버그를 수정했습니다.
* 시험/과제의 IP 대역 제한이 0.0.0.0일 경우 접속이 불가능했던 버그를 수정했습니다.


---

# 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/dec.-24-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.
