Question

I'm looking for a plugin that does the following:

  • Presents the multiple options
  • Based on that answer it "scrolls" within a div to the next question
  • Upon answering that question it scrolls to an answer

Think of it kind of like a question flowchart but then done in jQuery.

Does anyone know if such a thing exists yet?

Thanks!

Dennis

Was it helpful?

Solution

the jquery scrollto plugin (http://demos.flesler.com/jquery/scrollTo/) would be a good start i think. you'll have to do the question-scrolling logic yourself though.

OTHER TIPS

Had some time so I threw an example together on jsfiddle using the scrollTo plugin that @Andy mentioned. Give it a whirl, I think it'll do what you're looking for.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top