Tooltip

Add an information icon that shows a popover next to questions.

Usage

  • Use TOOLTIP: text to add an icon that shows a popover
  • The popover appears near the icon on click and closes on click-away
  • For multi-line tooltips, use triple-quote delimiters: TOOLTIP: """ ... """
  • Supports Markdown formatting (bold, italic, links, etc.)
  • For information shown inline instead of in a popover, see REVEAL:

Example

Q: How many years of experience do you have?
TOOLTIP: Used to determine your seniority level
NUMBER

Q: What is your annual income?
HINT: Please provide your gross income
TOOLTIP: """
**Why we ask this**

This helps us understand our user demographics.
All data is anonymized and encrypted.
"""
NUMBER

How many years of experience do you have?

What is your annual income?

Please provide your gross income