jewlofthelotus / SlickQuiz

A jQuery plugin for creating pretty, dynamic quizzes.
http://jewlofthelotus.github.com/SlickQuiz
MIT License
401 stars 244 forks source link

Multiple Quizes, same page #36

Closed mmashburn85 closed 10 years ago

mmashburn85 commented 10 years ago

Am I the only one who is having trouble getting multiple quizes to work on the same page? I think there might be some name conflicts when there are multiple quizes on the same page. Quiz 1, Question 1 has the same id as Quiz 2, Question 1 when they are both on the same page, and it's causing some really strange behavior.

jewlofthelotus commented 10 years ago

Hey @mmashburn85 can you send me a link to a page where I can see the problem happening?

If you're instantiating each quiz with a different ID/selector, all the elements for each quiz should be contained within their respective quizzes. But other plugins and scripts on the page can sometimes break this.