# 훈련 탭

## 훈련 수행 상태

조회 기간 동안, 수행한 훈련의 양과 변화 추이를 한 눈에 보여줍니다.

<figure><img src="/files/Kmkc9CLoESEUlp0gZi6K" alt=""><figcaption></figcaption></figure>

### 레벨 스코어

레벨스코어(level score)는 '레벨(수준)이 반영된' 훈련 점수입니다.

같은 점수를 획득했더라도, 훈련 레벨이 높으면 더 많은 레벨스코어가 획득됩니다.

<p align="center"><code>레벨스코어 = 획득점수 * ( 1 + 레벨 * 0.1 )</code></p>

즉, 1레벨의 80점은 88레벨스코어를 얻지만, 10레벨의 80점은 160레벨스코어를 얻습니다.

### 총 누적 랭킹

조회 기간과 상관 없이, 전체 기간 동안 해당 기관/조직/개인이 획득한 총 레벨 스코어와 등급, 순위 등을 표시합니다.

\[명예의 전당]으로, 전국 / 조직 / 기관 / 그룹별 랭킹을 확인할 수 있습니다.

### 조회 기간의 훈련 결과

조회 기간 동안 획득한 레벨 스코어와 평균 수행률, 평균 훈련 점수, 일평균 수행 시간을 표시합니다.

조회 기간동안의 훈련 보고서를 생성할 수 있습니다.

### 기간별 변화 차트

조회 기간 동안, 다양한 항목이 영역 별로 어떻게 변화 되었는지를 보여줍니다.

<figure><img src="/files/ja5Ov6cdgJbPBHX8CQ6U" alt=""><figcaption></figcaption></figure>

### 전후반기 변화 차트

조회 기간을 반으로 나누어, \[기간별 변화 차트]에서 선택한 항목이 전반기 대비 후반기에 얼마나 개선되었는지를 보여줍니다.

## 훈련 일괄 조작

### 훈련 영역별 일괄 변경

선택한 개인/그룹/기관의 학생의 훈련을, 영역 별로 한꺼번에 수정해서 할당할 수 있습니다.

<figure><img src="/files/FNYpYiiwiU3ETP8WcolO" alt=""><figcaption></figcaption></figure>

## 훈련 수행 기록

조회 기간 동안, 수행한 기관 / 그룹 / 개인의 훈련 수행 기록을 보여줍니다.

<figure><img src="/files/ZiQ9XWTjBCfI1RiwMgGk" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.readerseye.com/getting_start/function_tabs/training.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
