# Players' score

The score of each player takes into account their individual performance and is calculated as the sum of the following statistical values:

<table><thead><tr><th width="170">Action</th><th width="108" align="center">Outside Hitter</th><th width="116" align="center">Middle Blocker</th><th width="115" align="center">Opposite Hitter</th><th width="107" align="center">Setter</th><th align="center">Libero</th></tr></thead><tbody><tr><td>Attack points</td><td align="center">1 </td><td align="center">1</td><td align="center">1</td><td align="center">1</td><td align="center"></td></tr><tr><td>Point</td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center"></td><td align="center">1</td></tr><tr><td>Block</td><td align="center">1,5</td><td align="center">1,5</td><td align="center">1,5</td><td align="center">1,5</td><td align="center"></td></tr><tr><td>Ace</td><td align="center">2</td><td align="center">2</td><td align="center">2</td><td align="center">2</td><td align="center"></td></tr><tr><td>Reception skill</td><td align="center"><p>%perfect</p><p>/3*</p></td><td align="center"><br></td><td align="center"><br></td><td align="center"><br></td><td align="center">(n° receptions+ %perfect) /3**<br></td></tr><tr><td>Attack skill</td><td align="center"></td><td align="center">%positivity /3 ***</td><td align="center">%positivity /4****</td><td align="center"><br></td><td align="center"><br></td></tr><tr><td>Directing skill</td><td align="center"></td><td align="center"><br></td><td align="center"><br></td><td align="center">%team attack /1,5*****<br></td><td align="center"><br></td></tr><tr><td>Offensive involvement</td><td align="center">n° attacks /3</td><td align="center"><p>n° </p><p>attacks /3</p></td><td align="center"><p>n° </p><p>attacks /4</p></td><td align="center"><br></td><td align="center"><br></td></tr><tr><td>Reception error</td><td align="center">-1</td><td align="center">-1</td><td align="center">-1</td><td align="center">-1</td><td align="center">-1</td></tr><tr><td>Attack error</td><td align="center">-1</td><td align="center">-1</td><td align="center">-1</td><td align="center">-1</td><td align="center"></td></tr><tr><td>Serve error</td><td align="center">-1</td><td align="center">-1</td><td align="center">-1</td><td align="center">-1</td><td align="center"></td></tr><tr><td>Block error</td><td align="center">-1</td><td align="center">-1</td><td align="center">-1</td><td align="center">-1</td><td align="center"></td></tr></tbody></table>

\*only with at least 8 receptions. Otherwise, (% of perfect receptions / 3) / 2

\*\* only with at least 6 receptions. Otherwise, ((number of receptions + % of perfect receptions)/3)/2

\*\*\* only with at least 8 attacks. Otherwise, (% of successful attacks / 3) / 2

\*\*\*\* only with at least 8 attacks. Otherwise, (% of successful attacks / 4) / 2

\*\*\*\*\* If the number of sets NBATT performed by the setter is greater than or equal to 8, 100% of the team's offensive efficiency percentage will contribute to the score. If the number of sets NBATT is between 3 and 7, 30% of the team's offensive efficiency percentage will contribute to the score. Finally, if the number of sets NBATT is less than 3, 10% of the team's offensive efficiency percentage will contribute to the score. If a setter does not enter the field, her score for that game will be zero.

## CAPTAIN

The score of the player chosen as Captain is multiplied by 2

## DATA FEED

The scores are calculated using the official score sheets from Volleyball World. This data source is unquestionable, and its data is measured incontrovertibly and objectively based on the athletes' performances during real matches. Therefore, no responsibility is accepted regarding the accuracy of the data. The organization reserves the right to modify one or more data points in the case of evident errors or different interpretations of the game actions by the provider.


---

# 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.vnlfantasy.com/tha/undefined/players-score.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.
