Skip to content

An interactive Python program that presents multiple-choice questions, records user responses, and provides instant feedback. It supports different categories, difficulty levels, and a final score summary.

Notifications You must be signed in to change notification settings

Burhanali2211/QuizApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Quiz Game Project

Description

This is a simple quiz game implemented in Python. It allows users to play a quiz by answering multiple-choice questions, add custom questions, and view their scores. The game also allows users to save and load questions from a file, so you can continue where you left off.

Features

  • Play Quiz: Randomized questions from a list of pre-loaded or user-added questions.
  • Add Questions: Users can add their own custom questions with multiple-choice answers.
  • View Scoreboard: Displays the current score.
  • Save and Exit: Saves the current list of questions to a file and exits the game.

Requirements

  • Python 3.x

Installation Instructions

1. Clone the Repository

Start by cloning the repository to your local machine:

git clone https://github.com/yourusername/quiz-game.git

How to Run

  1. Clone this repository or download the Python file.
  2. Open a terminal or command prompt.
  3. Run the Python script:
python quiz_game.py

About

An interactive Python program that presents multiple-choice questions, records user responses, and provides instant feedback. It supports different categories, difficulty levels, and a final score summary.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages