This repository contains a simple PHP-based quiz grading system. The quiz is built using HTML (P3.html
) and graded using a PHP script (P3.php
). When a user submits their answers through the HTML form, the PHP script processes the data and displays the user's score.
inside wsl--
sudo apt update
sudo apt install apache2
sudo apt install php libapache2-mod-php
this file should be explicitly inside www/html so
cd var/www/html/
sudo nano P3.html
sudo nano P3.php