List Formatting

Format checkbox variables as bullet lists or inline text.

Usage

  • {variable AS LIST} - Formats checkbox variables as bullet lists (default behavior)
  • {variable AS INLINE_LIST} - Formats checkbox variables as comma-separated inline text
  • INLINE_LIST automatically lowercases items for natural sentence flow
  • Uses Oxford commas (e.g., "sports, music, and technology")
  • Perfect for inserting lists within question text or page content

Example

# **Interests Survey**
Q: What are your interests?
- Sports
- Music
- Technology
- Reading
CHECKBOX
VARIABLE: interests

# **Summary**
## Your interests as a list:
{interests AS LIST}

## Your interests inline:
You selected {interests AS INLINE_LIST} as your interests.

Interests Survey

What are your interests?