Test your Python programming knowledge with this command-line quiz application.
- Multiple choice questions sourced from a JSON file.
- A timer restricts the time you have to answer each question.
- At the end of the quiz, your score is displayed.
The questions for the quiz are stored in a JSON format in the questions.json file. The structure of the file allows for easy addition or modification of questions.
Run the script using:
python quiz.py
You'll be presented with a series of Python-related multiple-choice questions. Answer within the time limit and test your Python knowledge! How many can you get out of 10?