wingkwong / react-quiz-component

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

expose time taken in result object #277

Closed diegoroccia closed 1 month ago

diegoroccia commented 5 months ago

the time taken value is not available to the onComplete hook, so I can't for example easily register it in a database

Jaykovsky commented 4 months ago

I also noticed the same problem, I will fix it.