garimasingh128 / awesome-python-projects

πŸ“± βœ… Some awesome projects in python! πŸ“± βœ…

Home Page:http://garimasingh.me/awesome-python-projects/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quiz App

garimasingh128 opened this issue Β· comments

Quiz Application
Project Details: Quizzes are always helpful in testing the knowledge, identifying the mistakes and correcting those mistakes. Taking an online test is the best way to understand the concepts completely. Using Python you can create a Quiz application that will list out a series of questions for users and the users will be allowed to answer those questions. Think of the Quiz Application as a kind of questionnaire.

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.82. Please mark this comment with πŸ‘ or πŸ‘Ž to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

I am ready to contribute to this issue.

Can I proceed like this..

  1. The questions will be displayed on the console.
  2. user need to answer to that question ( multiple choice question)
  3. Finally after completion of the quiz result will gona display..

Yeah. After the quiz ends, display his/her score along with the correct answers just like how Google forms do in the quiz section. You can take sample questions by yourself. If you want, Create a simple GUI using tkinter. It's quite easy and looks simple.

@garimasingh128
This issue also successfully merged into the main repo.
Thank you