Quiz Elements
Quiz elements let you add interactive question, answer, and measurement experiences to Atomicat pages. They are useful when the visitor path depends on answers, qualification data, or result logic rather than a simple button click.
Elements Coveredβ
- Quiz manages a list of questions and answers inside one element, including correct-option toggles.
- Interactive Quiz manages step-based quiz content and nested components, with quiz-route design behavior.
- Quiz Option creates input-style quiz fields such as text, email, phone, textarea, number, and checkbox where available.
- Multiple Choice is Quiz Option configured as checkbox mode with optional multi-select.
- Height Weight captures weight or height values with unit, default value, required state, and custom ranges.
How They Work Togetherβ
Atomicat 3.0 uses different drawers depending on context. Some controls change inside /quiz routes: Interactive Quiz can switch into design controls, Quiz Option can expose required and copy-reference behavior, and checkbox options may be filtered out in certain quiz editors. This means a page builder quiz block and a dedicated quiz builder step can expose related but not identical controls.
Authoring Workflowβ
- Define the visitor goal before adding fields: qualification, scoring, personalization, or lead capture.
- Add only the fields needed for logic or follow-up.
- Mark fields required when later steps depend on their values.
- Copy references after required fields are stable.
- Test all answer paths before connecting paid traffic.
Related Docsβ
FAQβ
Why do quiz controls change between pages and quiz routes?
The source checks the current route and shows different controls inside /quiz contexts, especially for Interactive Quiz and Quiz Option.
What are quiz references used for?
Required fields can expose short references that may be copied into later logic or dynamic text.
Should I use Quiz or Interactive Quiz?
Use Quiz for a compact question list. Use Interactive Quiz for multi-step flows, nested content, and richer answer paths.