> 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/oct.-23-2021.md).

# Oct. 23, 2021

### 수정 사항

* QR 출석 체크로 최초 출석 이후 5초 이내에 다시 출석 시 나오던 `이미 출석 처리되었습니다.` 문구를 `출석 처리되었습니다.`로 수정했습니다.
* 수강률 계산 시 소수점 이하가 반올림이 아닌 버림이 되도록 사용성을 개선했습니다.

### 버그 픽스

* 데스크탑 환경에서 최상단으로 이동할 수 있는 스크롤 버튼이 홈페이지 최하단에 고정되어 있던 버그를 수정했습니다.

## 강의자

### 버그 픽스

* 결과 관리 페이지에서 유닛테스트, 일반프로그래밍 '실행'을 누를 경우 터미널에 에러 코드가 발생했던 버그를 수정했습니다.
* 결과 관리 페이지에서 AI/ML 문제의 파일 확인 시 CSV가 Table로 나오지 않던 버그를 수정했습니다.


---

# 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/oct.-23-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.
