Answer: Design a quiz on any topic, where you will have a set off questions and answers. o You also should maintain a scoreboard/progress bar for the number of questions attempted correct o Every correct answer should change to green color and every wrong one would change to red o At the end of the quiz, show the results with a smiley holding a card reading: Excellent (if the score if between 90-100) Good (if the score if between 70-89) Average (if the score if between 50-69) Poor (if the score if between 0-49) • Using JQuery, code a Railway reservation form. Take input from user like - Name, age, destination, boarding, class, train number. Perform validations like - Check if the age of the passenger is more than 60, if yes, pop up an alert with the message – passenger is senior citizen.