EzeScan WebApps

Likert Field

The Likert field is used to allow users to answer multiple questions that all have the same answer set.

Basic Settings

Setting

Description

Name

The name of the field that is displayed to the user.

Id

The id of the field that is used for metadata and placeholders.

Values

The Values of the Likert field are split into two sections, the Answer and Questions.

image-20250629-195744.png

Each question will have all answer listed for it.

image-20250629-195933.png

Accessing Placeholder Values

To access the metadata values of a Likert field you must used to Prop Metadata placeholder scheme.

{{fields["likert_field_id"] | prop("question_id")}}