The Height element allows the user to select their height through an interactive slider control. It’s ideal for questions where the height value influences the quiz result (e.g., BMI, personalized plans, etc.). What it’s for
  • Collect user height in a visual and intuitive way.
  • Use height information as part of a calculation or segmentation.
  • Allow selection between centimeters or inches.
What you can configure Content:
  • Initial Unit: choose between centimeter (cm) or inch (in).
  • Initial Height: default value that appears on loading.
  • Minimum and Maximum Height: define the allowed value range.
  • Footer Text: message displayed below the selector (e.g., “Drag to select your height”).
Settings:
  • Template: horizontal.
  • Animation: choose the entry effect.
  • Alignment: center, left, or right position.
Response Variable:
  • Save result in variable: create a variable and store the response for later use in the quiz (e.g., BMI calculation).
  • Include Unit: if activated, the variable will also save the selected unit, “cm” or “in” (e.g., “150cm”).
Custom Colors:
  • Primary Color: customize the slider control and measurement unit color.
Usage tip! Combine this element with other fields (like weight) to create more complete experiences, such as BMI calculation or personalized plans. And remember: saving the response in a variable is essential to use this value later in the quiz.