Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Directions In this module, you will create an outline for solving the project problem described below. In addition, you will divide the problem into a
Directions In this module, you will create an outline for solving the project problem described below. In addition, you will divide the problem into a sequence of steps (subtasks) and define an outcome of each step. Subsequently, you will formulate model questions and answers for the question bank. Save your assignment using a naming convention that includes your first and last name and the activity number (or description). Do not add punctuation or special characters. Project Problem Write a "quiz" program on a topic, about which you are knowledgeable. This quiz can be work related, general knowledge or any set of questions where there is a specific answer. Ignore questions where long descriptions or general answers needed. The program should display the questions, one at a time, and possible answers, and accept an answer from the user. If the answer is correct, the program should go on to the next question. If it is incorrect, store the question for the second attempt and go on to the next question. When the list of questions has ended, the questions that were missed previously, or answered incorrectly, should be displayed again, in their original order. Keep a count of the correct answers for each category of questions and display the final count after two attempts. Also, display the correct answer, when necessary, in the second round of questioning Limit the quiz to ten (10) questions. Include questions from both true/false and multiple-choice categories. Four (4) possible answers should be listed in multiple-choice questions
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started