Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Mini Quiz Show

Description

An interactive Python quiz game that tests your knowledge across various topics. The game presents 5-10 multiple-choice questions and displays your final score with performance feedback.

Features

  • Random selection of questions from a diverse question bank
  • Multiple-choice format (A, B, C, D)
  • Instant feedback on each answer
  • Final score with percentage calculation
  • Performance-based feedback messages
  • User-friendly interface with clear formatting

How to Run

python mini_quiz_show.py

How to Play

  1. Run the script
  2. Read each question carefully
  3. Choose your answer by typing A, B, C, or D
  4. Get instant feedback on whether your answer is correct
  5. View your final score and performance feedback

Topics Covered

  • Geography
  • Science
  • Mathematics
  • Literature
  • History
  • Programming
  • Chemistry
  • Zoology

Example Output

==================================================
Welcome to the Mini Quiz Show!
==================================================

Test your knowledge with this fun quiz!
You'll be asked multiple choice questions.
Choose your answer by typing A, B, C, or D.

Let's get started!

Question 1/10
--------------------------------------------------
What is the capital of France?
A) London
B) Berlin
C) Paris
D) Madrid

Your answer (A/B/C/D): C
✓ Correct!

Score Feedback

  • 100%: Perfect score! You're a genius!
  • 80-99%: Excellent work! You really know your stuff!
  • 60-79%: Good job! You passed the quiz!
  • 40-59%: Not bad, but there's room for improvement!
  • Below 40%: Keep practicing! You'll do better next time!

Author

Contributed as part of the 100 Lines of Python Code project.

Related Issue

Fixes #1002