Kuizono

Beschreibung

Kuizono lets you build quizzes directly in wp-admin and embed them anywhere with the „Quiz“ block. Quiz taking and scoring happen entirely on your own site — nothing is sent anywhere else, and no account of any kind is required to use it.

Question types

  • Multiple Choice
  • True / False
  • Short Text (case-insensitive matching)

Question Bank

Build a question once, reuse it across as many quizzes as you like — there’s no limit on how many questions you can add to the Question Bank, or how many quizzes you build with them. Editing a Question Bank question updates every quiz that uses it immediately.

AI Question Generation (bring your own key, optional)

Generate Question Bank questions from a topic using your own OpenAI, Google Gemini, or Anthropic Claude API key — entered on the AI Settings screen, used only by your site to call your chosen provider directly. Kuizono never sees your key, never relays it anywhere, and never bills you for AI usage — that’s between you and your provider account. Requests are rate-limited to 10 per hour. Generated questions are always created as drafts for you to review before publishing.

Built for real use, not just a demo

  • Scoring is always calculated on the server from the stored correct answers — a visitor’s browser is never trusted with the answer key.
  • Works for both logged-in and anonymous visitors.
  • A quiz is directly takeable on its own page, or embedded anywhere with the „Quiz“ block.
  • Per-quiz results — score, pass/fail, and date — are viewable from the Results admin screen.

Privacy

Quiz-taking data never leaves your own WordPress site. When a visitor takes a quiz, their answers, score, and (for logged-in users) their user ID — or for anonymous visitors, a randomly generated token and a one-way hashed IP address used only for spam-prevention rate limiting — are stored in your site’s own database, in a table this plugin creates.

The one exception is AI Question Generation, which is entirely opt-in: it only runs if you’ve configured your own API key for one of three third-party providers and you click „Generate Questions with AI.“ When it runs, the topic text you enter and the questions the provider generates in response are sent to that one provider, directly from your site, using your own key — never through Kuizono, and never to a provider you haven’t configured. If you never set up an AI provider key, no data is sent anywhere by this plugin. Each provider is disclosed individually below, as this data leaves your site for a service outside Kuizono’s control:

OpenAI — What/why: generates Question Bank questions from a topic you provide. Data sent: the topic text you enter and the resulting generated questions. When: only if you’ve entered an OpenAI API key on the AI Settings screen and you click „Generate Questions with AI“ with OpenAI selected as the provider. Terms of Use: https://openai.com/policies/terms-of-use — Privacy Policy: https://openai.com/policies/privacy-policy

Google Gemini — What/why: generates Question Bank questions from a topic you provide. Data sent: the topic text you enter and the resulting generated questions. When: only if you’ve entered a Google Gemini API key on the AI Settings screen and you click „Generate Questions with AI“ with Gemini selected as the provider. Terms of Service: https://ai.google.dev/gemini-api/terms — Privacy Policy: https://policies.google.com/privacy

Anthropic Claude — What/why: generates Question Bank questions from a topic you provide. Data sent: the topic text you enter and the resulting generated questions. When: only if you’ve entered an Anthropic API key on the AI Settings screen and you click „Generate Questions with AI“ with Claude selected as the provider. Terms of Service: https://www.anthropic.com/legal/consumer-terms — Privacy Policy: https://www.anthropic.com/legal/privacy

This plugin registers a description of the above with WordPress’s built-in Privacy tools (Settings Privacy) so it can be included in your site’s own privacy policy.

Blöcke

Dieses Plugin bietet 1 Block.

  • Quiz Embed a Kuizono quiz.

Installation

  1. Upload the plugin files to /wp-content/plugins/kuizono-quiz-builder, or install through the WordPress plugins screen directly.
  2. Activate the plugin through the „Plugins“ screen in WordPress.
  3. Use the „Quizzes“ menu in the admin sidebar to create your first quiz and add questions.
  4. Add the „Quiz“ block to any page or post to embed it, or share the quiz’s own page link directly.

FAQ

Do I need an account to use this plugin?

No. Nothing in this plugin requires an account of any kind. The one optional exception is AI Question Generation, where you can use your own API key with a provider of your choice (OpenAI, Gemini, or Claude) — that’s an account with them, not with Kuizono, and it’s entirely optional.

Can I reuse the same question across multiple quizzes?

Yes — add it to the Question Bank once, then add it to any quiz from the quiz builder’s „Add from Bank“ option.

Is there a limit on how many questions I can add to the Question Bank?

No. Build and reuse as many Question Bank questions as you like.

Does AI Question Generation cost anything through Kuizono?

No. You bring your own API key for OpenAI, Google Gemini, or Anthropic Claude (AI Settings screen), and your site calls that provider directly with it. Any usage cost is billed by your provider to you — Kuizono never sees the key, the request, or the bill. Requests are rate-limited to 10 per hour. Generated questions are always saved as drafts for you to review before they go live.

Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

Mitwirkende und Entwickler

„Kuizono“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Kuizono“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

0.29.0

  • Initial release: build and take quizzes with Multiple Choice, True/False, and Short Text questions, reuse questions across quizzes with the Question Bank, embed with the „Quiz“ block, and view results (score, pass/fail, date). Optionally generate Question Bank questions with your own OpenAI, Google Gemini, or Anthropic Claude API key.