Please help - automatically move quiz once answers selected

Hello Experts,
I am building quiz on wordpress website using plug-in. (see example - http://www.quizyard.com/quiz-guess-which-fast-food-is-healthier/
wonder if there is a way (HTML or CSS) by which once user selects the answer, which are radio button based, can the next question automatically be displayed. Currently, you have to select answer (radio button) then click “Next” to go to the next question
Appreciate your help
thx

I imagine this would require some javascript in addition to html 7 css.
It may be possible with html & css alone, maybe using the “checkbox hack”, but that may be more trouble than just using js.

<opinion>
I’m not sure why that is a problem. Personally, I like having the opportunity to reconsider my response before submitting it. After all, my first selection could have been a fat finger error or a thoughtless choice. Having the opportunity to change the selection seems like a good thing to me. It would certainly make the poll (or whatever it is) more accurate.
</opinion>

2 Likes

Or you could try this plugin if the one you are using doesn’t cooperate.

It has the advantage that you can develop it on one site, then copy and paste some javascript and run it on another site.
It offers a multitude of quiz types.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.