Question
Write a C++ program to allow the user to create a test bank of questions. The program should first ask the user how many questions
Write a C++ program to allow the user to create a test bank of questions. The program should first ask the user how many questions he or she wishes to create. This quantity will be the first line in the test bank. The user should now be prompted for all information for each question, and then that question is written out to the test bank in the exact format specified in the Phase 2 Individual Project. For each question, the following information should be gathered: Question type: Multiple choice (MC) or True/False (TF) Question value Actual question If the question is TF, then get answer If the question is MC, then get the number of options followed by each option and finally the answer
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