Enhance the program of Exercise P24.6 so that it stores the users responses in the database.

Question:

Enhance the program of Exercise •• P24.6 so that it stores the user’s responses in the database. Add Student and Response tables. (User is a reserved word in SQL.)

Data from Exercise P24.6

Write a program that uses a database of quizzes. Each quiz has a description and one or more multiple-choice questions. Each question has one or more choices, one of which is the correct one. Use tables Quiz, Question, and Choice. The program should show the descriptions of all quizzes, allow the user to choose one, and present all questions in the chosen quiz. When the user has provided responses to all questions, show the score.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: