> For the complete documentation index, see [llms.txt](https://docs.coreway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coreway.com/yoov-plus/worksheet/worksheet-design/field-type/rating.md).

# 评分

这是一个用于进行星级评分的互动式字段。

## **1. 字段介绍** <a href="#id-1-field-introduction" id="id-1-field-introduction"></a>

以星形（★）样式直观展示评分值。

## **2. 评分设置** <a href="#id-2-rating-setting" id="id-2-rating-setting"></a>

* **评分总数**：可设置星星的总数，范围从 **1 到 10** 颗。设置后，字段将显示相应数量的星星供用户点击选择。

## **3. 默认值** <a href="#id-3-default-value" id="id-3-default-value"></a>

* **固定值**：手动输入一个 **1-10** 之间的数字作为默认评分。
* **动态值**：
  * **其他字段值**：引用本表或关联表中**数字类型**字段的值。
  * **查询工作表**：通过条件查询其他工作表，将匹配记录的数字字段值填充至此。

## **4. 验证** <a href="#id-4-validation" id="id-4-validation"></a>

* **必填**：必须提供一个评分。

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


---

# 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.coreway.com/yoov-plus/worksheet/worksheet-design/field-type/rating.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.
