/QuizApp

Primary LanguagePython

QuizApp

Worked with open trivia database API to create a quiz app. The application makes a request to the API so that you always get different questions each time.

Quiz

Quiz3

Quiz2

A Score board is also displayed to show the user their current score.

Quiz1

Once the 10 questions set are over, the user is informed that they have completed the challenge.

Quiz4

Used the html module to unescape the HTML entitities in the questions fetched from the API.