AI Central · Embeds

Quiz embed preview

Live harness for /embed/v1.js — the quiz loader (exported from the quiz app, protocol frozen; see docs/embed-protocol.md). It opens quiz.thecentral.ai/quiz-v2 in a popup, slider, or inline iframe. Each block below is a real embed you can click.

Popup

Pill button → centered modal. The default embed type.
<div data-ac-survey-id="quiz"
     data-ac-embed-type="popup"
     data-button-text="Take the quiz"
     data-button-color="#E48715"
     data-utm_source="quiz_demo_popup"></div>

Slider

Pill button → side panel that slides in from the right.
<div data-ac-survey-id="quiz"
     data-ac-embed-type="slider"
     data-slider-direction="right"
     data-button-text="Open slider quiz"
     data-button-color="#046BB1"
     data-utm_source="quiz_demo_slider"></div>

Inline / standard

Renders directly in the page and auto-resizes per step.
<div data-ac-survey-id="quiz"
     data-ac-embed-type="standard"
     data-inherit-parameters
     data-utm_source="quiz_demo_inline"></div>
The inline iframe grows/shrinks via form_resized messages. On completion it redirects this page to the personalized result URL.