> For the complete documentation index, see [llms.txt](https://wiki.qolio.ru/qolio-or-baza-znanii/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.qolio.ru/qolio-or-baza-znanii/vozmozhnosti-platformy/formy-ocenki/zony-ocenki.md).

# Зоны оценки

Цветовые зоны оценки используются для визуальной идентификации балла по форме оценки или вопросу.

Как это работает?

Зоны оценки настраиваются для каждой формы оценки.

![](https://fc-euc1-00-pics-bkt-00.s3.eu-central-1.amazonaws.com/0721dce3c3785a031c746e321256bd63df24b9869ed57f74c93416f4284e377c/f_faq-image/u_27963c26d01c313b4a2c286fd7865b33f176c47687009f3345e11133a4c6bf07/img_2do3ibtj3d_c8e9a7cbfe1942773806fd9cff26da2d3d2e6c6effe4a8deb2ab9fd4856b6fe2.jpeg)

Каждый результат по форме оценки будет попадать в определенную зону.&#x20;

**ВАЖНО!** Пороговые значения зон оценки - целые числа. Если вы задали нижним порогом для зеленой зоны 8, то все оценки которые ниже будут попадать в желтую зону (см. рисунок выше).

По результатам проверок накапливается на странице Команда накапливается аналитика: сколько раз финальная оценка по чек-листу попадала в ту или иную зону.

![](https://fc-euc1-00-pics-bkt-00.s3.eu-central-1.amazonaws.com/0721dce3c3785a031c746e321256bd63df24b9869ed57f74c93416f4284e377c/f_faq-image/u_27963c26d01c313b4a2c286fd7865b33f176c47687009f3345e11133a4c6bf07/img_oo0tkd1k84_21a36dafb878a2021009e0f90491a7e298683bd25f673c64d5fa12f63f313570.jpeg)

Рассмотрим пример выше:

Всего было сделано 50 проверок.

Из них 10 проверок (20%) попали в зеленую зону.&#x20;

32 проверки попали в жёлтую зону.

8 проверок по своему результату оказались в красной зоне.

Серым цветом отображаются проверки, которые не попали ни в одну из зон оценки.

Для вопросов серым цветов отображаются те случаи когда было невозможно оценить вопрос.

По каждому из вопросов чек-листа будет доступна аналитика.


---

# 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://wiki.qolio.ru/qolio-or-baza-znanii/vozmozhnosti-platformy/formy-ocenki/zony-ocenki.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.
