Navigation

Create navigation items in the survey sidebar for easier navigation.

Usage

  • Add NAVIGATION: after a page title to include it in the survey sidebar
  • Use NAVIGATION: 1 for top-level items
  • Use NAVIGATION: 2 for nested items under the previous level 1
  • The page title becomes the navigation label
  • Sidebar shows completion status (visited/current/upcoming) automatically
  • Level 1 items with level 2 children become collapsible sections

Example

# **Welcome**
NAVIGATION: 1

Q: What is your name?
TEXT

# **Demographics**
NAVIGATION: 1

Next are several demographics questions.

# **Age**
NAVIGATION: 2

Q: What is your age?
NUMBER

# **Location**
NAVIGATION: 2

Q: Where do you live?
TEXT

# **Feedback**
NAVIGATION: 1

Q: How was your experience?
- Excellent
- Good
- Fair
- Poor
Contents
Welcome
Demographics
Feedback

Welcome

What is your name?