PHP Trivia Quiz Application
VerifiedAdded on  2019/09/16
|1
|801
|380
Practical Assignment
AI Summary
This assignment requires the development of a PHP-based trivia quiz application. The application involves user registration via email, storing the email in a cookie, and presenting a series of five trivia questions. Each question requires the user to identify the artist of a given album title within three attempts. Successful completion of the quiz results in a discount coupon code, also stored in a cookie. The application uses session variables to track the current question, attempts, and album/artist information. The assignment is divided into three parts: a registration page, a trivia question page, and a coupon validation page. The application also includes error handling for incorrect answers and expired attempts. The database connection is to be inserted by the user.
