Sections

Organize questions within a page using titled sections with optional descriptive content.

Usage

  • Use ## to create a section heading within a page
  • Add optional content after the section title to provide context or instructions
  • Section content supports Markdown formatting
  • Add TOOLTIP: to attach collapsible information to a section heading
  • Add SHOW_IF: to conditionally show or hide an entire section based on previous answers

Example

# **Employee Survey**

## **Work Environment**
TOOLTIP: Work environment covers your physical workspace, equipment, office facilities, and day-to-day working conditions.

Please rate the following aspects of your work environment.

Q: How satisfied are you with your workspace?
- Very satisfied
- Satisfied
- Neutral
- Dissatisfied

Q: Do you have the tools you need?
- Yes
- No

Q: Are you a manager?
- Yes
- No
VARIABLE: is_manager

## **Team Management**
SHOW_IF: is_manager == Yes

These questions are only relevant for managers.

Q: How many direct reports do you have?
NUMBER

Q: How often do you hold one-on-ones?
- Weekly
- Biweekly
- Monthly
- Rarely

Employee Survey

Work Environment

Please rate the following aspects of your work environment.

How satisfied are you with your workspace?

Do you have the tools you need?

Are you a manager?