Quiz Console Application in Python

Опубликовано: 15 Май 2025
на канале: Know Your Computers
200
like

This project is a Quiz console application whcih is built in Python where you can navigate via entering a certain numeric keys. The system can make your life easier by providing a quiz automatically for students. Using this system you can eventually take an exam by answering the provided question. You can answer the question by supplying (A, B, C or D) in the input corresponded to the given choices. The score will be counted as long as you answer all the available question. The system allows you to add more question by providing such Question, Choices and answer. The system is simple so that you can modify it and let you learn the coding structure of the system.

It Features:
PLAY QUIZ Menu This is where you can take a quiz. You need to answer all the given question in order to get a score.
ADD QUIZ QUESTION Menu From here you are only allowed to add question if you have login as the "Administrator" account. You can add new question by entering the Question, Choices and the Answer.
CREATE AN ACCOUNT Menu From here you can create you an account.
LOGIN PANEL Menu This is where you will login your account detail.
LOGOUT PANEL Menu This is where you will logout your account.
ABOUT US Menu This where you can the system details.