-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
revealAnswerOnSubmit not working correctly #86
Comments
Thanks for reporting. Will take a look. |
I think that is not the case. |
How can I achieve this with the current code? It's a really necessary feature |
I've edited
Obviously I added |
Can you make a PR? |
Hey!
I want the quiz to show the right answer (as instant feedback) immediately when clicked.
i.e. if user selects any answer, the correct answer should be highlighted.
I assume that the property
revealAnswerOnSubmit={true}
should do this operation, but it doesn't seem to work.Result upon clicking: nothing is highlighted at all!
The text was updated successfully, but these errors were encountered: