> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/it/valutazione-del-ticket/rating-modes.md).

# Modalità di valutazione

<i class="fa-crown">:crown:</i> **Premium.** Il **Modalità di valutazione del ticket** Il menu a discesa ha tre opzioni. Controllano se il membro può lasciare un commento di testo insieme alla valutazione a stelle e se quel commento è obbligatorio.

## Le tre modalità

| Etichetta UI                            | Comportamento                                                                                                                                                |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Solo valutazione**                    | Il membro clicca su una stella e la valutazione viene salvata. Non viene richiesto alcun commento.                                                           |
| **Valutazione + commento facoltativo**  | Il membro clicca su una stella, quindi si apre una casella per i commenti con un singolo campo di paragrafo. Il membro può inviarlo vuoto o con un commento. |
| **Valutazione + commento obbligatorio** | Si apre la stessa casella per i commenti, ma il campo è obbligatorio. Il pulsante Invia resta disabilitato finché il membro non scrive qualcosa.             |

La modalità predefinita dopo aver abilitato Ticket Rating è **Valutazione + commento facoltativo**.

<figure><img src="/files/a067de94d728b3fa3cd168b8a204f98ca04d3b1d" alt="Settings, Ticket Rating Mode dropdown open showing the three options"><figcaption></figcaption></figure>

## Quale modalità scegliere

**Solo valutazione** richiede il minor numero di clic, quindi più membri completano la valutazione. Ti fornisce il punteggio a stelle senza alcun commento scritto.

**Valutazione + commento facoltativo** ti fornisce il punteggio a stelle di tutti, oltre a un commento scritto da parte dei membri che scelgono di aggiungerne uno. Questa è la modalità predefinita.

**Valutazione + commento obbligatorio** allega un commento scritto a ogni valutazione. Alcuni membri che avrebbero dato rapidamente una stella e sarebbero andati via potrebbero non completare il processo, quindi potresti ottenere meno valutazioni.

## Dove finisce il commento

Quando viene inviato un commento (nelle modalità facoltativa o obbligatoria):

* Viene salvato nella dashboard insieme al ticket.
* Viene mostrato nell'embed del Registro valutazioni nel **Feedback dell'utente** campo.
* Viene mostrato sul ticket chiuso nella Cronologia ticket.

## Modificare le modalità in seguito

Puoi cambiare la modalità di valutazione in ցանկացած momento. La nuova modalità si applica ai ticket che vengono chiusi dopo la modifica. Un prompt di valutazione già inviato mantiene la modalità attiva al momento dell'invio.

## Correlati

{% content-ref url="/pages/2e710d485d60214c8192866fa3f7cf2a5a4d8e80" %}
[Cosa sono le valutazioni dei ticket](/docs/it/valutazione-del-ticket/what-ticket-ratings-are.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/it/valutazione-del-ticket/rating-modes.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.
