react-quiz-component
react-quiz-component copied to clipboard
Non-selected answers aren't being disabled when question type is 'multiple'
Once the user has picked all possible answers from a multiple answer question, the non-selected answers don't get disabled. Unlike when the question type is single. This can be observed in question four of the demo provided (https://wingkwong.github.io/react-quiz-component)
Non-selected answers is being greyed out as expected (question type: single)
Non-selected answer isn't being greyed out (question type: multiple)
This issue allows the user to keep selecting answers even after they've selected as many answers as they are allowed, causing this in the the results page
I tried the demo site and the forth option cannot be selected (even not grey out) after choosing 3 options.
And in the result page, I think those options highlighted in Green simply mean the correct answers, not the ones user selected.
hey @andresa, I want to work on this issue.please assign this to me.
@Ashik763 are you able to reproduce the issue?
@wingkwong Sorry, I didn't understand your question.
@Ashik763 Never mind. Assigned to you.
@Ashik763 any update?