SMC Viable Quiz
A React-powered quiz plugin with scored dropdowns and open-ended questions.
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/garikaib/smc-viable/archive/refs/heads/main.zipSMC Viable Quiz Plugin
A React-powered Quiz management system for WordPress.
Features
- Custom Post Type:
smc_quizfor managing quizzes. - Admin Interface: React-based dashboard for creating and editing quizzes.
- Frontend Block: Gutenberg block to display quizzes.
- Scoring: Dropdown questions support scored options.
Development
Requirements
- PHP 8.2+
- WordPress 6.4+
- Node.js & NPM
Setup
-
Install dependencies:
npm install composer install -
Build assets:
npm run build -
Start development server (watch mode):
npm run start
Structure
src/- React source files.build/- Compiled assets.includes/- PHP classes and Logic.smc-viable.php- Main plugin file.