Question
Program needs to be completed with python code. A file will consist of a series of questions and answers, something like this: This will ask
Program needs to be completed with python code.
A file will consist of a series of questions and answers, something like this:
This will ask for the capitals of several countries. What is the capital of France?,Paris What is the capital of Egypt?,Cairo
The program will read the contents of the file and then quiz the user:
What is the name of the question file? capitals This will ask for the capitals of several countries. What is the capital of Japan? Tokyo Correct! What is the capital of Peru? Lima Correct! What is the capital of Assyria? I don't know that! Incorrect! The answer is Nineveh You got 2 answers correct out of 3, which is 67%
At least 10 questions should be asked out of a question bank of at least 15. Questions should be chosen at random from the collection, without repeating.
Other program requirements:
It must obtain some data from a file
There must be appropriate call for either lists or dictionaries
There must be appropriate call for decisions and repetitions
The project must be large enough to merit decomposing into functions
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