wingkwong / react-quiz-component

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

disabledAll should be dynamic #189

Closed wingkwong closed 7 months ago

wingkwong commented 9 months ago

Currently it will just disable first 4 options while the number of answers could be greater than 4, depending on user input, i.e. question[i].answers.

https://github.com/wingkwong/react-quiz-component/blob/11a3ddf8856523f7545755b745dfb5255f89143b/src/lib/core-components/helpers.jsx#L27-L32