> For the complete documentation index, see [llms.txt](https://docs.golffix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.golffix.io/undefined-3/final-report-score.md).

# 최종 리포트 점수

리듬템포 연습을 마치면 최종 리포트에서 세 가지 점수를 받습니다. 일관성 점수, 정확성 점수, 그리고 이 둘로 계산하는 리듬 점수입니다. 각 점수의 의미를 안내합니다.

## 일관성 점수

일관성 점수는 얼마나 일정한 리듬으로 스윙했는지 나타냅니다.

리듬 범위가 좁게 모인 A 그래프에 비해 B 그래프는 템포가 넓게 흩어져 있습니다. A 그래프가 리듬 일관성이 좋은 경우이며, 점수도 높습니다.

## 정확성 점수

정확성 점수는 두 가지를 나타냅니다. 첫째, 목표로 설정한 리듬에 얼마나 가까웠는지. 둘째, 골프픽스가 권장하는 다운스윙 템포(0.3초 이내)에 얼마나 근접했는지입니다.

그래프에서 목표 리듬(파란색 선)을 기준으로 보라색 점 A는 가까이 있고, 검은색 점 B는 더 멀리 있습니다. 목표 리듬에 더 가까운 A가 높은 점수를 받습니다.

그렇다면 목표 리듬에서 같은 거리에 있으면 어느 쪽이 더 높을까요? 정답은 권장 다운스윙 템포(0.3초 이내)에 더 근접한 쪽입니다.

정리하면, 목표 리듬에 가까울수록, 그리고 권장 다운스윙 템포에 근접할수록 정확성 점수가 높습니다.

## 다음으로 보기

* [리듬·템포 그래프 읽는 법 — 최종 리포트 편](/undefined-3/rhythm-tempo-graph-final-report.md)
* [템포 일관성 점수](/undefined-3/tempo-consistency-score.md)


---

# 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://docs.golffix.io/undefined-3/final-report-score.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.
