# Scoring

## 🔢 What is scoring ?

Scoring allows you to give a number of points of your choice to any of the selectable answer available in any of our questions.&#x20;

The total score is calculated dynamically while the respondent takes the survey and select the scored answers. Based on the score you can change the flow of the survey of show different ending messages or get notifications using [Tasks](/form-management/tasks.md).

The total score can be displayed anywhere in the survey labels or at the end thank you page using the score pipe **`{{score}}`**

Usually scores are used by training institution to create forms for quizzes or students tests as you can know, based on the current score of the respondent, if he passed a question or not.

## 🚀 How to activate scoring ?

* Scoring can be activated from your [survey properties](/form-management/form-designer/form-settings.md) page by turning on the **scored** option.

![](/files/-MB8Xi-IW4qyx8YOpPdY)

* Once activated you can set for each of your answers a score point

![](/files/-MB8XIjS2vabA45kqRb2)

{% hint style="info" %}
🧙 Scoring can be used anytime during the survey inside [condition rules](/form-management/form-designer/condition-rules.md) to show or hide questions or answers or to show a different [thank you end message](/form-management/form-designer/pages/thanks-end-page/conditional-thanks-message.md).
{% endhint %}


---

# 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.ngsurvey.com/form-management/form-designer/scoring.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.
