-
Quiz System is an application that has general questions related to current affairs and computer.
-
It has multiple choice questions with time limit and it also calculate scores of each correct answer.
-
The application helps the user to increase his knowledge. .
- Clone github repository in your local system
https://github.com/abhijeetraj22/Quiz_Systems.git
- Move in Quiz_Systems repository
cd Quiz_Systems
- Install all the libraries mentioned in requirements.txt using
pip install -r requirements.txt
- Create new virtual python environment
python -m venv venv
orpython -m venv clone_path_address
likepython -m venv c:\path\to\venv
- Activate virtual python environment
venv\Scripts\activate.bat
- Run Python file
python __init__.py
orpython enter.py
or double clickQuiz.exe
file - Select Account Type
Root
and Enter Email[email protected]
& PasswordRaj@2209
- Excel File Format(SAMPLE) - SAMPLE.xls
.
├── QuizDetail
│ ├── quizname.txt
│ ├── quizsystem.txt
│ └── quiztype.txt
├── QuizSystemImg
│ ├── adminWin1.jpg
│ ├── adminWin2.jpg
│ ├── adminWin3.jpg
│ ├── adminWin4.jpg
│ ├── ForgetPasswordWin.jpg
│ ├── HomeWin.jpg
│ ├── quizWin1.jpg
│ ├── quizWin2.jpg
│ ├── quizWin3.jpg
│ ├── recoveryWin.jpg
│ ├── RegistrationWin.jpg
│ ├── rootWin1.jpg
│ ├── rootWin2.jpg
│ ├── rootWin3.jpg
│ ├── userWin1.jpg
│ ├── userWin2.jpg
│ ├── userWin3.jpg
│ └── userWin4.jpg
├── venv
│ ├── images
│ ├── include
│ ├── Lib
│ └── Scripts
├── __init__.py
├── admin_panel.py
├── db.py
├── enter.py
├── main.py
├── pass_recov.py
├── python36.pdb
├── Quiz_System.db
├── Quizgame.py
├── root_panel.py
├── set_recov.py
├── testfunct.py
├── user_Panel.py
├── user_regis.py
├── README.md
├── SAMPLE.xls
├── requirements.txt
└── Quiz.exe
9 directories, 25 files
- Provides the searching facilities based on various factors. Such as Quiz , Admin, Participants, Points.
- Quiz System also manage the time for Participants details, Points details, Questions.
- It tracks all the information of Answers, Participants etc.
- Manage the information of Question & Answers.
- Shows the information and description of the Quiz
- To increase efficiency of managing the Questions, Answer.
- It deals with monitoring the information and transactions of Participants.
- Manage the information of Questions.
- Editing, adding and updating of Records is improved which results in proper resource management of Questions data.
- Manage the information of Participants.
- Integration of all records of Points.
Main Window
1). This is the Main Page of the application.
Registration Window
Forget Password Window
Root Window
Admin Window
User Window
Quiz Window
Set Recovery Window
If you find a bug (the application couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
It is my first application with GUI.Thank you !.