I want code in MATLAB In this part, you are required to implement Quiz Application. Add 10 questions in your program of any domain with their answers. You many use strcmpi function to compare user answer with the saved answer. If the answer is correct/matched with the saved answer user score 1 point. Functionalities that need to be implemented in Quiz application are: - 1. The user will be asked to enter the name and then asked questions one by one. 2. The user should be given the choice to pass any question. If a user passes any question, no marks will be added or deducted. 3. The user should be able to see his/her total score after every question. 4. If 70% of the answers by the user are correct, then the user passes the Quiz otherwise, the user fails the Quiz. In both cases, the user will be displayed with a message, for example, “Congratulations, you got 8/10 correct, You Pass the Exam” or “Unfortunately, you got only 4/10, You failed the Exam”. 5. At the end of the Quiz, a user should be able to see the summary of his/her performance in the current Quiz such as number of correct answers and number of incorrect answers.
I want code in MATLAB
In this part, you are required to implement Quiz Application. Add 10 questions in your
user answer with the saved answer. If the answer is correct/matched with the saved answer
user score 1 point.
Functionalities that need to be implemented in Quiz application are: -
1. The user will be asked to enter the name and then asked questions one by one.
2. The user should be given the choice to pass any question. If a user passes any question, no
marks will be added or deducted.
3. The user should be able to see his/her total score after every question.
4. If 70% of the answers by the user are correct, then the user passes the Quiz otherwise, the
user fails the Quiz. In both cases, the user will be displayed with a message, for example,
“Congratulations, you got 8/10 correct, You Pass the Exam” or “Unfortunately, you got
only 4/10, You failed the Exam”.
5. At the end of the Quiz, a user should be able to see the summary of his/her performance in
the current Quiz such as number of correct answers and number of incorrect answers.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images