top of page

Quiz App

Description: Practice and test your knowledge by answering questions in a quiz application.

As a developer, you can create a quiz application for testing coding skills of other developers. (HTML, CSS, JavaScript, Python, PHP, etc…)

User Stories

  • User can start the quiz by pressing a button

  • User can see a question with 4 possible answers

  • After selecting an answer, display the next question to the User. Do this until the quiz is finished

  • In the end, the User can see the following statistics:

  1. Time it took to finish the quiz

  2. How many correct answers did he get

  3. A message showing if he passed or failed the quiz

Bonus features

  • User can share the result of a quiz on social media

  • Add multiple quizzes to the application. User can select which one to take

  • User can create an account and have all the scores saved in his dashboard. User can complete a quiz multiple times



Comments


bottom of page