So I’ve seen so many jquery quiz’s. they’re great!. Although i’m looking to build something more like a questions and answers slider. No wrong answers like a quiz. Just options that upon client slide selection display a unique slide? Any help?
Something like this?
Thanks for the response. What i’m looking for is more. A question presented with multiple choices. no wrong or right answers. Just directs them to another question based on the selection.
You might assign IDs to the questions, and each radio would have a value
(or data-*
attribute) referencing a specific ID. Then each time the user makes a selection, you’d iterate over the questions and show/hide them depending on whether the ID matches that value or not:
2 Likes
That looks great. I think I can take this and run with it so thank you!
1 Like
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.