Guide
Creating a Survey
📝 Creating a Survey
You must define an array of questions using QuestionType.
🔹 Example Survey:
📌 QuestionType Breakdown
Type | Parameters | Description |
---|---|---|
.binaryChoice | title, subtitle, leftText, rightText | Yes/No question |
.steplessScale | title, subtitle, emoji, buttonText | Scale from 1-10 |
.singleChoice | title, subtitle, choices | Select one option |
.multipleChoice | title, subtitle, buttonText, choices | Select multiple options |
.freeText | title, subtitle, placeholder, buttonTitle | Open-ended text response |
.success | title, subtitle, optInLabel, buttonText | Optional final screen with optional opt-in |