

Qwizoo Settings Page — connect your account and see your quiz library at a glance.
Qwizoo is a modern interactive quiz and lead generation platform that helps you turn visitors into qualified leads. Install this plugin, connect your Qwizoo account with a single API key, and embed your quizzes anywhere on your WordPress site.
Inline — embeds the quiz directly into the page content. Works with all plans.
Popup — adds a button that opens the quiz in a centered modal overlay. Available on Comfort and Premium plans.
Floating button — adds a persistent floating button in the corner of the screen. Available on Comfort and Premium plans.
Copy your quiz ID from the Qwizoo settings page in WordPress (shown next to each quiz as qwizoo.com/q/YOUR_ID).
Inline embed:
[qwizoo id=”YOUR_QUIZ_ID”]
With custom height:
[qwizoo id=”YOUR_QUIZ_ID” height=”800″]
Popup button:
[qwizoo id=”YOUR_QUIZ_ID” mode=”popup” trigger=”Take the Quiz”]
Floating button:
[qwizoo id=”YOUR_QUIZ_ID” mode=”float” position=”bottom-right”]
This plugin connects to the Qwizoo service at qwizoo.com to retrieve your quiz list and display quizzes to site visitors. Quiz submissions (lead data) are sent directly to Qwizoo servers. No data is stored in your WordPress database beyond the encrypted API key and a short-lived cache of your quiz list.
Please refer to the Qwizoo Privacy Policy for details on how lead data is processed.
The full, uncompressed source for the Gutenberg block is included in this plugin under src/block/. The file src/block/index.js is compiled to build/index.js using @wordpress/scripts (webpack).
To rebuild from source:
npm installnpm run build (or npm start for a watching dev build)The build output is written to the build/ directory. No other JavaScript or CSS in this plugin is minified or compiled — all admin scripts and styles under admin/js/ and admin/css/ are the human-readable source.
This plugin connects to the Qwizoo service (https://qwizoo.com) in two scenarios:
When a site administrator connects the plugin or refreshes the quiz list, the plugin sends a request to the Qwizoo REST API (https://api.qwizoo.com/api/v1/).
Data sent: the API key entered by the administrator.
When: on plugin connect, quiz list refresh, or WordPress admin page load while connected.
Purpose: to verify the API key, retrieve the workspace info, and fetch the list of published quizzes.
When a page contains a Qwizoo quiz block or shortcode, the plugin loads the Qwizoo embed script from https://qwizoo.com. When a visitor fills in and submits the quiz, their answers and any contact details they enter (name, email, phone) are sent directly to Qwizoo servers.
Data sent: quiz answers, and optionally name, email, phone (only if the quiz includes a lead capture form and the visitor fills it in).
When: when a visitor submits a quiz on the front end.
Purpose: to record quiz completion and capture leads in the quiz owner’s Qwizoo account.
No quiz submission data is stored in the WordPress database.
Links:
* Qwizoo Terms of Service: https://qwizoo.com/terms
* Qwizoo Privacy Policy: https://qwizoo.com/privacy