Page 1 of 1

Using C#, develop an application for a simple Quiz. The application allows the user to take a Quiz and displays a Progre

Posted: Mon Jul 11, 2022 9:55 am
by answerhappygod
Using C#, develop an application for a simpleQuiz.
The application allows the user to take a Quiz anddisplays a Progress Report. Provide a suitable name for yourapplication. The user enters his/her last name and first name atthe beginning of the quiz.
The quiz contains five questions about a hobby, popularmusic or any other individual interest.
Each question should be a multiple-choice question withfour options.
Each question should be worth 20 marks.
When the user answers the question correctly, display acongratulatory message along with the score.
If the user responds to a question incorrectly, displayan appropriate message.
The user should be presented with each questioncontinually until it is answered correctly.
The application must keep track of the number ofattempts for each question.
For any question, the user can score:
first attempt 🡪 20marks
second attempt 🡪 10 marks
third attempt 🡪 5 marks
fourth (last attempt) 🡪 0 marks
When the user ends the quiz, the application mustdisplay a well-formatted Progress Report (on the screen itself),indicating the following:
- Current date and time
- Full Name of the user
- Marks scored for the quiz
- Percentage score (for e.g. 60/100 would be60%)
- Number of attempts for eachquestion.