---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.ru/support/forms/en/blocks-ref/tests.md
  - https://yandex.ru/support/forms/ru/blocks-ref/tests.md
  - href: en/blocks-ref/tests.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/support/forms/en/llms.txt


# Tests and quizzes

In Yandex Forms, certain question types can be used in a [test](https://yandex.ru/support/forms/en/tests.md). These include:

- [One answer](https://yandex.ru/support/forms/en/blocks-ref/radiobutton.md)​
- [Multiple answers](https://yandex.ru/support/forms/en/blocks-ref/multiple.md)​
- [Drop-down list](https://yandex.ru/support/forms/en/blocks-ref/dropdown.md)​

In addition, you can use any **Short answer** questions:
- [Short text](https://yandex.ru/support/forms/en/blocks-ref/short-text.md)​
- [Number](https://yandex.ru/support/forms/en/blocks-ref/number.md)​
- [Phone number](https://yandex.ru/support/forms/en/blocks-ref/phone.md)​
- [TIN](https://yandex.ru/support/forms/en/blocks-ref/inn.md)​
- [Email](https://yandex.ru/support/forms/en/blocks-ref/email.md)​
- [Link](https://yandex.ru/support/forms/en/blocks-ref/link.md)​

<!-- source: en/_includes/test-series.md -->
 {% note warning "" %}

Avoid merging questions from the **Tests and quizzes** category into a [series](https://yandex.ru/support/forms/en/blocks-ref/series.md), as this prevents scoring from working.

{% endnote %}
<!-- endsource: en/_includes/test-series.md -->

## Enable **Score**. {#turn-on}

To convert the desired question into a test question:

1. In the form builder, add the question to the workspace.

1. Under **Answer**, click ![](../_assets/svg/score.svg)</svg> **Score**.

1. Specify the correct answer to the question and the number of points to award for that answer:

    - If the answer is a number or text, the user will only receive points if their answer exactly matches the punctuation and letter case of the correct answer.

    - If the question has multiple correct answers, the user must select all of them. 

        - If the user answers everything correctly, they receive the specified points. 
        
        - If the user misses at least one correct answer or selects at least one incorrect one, they receive no points for the question.


## Examples {#examples}

Below are examples with questions most frequently used in tests.

- **Short text**

    The answer must be a word or text up to 255 characters. The user's input must exactly match the correct answer.

    > <u>Question:</u> Fill in the missing letters to complete the sentence: *He's better now th_n th_n.*
    > 
    > <u>User's answer:</u> He is better now than then
    >
    > The answer is incorrect because the user omitted the period and entered "He is" instead of "He's". No points are awarded.
    >
    > <u>Correct answer:</u> He's better now than then.

- **Number**

    The answer must be an integer or a fraction with no more than two decimal places. The format of the entered number is checked when the user completes the test.

    > <u>Question:</u> Solve the equation: $x + 2 = 5$
    > 
    > <u>User's answer:</u> 3
    >
    > The answer is correct, so the user is awarded the specified number of points.

- **One answer**

    Users can choose an answer from the suggested options. There may be multiple correct answers. Users receive points for any correct answer.

    > <u>Question:</u> How many times did you travel abroad last year?
    > 
    > <u>Possible answers:</u>
    > 
    > - I didn't go abroad: 0 points.
    > - Once: 1 point.
    > - Two or three times: 3 points.
    > - More than three times: 5 points.
    > 
    > All the suggested options are correct. The more often the user travels abroad, the more points they get for this question.

- **Multiple answers**

    Users can choose multiple answers from the suggested options. The user receives points only if they select all the correct answers and don't pick any incorrect ones.

    > <u>Question:</u> Which of these cities are in Italy?
    > 
    > <u>Possible answers:</u>
    > 
    > - Nice: 0 point.
    > - Naples: 1 point.
    > - Valencia: 0 points.
    > - Milan: 1 point.
    > 
    > There are two correct responses among those suggested: Naples and Milan. If the user selects these two cities and doesn't select Nice or Valencia, they'll get 2 points.

#### Learn more

- [How to conduct a test](https://yandex.ru/support/forms/en/tests.md)
- [How to score tests](https://yandex.ru/support/forms/en/tests.md#test-result)
- [How to show test results](https://yandex.ru/support/forms/en/success-page.md#test)
- [How to view answers](https://yandex.ru/support/forms/en/answers.md)
