Multi Step Quiz — Interactive Quizzes for React

A multi step quiz presents one question at a time, keeping the user focused and reducing cognitive load. quiz-ui makes building one straightforward: define each question as a step with a type (choice, slider, rating, text, email), and the engine handles the rest.

Last updated: 2026-09-25

Frequently asked questions

  • How many steps can a quiz have?

    No limit. A QuizDefinition can have as many steps as you need. The progress bar and navigation scale automatically.

  • Can I mix different question types in one quiz?

    Yes. A single QuizDefinition can include any combination of choice, slider, rating, text, and email steps — each with its own type.

  • Does the user see which step they're on?

    Yes. QuizProgress shows 'Step N of M' and a progress bar, both driven by the engine.