Dashboard

AWS Developer Associate quiz builder

PHP + MariaDB + JSON

Build and review AWS Developer Associate quiz questions.

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.

4 Questions in JSON
Ready MariaDB status

JSON shape

Each question stores the prompt, five options, and a categories array like networking plus AWS Developer Associate.

Answer rule

The first option is always treated as the correct answer, keeping the format simple for quiz rendering.

Next step

The JSON file can later be migrated into MariaDB without changing the UI flow.