JSON shape
Each question stores the prompt, five options, and a categories array like networking plus AWS Developer Associate.
Dashboard
PHP + MariaDB + JSON
Create questions, append them to a JSON file, and load the same JSON into the quiz view. The MariaDB connection is ready in config.php for later storage work.
Each question stores the prompt, five options, and a categories array like networking plus AWS Developer Associate.
The first option is always treated as the correct answer, keeping the format simple for quiz rendering.
The JSON file can later be migrated into MariaDB without changing the UI flow.