https://github.com/proglancer/proglancer-quiz
Simple WordPress Quiz Plugin
https://github.com/proglancer/proglancer-quiz
wordpress wordpress-development wordpress-plugin
Last synced: about 1 month ago
JSON representation
Simple WordPress Quiz Plugin
- Host: GitHub
- URL: https://github.com/proglancer/proglancer-quiz
- Owner: proglancer
- License: gpl-3.0
- Created: 2025-03-17T15:56:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-15T10:56:15.000Z (about 1 year ago)
- Last Synced: 2025-04-15T11:45:23.994Z (about 1 year ago)
- Topics: wordpress, wordpress-development, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Proglancer-Quiz
Proglancer Quiz is a simple WordPress plugin that allows administrators to create, manage, and display quizzes on their website. It supports CRUD (Create, Read, Update, Delete) operations for quiz questions and provides a shortcode to embed quizzes on any page or post.
Features
- CRUD Operations : Add, edit, and delete quiz questions from the WordPress admin dashboard.
- Shortcode Support : Use the **[proglancer_quiz] **shortcode to display quizzes on any page or post.
- Randomized Questions : Quiz questions are displayed in a random order to enhance user experience.
- Score Calculation : Automatically calculates and displays the user's score after submitting the quiz.
- Customizable Styles : Includes a CSS file (style.css) for customizing the appearance of the quiz.
- Responsive Design : Ensures quizzes look great on all devices.