Skip to main content

Building Surveys

Create powerful, engaging surveys with Pollarix's drag-and-drop survey builder powered by SurveyJS.

Survey Creation Flow

Survey Editor

The survey editor provides four main tabs:

🎨

Designer

Drag-and-drop interface to add and arrange questions

🔀

Logic

Create conditional visibility and skip patterns

🎭

Theme

Customize colors, fonts, and styling

🌐

Translation

Add multi-language support


Question Types

Available in all plans:

TypeDescriptionBest For
TextSingle-line text inputNames, short answers
CheckboxMultiple choice (select many)Multi-select options
Radio GroupSingle choice from optionsYes/No, categories
DropdownSingle choice in dropdownLong option lists
BooleanYes/No toggleSimple confirmations
RatingStar or numeric ratingNPS, satisfaction scores
PanelContainer for grouping questionsOrganizing sections

Logic & Branching

Create dynamic surveys that adapt based on responses:

Visibility Conditions

Control when questions appear using visibleIf:

// Show only if rating is low
visibleIf: "{satisfaction} <= 6"

// Show for specific choice
visibleIf: "{productType} = 'enterprise'"

// Multiple conditions
visibleIf: "{age} >= 18 and {country} = 'US'"

Common Logic Patterns

Show follow-up based on answer
// Question: "Did you experience any issues?"
// Follow-up visible only if "Yes"
visibleIf: "{hadIssues} = true"
Skip section based on role
// Show manager questions only for managers
visibleIf: "{role} = 'manager' or {role} = 'director'"
Required based on previous answer
// Make "Other" text required only if "Other" selected
requiredIf: "{choice} = 'other'"

Themes & Styling

Applying a Theme

  1. Click the Theme tab in the editor
  2. Browse available themes or templates
  3. Click to apply
  4. Customize colors if needed

Theme Options

SettingDescription
Primary ColorButtons, links, progress bar
BackgroundSurvey background color
Font FamilyText font throughout
Border RadiusCorner roundness
Panel StyleQuestion container styling

Theme Templates

Pre-built themes for quick styling:

  • Default - Clean, minimal design
  • Modern - Bold colors, rounded corners
  • Classic - Traditional form style
  • Dark - Dark mode theme

Best Practices

Question Design

Keep It Short
  • Limit surveys to 5-10 minutes
  • Use progress indicators for longer surveys
  • Put important questions first
DoDon't
Use clear, simple languageUse jargon or technical terms
One question per topicAsk double-barreled questions
Provide balanced scalesUse leading questions
Include "N/A" option when appropriateForce answers that don't apply

Mobile Optimization

  • Use single-column layouts
  • Keep question text concise
  • Use large touch targets for buttons
  • Test on mobile devices before launching

Scoring Surveys

For NPS and satisfaction surveys:

NPS Formula: (% Promoters - % Detractors) = NPS Score


Keyboard Shortcuts

ShortcutAction
Ctrl + ZUndo
Ctrl + YRedo
DeleteRemove selected element
Ctrl + SSave survey

Next Steps

Was this page helpful?