How to make a questionnaire

To create a questionnaire, we use a simple method — User Input. All components that variables write belong to the conditional invisible group. This is important to remember, because we need to add a visible component before an invisible one to ask a question to a user.

Visible components include Message, Buttons with hints, Buttons for Viber, Dynamic buttons with hints.

You can see all steps to create a questionnaire in the builder in the video tutorial:

For example, let's create a simple questionnaire with 3 questions:

  1. What audience do you want to create a bot for?
  2. What functions is it supposed to have?
  3. Leave your email.

Let's think of variable names:

  1. aud
  2. toDo
  3. usEmail

Add the components to the Screen in the following order: Text, User Input, Text, User Input, Text, User Input. Fill them in with the data in order. Don't forget to save the project.

After creating the questionnaire, we go to the bot, answer the questions and view the variables in Users:

You can also give the user a choice to answer using the Buttons with hints.

These answers will also be written to variables:

To the beginning ↑