@multisystemsuite/studio-survey
v3.0.0
Published
Survey and quiz components for MultiSystemSuite Studio
Downloads
387
Readme
@multisystemsuite/studio-survey
Survey and quiz components — questions, scoring, and branching logic.
What is it?
studio-survey adds components tailored for surveys and quizzes: rating scales, NPS, multi-step questions, and scoring. Use it alongside studio-forms for richer question types.
When to use it
- Customer feedback, NPS, employee satisfaction surveys
- Quizzes with scored answers
- Multi-page surveys with conditional paths
Install
pnpm add @multisystemsuite/studio-survey @multisystemsuite/studio-core @multisystemsuite/studio-rendererQuick example
import { registerSurveyComponents } from '@multisystemsuite/studio-survey';
registerSurveyComponents();Generate a survey with AI:
import { generateFromPrompt } from '@multisystemsuite/studio-ai';
const schema = generateFromPrompt({
prompt: 'Customer feedback NPS survey',
type: 'survey',
});Related packages
- studio-forms — base inputs used inside surveys
- studio-ai — prompt-based survey generation
- studio-core — branching and logic rules
License
MIT
