wingkwong / react-quiz-component

:orange_book: React Quiz Component
https://wingkwong.github.io/react-quiz-component/
MIT License
379 stars 147 forks source link

Restart Button added for failure #93

Closed devendra66 closed 1 year ago

devendra66 commented 1 year ago

Features #60 Reload Quiz If does not passed

I have recently implemented several enhancements to our application. First, I've introduced a 'Restart' button, allowing users to restart the quiz in case of failure. This feature enhances the user experience by giving them a second chance to improve their performance.

In addition, I have added comments to indicate whether a user has passed or failed the quiz. These comments provide valuable feedback and improve user engagement throughout the quiz.

Furthermore, I've successfully resolved an issue where the initial page was not loading correctly. This ensures a smooth starting point for users accessing the quiz.

These updates reflect my commitment to enhancing the application's usability and functionality, with the goal of delivering a more satisfying experience to our users.

devendra66 commented 1 year ago

now please check