Skip to content
English
  • There are no suggestions because the search field is empty.

Dynamic Question Types

Dynamic question types are survey questions that are shaped and customized based on users' previous responses. These questions can change according to the context of the survey, allowing for the collection of deeper and more meaningful feedback.

Use Case

Let’s say a retail company wants to report the names of products purchased by its customers and which of those products they were dissatisfied with. For example, if a customer bought lipstick, nail polish, eyeshadow, and perfume, they would be able to select the products they were unhappy with while filling out the survey. Additionally, the information about the products purchased by the customer will be visible within the feedback provided.

How It Works

Auto Tag: In this use case, product names will be taken from the system’s built-in responses. To make each product name reportable, the auto tag structure will come into play. Each product name will be automatically tagged, and this process will occur without the need for any job setup. These tags will create data for reporting.

Tags and Reporting: The incoming feedback will be displayed as automatically tagged. Tags will be grouped according to the key names written in the questions. These automatically defined tags will not appear in the tag group menu. To obtain a report, you can follow these steps:

  1. Select a chart type.
  2. Choose Measure.
  3. In the Compare section, select tag name.
  4. From the filter, select tag group. The tag group will be displayed as the keys of the defined questions.
  5. Generate the report.

Dynamic Multiple Choice:

All product names purchased by a customer will be stored as a built-in response within this question type. The products will be separated by commas, and only the product names will be extracted from the built-in response for the question. The key field must always be filled. (It can be populated manually via Excel or integrated through the customer schema.) The options for this question type will be filled by selecting from the data received while completing the survey. In the Advanced settings, the auto-tag feature must be enabled.

Filtering Categorical Questions: After creating the first question as a "Multiple Choice" question type, the user-selected options in that question will be displayed on the next page or question. Go to the question's Advanced Settings. The Include Selected Options field here allows the user-selected options in previous multiple-choice questions to be carried over to this question. In this field, you need to select which multiple-choice question answers will be included in this question. In other words, the options the user selected in that previous question will automatically be displayed or used in this new question.
 
 
 

Dynamic Multiple Value:

All product names purchased by a customer will be stored as a built-in response within this question type. The products will be separated by commas, and only the product names will be extracted from the built-in response for the question. The key field must always be filled. (It can be populated manually via Excel or integrated through the customer schema.) This question type is set to "hide" by default in the survey. However, if shown, the question type and options will be displayed as read-only while completing the survey. In the Advanced settings, the auto-tag feature must be enabled.

To send a request via API for this question type, you can use the below request model:


[
  {
     "question":"phone_number",
     "answer":"59255501022"
  },
  {
     "question":"ProductList",
     "answer":"Productname1 ProductCode1,Productname2 ProductCode2,Productname3 ProductCode3",
     "dynamic":true
  }
]

Every individual data must be seperated with a comma.