• On a quiz with more than one question, there are multiple instances of:
    <div id="questionDiv">...</div>
    and
    <div id="question">...</div>
    An id is supposed to be used only once in the DOM. Suggest you change these from id=”…” to class=”…”.

    • This topic was modified 7 years, 12 months ago by haleadh.
    • This topic was modified 7 years, 12 months ago by haleadh.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Alex Furr

    (@alexfurr)

    Yup you’re absolutely right. This was one of the first plugins I wrote several several years ago and so there are many things I’d do differently.
    We’re currently working on a new version to replace this and it will be significantly better…

    Alex

    Thread Starter haleadh

    (@haleadh)

    I’m a front-end dev/designer. I’d be happy to contribute to this project if you want help with the UI. Is it on github or some other public repo?

    Plugin Author Alex Furr

    (@alexfurr)

    That’s really kind of you thanks. It’s not on GitHub yet but will give you a shout when we got something ready to show thanks again
    Alex

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple elements with the same id.’ is closed to new replies.