Title: Quiz Creator &#8211; Easy Quiz, Survey &amp; Test Maker
Author: NETT.PRO
Published: <strong>May 7, 2025</strong>
Last modified: December 4, 2025

---

Search plugins

![](https://ps.w.org/quiz-creator/assets/banner-772x250.jpg?rev=3289323)

![](https://ps.w.org/quiz-creator/assets/icon-256x256.jpg?rev=3289323)

# Quiz Creator – Easy Quiz, Survey & Test Maker

 By [NETT.PRO](https://profiles.wordpress.org/nettpro/)

[Download](https://downloads.wordpress.org/plugin/quiz-creator.1.1.5.zip)

 * [Details](https://sa.wordpress.org/plugins/quiz-creator/#description)
 * [Reviews](https://sa.wordpress.org/plugins/quiz-creator/#reviews)
 *  [Installation](https://sa.wordpress.org/plugins/quiz-creator/#installation)
 * [Development](https://sa.wordpress.org/plugins/quiz-creator/#developers)

 [Support](https://wordpress.org/support/plugin/quiz-creator/)

## Description

Quiz Creator is a powerful yet simple plugin that enables you to:

 * Create quizzes with multiple question types (Multiple Choice, Multiple Correct,
   True/False)
 * **Add timers to quizzes** – Set time limits for entire quizzes or individual 
   questions
 * Configure automatic scoring and pass/fail thresholds
 * Collect user emails with GDPR-compliant subscription options
 * Customize all quiz text and email templates
 * View detailed quiz results with user answers and scoring
 * Use shortcodes to embed quizzes anywhere
 * Responsive design works on all devices
 * Secure data handling with nonce verification and input sanitization
 * Easily manage results with bulk delete and filtering tools in the admin area

Perfect for online courses, assessments, employee training, timed exams, and interactive
content! This is a simple quiz plugin. More functionality and options will be added
in the future. Feel free to contact us with suggestions.

#### Key Features

**Multiple Question Types**
 – Multiple Choice questions – Multiple Correct answers–
True/False questions – Mix and match question types in one quiz

**Smart Scoring System**
 – Automatic grading and scoring – Pass/fail thresholds–
Detailed results with correct/incorrect answers – Store unlimited quiz attempts

**Quiz Timer Options**
 – Set time limits for entire quiz – Individual question 
timers – Visual countdown with progress bar – Auto-submit when time expires

**Email Collection**
 – Collect user emails with GDPR compliance – Customizable 
email templates – Optional subscription options – Email notifications

**Easy Quiz Management**
 – Simple shortcode embedding: `[quiz_creator id="X"]` –
View all quiz results and user answers – Bulk delete and filtering options – Export
quiz data

**Responsive Design**
 – Works on mobile, tablet, and desktop – Clean, modern interface–
Customizable text and messages – Secure data handling

#### Perfect For

 * **Online Courses** – Create assessments and knowledge checks
 * **Employee Training** – Build training quizzes and tests
 * **Bloggers** – Add engaging trivia and personality quizzes
 * **Education** – Develop classroom tests and exams
 * **Lead Generation** – Collect emails through interactive quizzes
 * **Certifications** – Create certification exams

**More features coming soon!** This is an actively developed plugin. Contact us 
with feature suggestions.

## Screenshots

 * [[
 * Add new Quiz with questions
 * [[
 * Quiz list overview
 * [[
 * Frontend quiz display example
 * [[
 * Frontend quiz display example
 * [[
 * Frontend email collection example
 * [[
 * Quiz Creator general settings
 * [[
 * Customize text settings
 * [[
 * Email template example
 * [[
 * Quiz results overview

## Installation

 1. Upload the `quiz-creator` folder to `/wp-content/plugins/`
 2. Activate the plugin through the ‘Plugins’ menu
 3. Navigate to Quiz Creator > Add New to create quizzes
 4. Use shortcode `[quiz_creator id="X"]` in posts/pages (replace X with quiz ID)

## FAQ

### How do I create a quiz?

Go to Quiz Creator > Add New, add your questions, configure settings, and save. 
Copy the shortcode and paste it into any post or page.

### How do I add a quiz to my page?

Use the shortcode `[quiz_creator id="X"]` (replace X with your quiz ID) in any post,
page, or widget area.

### What question types are supported?

Multiple Choice (single answer), Multiple Correct (multiple answers), and True/False
questions.

### Can I add timers to my quizzes?

Yes! You can set a time limit for the entire quiz or set individual time limits 
for each question. Users will see a “Start Quiz” button and timer countdown with
visual indicators.

### Can I collect user emails?

Yes! Enable email collection in settings and customize the email template. GDPR-
compliant with optional subscription checkbox.

### Are quiz results stored?

All quiz attempts are stored with user answers, scores, and timestamps. View results
in the admin area. We store IP addresses in anonymized form (first two octets only)
for regional analytics.

### How is scoring calculated?

Each question has a point value. Total score is calculated automatically with pass/
fail based on your threshold percentage.

### Is it mobile-friendly?

Yes! Fully responsive design works perfectly on all devices.

### Can users retake quizzes?

Yes, users can retake quizzes. Each attempt is saved separately.

### How do I customize quiz text?

Go to Quiz Creator > Settings > Customize Text to edit all messages and button labels.

### Is there a limit on quizzes or questions?

No limits! Create unlimited quizzes with unlimited questions.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Quiz Creator – Easy Quiz, Survey & Test Maker” is open source software. The following
people have contributed to this plugin.

Contributors

 *   [ NETT.PRO ](https://profiles.wordpress.org/nettpro/)

[Translate “Quiz Creator – Easy Quiz, Survey & Test Maker” into your language.](https://translate.wordpress.org/projects/wp-plugins/quiz-creator)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/quiz-creator/), check
out the [SVN repository](https://plugins.svn.wordpress.org/quiz-creator/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/quiz-creator/) by
[RSS](https://plugins.trac.wordpress.org/log/quiz-creator/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.5

 * Tested compatibility with WordPress 6.9
 * Updated readme.txt

#### 1.1.4

 * **Security:** Added index.php files to all plugin directories to prevent direct
   directory browsing and unauthorized file listing. This security hardening measure
   protects against information disclosure by blocking access to directory contents,
   making it more difficult for attackers to scan plugin structure or identify potential
   vulnerabilities.

#### 1.1.3

 * **Major Feature:** Added quiz timer functionality with two modes:
    - Quiz-wide timer: Set a time limit for the entire quiz
    - Per-question timer: Set individual time limits for each question (with optional
      custom times)
 * **Enhancement:** Added “Start Quiz” button for timed quizzes to prevent timer
   from starting before users are ready
 * **Enhancement:** Visual timer display with countdown, progress bar, and color-
   coded warnings (yellow at 30%, red at 10%)
 * **Enhancement:** Automatic quiz submission when time expires with proper handling
   of partial answers
 * **Enhancement:** Display time remaining on quiz results page
 * **Fix:** Improved quiz results handling for time-expired submissions with no 
   answers
 * **Fix:** Corrected result display to show “(Time expired – no answer)” for unanswered
   questions
 * **Fix:** Fixed admin results view for quizzes where all questions timed out
 * **Fix:** Improved form submission logic to handle timer expiry scenarios correctly
 * **UX:** Added timer information messages to inform users of time limits before
   starting
 * **UX:** Enhanced admin interface spacing for bulk actions and filter buttons

#### 1.1.2

 * Added: Bulk delete action for quiz results in admin
 * Added: Display of human-readable correct answers for Multiple Correct question
   type in admin result details
 * Improved: Admin results page UI for bulk actions and filters
 * Fixed: Various i18n and security warnings (missing text domains, translators 
   comments, nonce handling, input validation)
 * Fixed: Minor style and layout issues in admin tables
 * Fixed: JavaScript and PHP warnings for undefined variables and array keys
 * Improved: Code comments and maintainability

#### 1.1.0

 * **Major Feature:** Added Multiple Correct answer question type
 * **Enhancement:** Automatic redirect to quiz list after creating new quiz
 * **Fix:** Resolved option duplication issues when updating quizzes
 * **Fix:** Fixed JavaScript validation for multiple correct questions
 * **Fix:** Corrected email display formatting for multiple correct answers
 * **Fix:** Resolved “headers already sent” error during quiz creation
 * **Fix:** Added missing ’email_only_message’ text customization option
 * **Security:** Enhanced input sanitization and escaping throughout plugin
 * **Security:** Fixed WordPress coding standards compliance issues
 * **UX:** Better form handling and error prevention in admin interface
 * **UX:** Improved question type switching without data loss

#### 1.0.1

 * Fixed incorrect shortcode from `[quiz]` to `[quiz_creator]`

#### 1.0.0

 * Initial release
 * Core quiz functionality
 * Email collection system
 * Results tracking
 * Customizable text settings
 * Admin management interface

## Meta

 *  Version **1.1.5**
 *  Last updated **5 months ago**
 *  Active installations **30+**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/quiz-creator/)
 * Tags
 * [exam](https://sa.wordpress.org/plugins/tags/exam/)[quiz](https://sa.wordpress.org/plugins/tags/quiz/)
   [survey](https://sa.wordpress.org/plugins/tags/survey/)[test](https://sa.wordpress.org/plugins/tags/test/)
   [trivia](https://sa.wordpress.org/plugins/tags/trivia/)
 *  [Advanced View](https://sa.wordpress.org/plugins/quiz-creator/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/quiz-creator/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/quiz-creator/reviews/)

## Contributors

 *   [ NETT.PRO ](https://profiles.wordpress.org/nettpro/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/quiz-creator/)