Skip to main content

Quiz Option

Use Quiz Option to add a single quiz input field or option group. It can represent text, email, phone, number, textarea, or checkbox-style answers depending on context.

How It Works In Atomicat​

The drawer starts with an option type selector for inputs such as number, email, text, phone, textarea, and checkbox when available. Placeholder defaults change by type. In some quiz contexts, checkbox options may not appear. Quiz context can also expose Required, copy reference, and component ID controls. Checkbox mode shows option rows with references, text, media, and a Multi Select toggle.

When To Use It​

  • Ask for a short answer, email, phone, number, or longer text response inside a quiz.
  • Build checkbox-style option lists when multiple selection is available.
  • Collect answers that later quiz logic or result copy can reference.
  • Use phone or email input types when validation and keyboard behavior matter.

Configure The Element​

  • Choose the option type before writing placeholder or option text.
  • Set Required when the answer must be present before the visitor continues.
  • For checkbox mode, edit each option text and enable Multi Select when several answers are allowed.
  • Use media on options only when it helps visitors distinguish choices.
  • Copy the component ID or reference only after the field is final.

Testing Notes​

  • Submit the quiz with empty, valid, and invalid values.
  • Test mobile keyboards for email, phone, number, and textarea fields.
  • Verify answer output in lead records or result logic.

Limitations And Tips​

  • Checkbox availability depends on editing context because the source filters it inside quiz routes.
  • Do not use a free-text field when fixed choices are easier to analyze.
  • Changing option type can reset placeholder and content defaults.

FAQ​

Which field types are available?

The referenced array includes number, email, text, tel, textarea, and checkbox.

Can Quiz Option be required?

Yes, in quiz context the drawer exposes Required and copy-reference behavior.

Why did my content reset after changing type?

Changing option type applies type-specific defaults such as placeholder and checkbox option content.