Skip to main content

Survey Editor

Master the CreateView interface for building and organizing your survey

CreateView Interface

The survey editor (CreateView) is where you build your research instrument. It combines AI assistance with direct editing controls.

Survey Editor

Layout Overview

The editor has three main areas:

Area

Purpose

Chat Panel (left)

AI conversation for generating and modifying content

Preview Panel (right)

Live view of your survey structure

Structure Sidebar

Hierarchical tree view of sections and questions

Section Management

Sections organize your questions into logical groups.

Add a Section

  1. Click Add Section in the toolbar

  2. Enter a section name

  3. The section appears at the end of your survey

Or ask the AI: "Add a new section called Demographics"

Edit Section

  • Rename: Click the section header and edit the name

  • Description: Add optional description text below the title

  • Visibility: Toggle section visibility for conditional display

Delete Section

  1. Hover over the section header

  2. Click the delete icon

  3. Confirm deletion

⚠️ Warning: Deleting a section removes all questions within it. This cannot be undone.

Reorder Sections

Drag sections by their header to reorder. The drop indicator shows where the section will move.

Question Management

Add Questions

Multiple ways to add questions:

  1. AI Generation: Ask the chat to add specific question types

  2. Add Button: Click Add Question within a section

  3. Duplicate: Copy an existing question

Edit Questions

Click any question to open the editor form:

  • Modify question text

  • Change question type

  • Edit response options

  • Configure logic

Delete Questions

  1. Hover over the question

  2. Click the trash icon

  3. Confirm deletion

Reorder Questions

Drag questions within or between sections. The draggable handle appears on hover.

Study Structure Sidebar

The sidebar shows a collapsible tree view of your entire survey:

Survey Title
├── Section 1
│   ├── Q1: Introduction
│   ├── Q2: Brand Awareness
│   └── Q3: Purchase Intent
├── Section 2
│   ├── Q4: Satisfaction Rating
│   └── Q5: Open Feedback
└── Section 3
    └── Q6: Demographics

Click any item to jump to it in the preview.

Saving Changes

Auto-Detection

The editor tracks all changes and shows an Unsaved Changes indicator when modifications exist.

Save Action

Click Save to persist changes to the server. The save includes:

  • Question text and options

  • Section structure

  • Logic conditions

  • Metadata

Undo Changes

Click Undo to revert to the last saved state. This discards all unsaved modifications.

Form Diff Tracking

The editor maintains a diff between your current version and the server version:

Indicator

Meaning

Green highlight

New content

Yellow highlight

Modified content

Red strikethrough

Deleted content

This helps identify what changed before saving.

Did this answer your question?