How SenseFolks Works

A SenseFolks website groups your surveys and results. Each survey has a key that connects its embed to the dashboard.

How do surveys and embeds connect?

Surveys

A survey is a configured question flow that belongs to one website.

Create surveys in the dashboard and embed them with web components. Refreshing the page clears unfinished answers.

Survey Components

Each survey type has a custom HTML element:

  • <sf-pricepoint> — Find the right price (Van Westendorp, Gabor-Granger)
  • <sf-userchoice> — See which trade-offs people prefer (Conjoint Analysis)
  • <sf-featurepriority> — Sort features by what users care about (Kano, MaxDiff, Bradley-Terry)
  • <sf-fastpoll> — Get a quick signal on any question
  • <sf-openfeedback> — Collect open-ended feedback
  • <sf-reaction> — Run an icon-based quick survey with three built-in sets: expressive faces, thumbs up/down, or a heart

What is a survey key?

The survey key is a UUID. Pass it to the embed to load the right configuration and route responses to your dashboard.

html
<sf-fastpoll survey-key="a1b2c3d4-e5f6-7890-abcd-ef1234567890"></sf-fastpoll>

Responses and Insights

View submitted responses in the dashboard. Filters and exports depend on your plan.

SenseFolks Terms in Plain Language

TermWhat It Means
WebsiteA container for your surveys and insights. Add one per product or site.
SurveyA configured questionnaire with one or more steps, living inside a website container
StepA single screen or question within a survey
ResponseA completed survey submission from a user
ComponentThe web component that renders a survey type on your page
Survey KeyUnique identifier (UUID) that connects an embedded component to its survey
CSS PartsStyling hooks exposed by components so you can customise appearance
Insights DashboardWhere aggregated results from all surveys within a website are displayed

Related guides