WP Manifestindependent plugin directory
manifest / forms / smc-viable

SMC Viable Quiz

A React-powered quiz plugin with scored dropdowns and open-ended questions.

by SMC · github.com/garikaib/smc-viable

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.zip

SMC Viable Quiz Plugin

A React-powered Quiz management system for WordPress.

Features

  • Custom Post Type: smc_quiz for 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

  1. Install dependencies:

    npm install
    composer install
  2. Build assets:

    npm run build
  3. 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.