---
url: https://gudhub.com/uk/docs/gh-elements/quiz/
title: "Quiz\n                #"
description: "Quiz is a gh element that allows to create different quizzes using automation nodes. Its automation configures not its settings. It has a pencil like button tha"
lang: uk
updated: 2026-09-12T04:01:24.092Z
---

# Quiz [#](https://gudhub.com/uk/docs/gh-elements/quiz/#quiz)

**Quiz** is a gh-element that allows to create different quizzes using automation nodes. Its automation configures not its settings. It has a pencil-like button that opens a _special automation tab_.

## Functional Characteristics [#](https://gudhub.com/uk/docs/gh-elements/quiz/#functional-characteristics)

This element is designed to make a different types of quiz. For example, the call center operator usually have to ask the same things each time. Due to Quiz you can create dialogue draft. Walking along it, the operator can easily dialogue and record customer data without missing anything.

## Value Format [#](https://gudhub.com/uk/docs/gh-elements/quiz/#value-format)

The current element contains ID of the JSON document with all its nodes settings.

Копіювати

```json
{
    "field_value": "62ce8b72900876f93163f4cd"
}
```

## Element Options [#](https://gudhub.com/uk/docs/gh-elements/quiz/#element-options)

The Quiz element have three groups of settings. The last two of them are do not mandatory for gh-element work.

### Field Settings [#](https://gudhub.com/uk/docs/gh-elements/quiz/#field-settings)

The element field settings consists of only [standard settings](https://gudhub.com/uk/docs/understanding-gudhub/gh-elements-structure/setting-overview/).

![Settings of quiz field](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/quiz-field-settings.jpg "Quiz field settings")

### Default Value Settings [#](https://gudhub.com/uk/docs/gh-elements/quiz/#default-value-settings)

The second group of settings allows to configure the default items.

![Settings of quiz default value](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/quiz-default-value-settings.jpg "Quiz default value settings")

| Name | Description |
| :-- | :-- |
| Application | allows to select the source application; [details...](#application) |
| View name | allows to select the view of items; [details...](#default-view-name) |

#### **Application** [#](https://gudhub.com/uk/docs/gh-elements/quiz/#application)

This is the application from which the view for the element will be taken.

#### **Default View Name** [#](https://gudhub.com/uk/docs/gh-elements/quiz/#default-view-name)

This is the default view of the items of the application from which the data will be taken.

### Cases Settings [#](https://gudhub.com/uk/docs/gh-elements/quiz/#cases-settings)

The last group of settings allows to configure view cases.

![Settings of quiz cases](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/quiz-cases-settings.jpg "Quiz cases settings")

| Name | Description |
| :-- | :-- |
| View name | allows to select the view of the application items; [details...](#view-name) |
| Filter | allows to filter items of the selected application; [details...](#filter) |
| Edit | allows to edit or delete the case; [details...](#edit) |

#### **View Name** [#](https://gudhub.com/uk/docs/gh-elements/quiz/#view-name)

This is the alternative view of items of the [selected application](#application).

#### **Filter** [#](https://gudhub.com/uk/docs/gh-elements/quiz/#filter)

Allows you to add filters that determine which elements will be used in the element.

#### **Edit** [#](https://gudhub.com/uk/docs/gh-elements/quiz/#edit)

This is the column that contains the edit and delete buttons for each option.

## Quiz Automation [#](https://gudhub.com/uk/docs/gh-elements/quiz/#quiz-automation)

The **Quiz** element is mostly configures using automation. Because of this, it contains two special nodes that are only available in Quiz.

### Quiz Node [#](https://gudhub.com/uk/docs/gh-elements/quiz/#quiz-node)

**Quiz Node** is the start node. It initializes the start of the _Quiz_ work. Also, because of this, certain items can be transmitted to the next nodes. Read more about it in [Quiz Node](https://gudhub.com/uk/docs/automation-nodes/quiz-node/).

![Special element node called Quiz Node](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/quiz-node.jpg "Quiz node")

### Quiz Form [#](https://gudhub.com/uk/docs/gh-elements/quiz/#quiz-form)

**Quiz Form** is the main branching node.It displays the message and responses that lead to the different following nodes. Read more about it in [Quiz Form](https://gudhub.com/uk/docs/automation-nodes/quiz-form/).

![Special element node called Quiz Form](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/quiz-form.jpg "Quiz form")

## Element Style [#](https://gudhub.com/uk/docs/gh-elements/quiz/#element-style)

Despite its unusual appearance, the **Quiz** has no special style settings. Read about these settings in [Settings Overview](https://gudhub.com/uk/docs/understanding-gudhub/gh-elements-structure/setting-overview/) and about element interpretations [below](#interpretation).

![Style of quiz element](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/quiz-element-style.jpg "Quiz element style")

## Data Model [#](https://gudhub.com/uk/docs/gh-elements/quiz/#data-model)

Копіювати

```json
{
    "data_model": {
        "app_id": "29008",
        "interpretation": [],
        "option": [{
            "filters_list": [],
            "view_id": "1536589"
        }],
        "view_id": "1536589"
    }
}
```

| Name | Type | Description |
| :-- | :-- | :-- |
| app\_id | `string` | _contains ID of the source application_ |
| interpretation | `array` | _contains all interpretation types_ |
| option | `array` | _contains all cases settings_ |
| filters\_list | `array` | _contains all filters of the case_ |
| view\_id | `string` | _contains ID of the selected view of the case_ |
| view\_id | `string` | _contains ID of the view of app items_ |

## Filtration [#](https://gudhub.com/uk/docs/gh-elements/quiz/#filtration)

The current element cannot be filtered out by its value.

## Interpretation [#](https://gudhub.com/uk/docs/gh-elements/quiz/#interpretation)

This element has three interpretation types:

![Types of quiz interpretation](https://bitbucket.org/AAtlas/gudhub-documentation/raw/master/Gh_Elements/gh-elements/quiz-interpretation-types.jpg "Quiz interpretation types")

### Default [#](https://gudhub.com/uk/docs/gh-elements/quiz/#default)

The default interpretation displays the generated quiz. Namely, it display the message and buttons with answers under it.

### Icon [#](https://gudhub.com/uk/docs/gh-elements/quiz/#icon)

Due to this type, the element is displayed as an icon.

### Value [#](https://gudhub.com/uk/docs/gh-elements/quiz/#value)

The last interpretation type displays the value of the field.
