wingkwong / react-quiz-component

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

Timer feature is not working properly #203

Closed trash369 closed 8 months ago

trash369 commented 8 months ago

Version: "react-quiz-component": "^0.7.1",

As per the doc, we can add timer to our quiz. but there is no any timer displaying after starting the quiz.

<Quiz className={styles.quizContainer} quiz={data?.quiz} timer={10} shuffle={true} shuffleAnswer={true} />}

wingkwong commented 8 months ago

It's in develop branch. Will be released in 0.8.0 in the coming days.

trash369 commented 8 months ago

ah ok @wingkwong thank you so much