A Quiz app for users who would like to learn and test their python programming knowledge.
The app has two main mode.
Challenge Mode
A total of 20 questions will be presented. Points will be awarded based on the time taken to solve each question. Challenge ends when the user chooses the wrong answer or completes all the 20 questions.
Practice Mode
The questions are sorted into different topics. User can choose to practise on their topics of choice.
10 questions will be presented, and the user can continue the practice even if they get the wrong answer. Points will not be awarded for the Practice mode.
All the questions and answers will be shown at the end of the practice session.
Fixed issue on bad color contrast between the text and background.