- index.php - Login Page
- the quizeset(1-4).php are the quiz pages where the questions are displayed with their options.
- response.php - Captures the response by the user and stores them in the database
- logout.php - logs off the user and redirects it to a logout page.
The database tables are :
- participants_details(receipt_no, name, logintime, year, college, set_no) - in this table the receipt no and the name fields are filled by the admin.
- response(r_no, set_no, q1, q2, q3, .... , q14, q15)