how to make quiz questions appear one at a time in javascript

后端 未结 2 1085
北恋
北恋 2021-02-10 04:59

JavaScript noob here. I\'m trying to make a quiz app I\'m working on, but I really don\'t know how to proceed. I\'ve written out all the questions with html.

Here\'s th

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-10 05:53

    Answer by Professor Allman is a very creative answer. I was looking for developing some fancy quiz using core java script...however... Slick Quiz - This jquery plugin is something I need. It's clean and easy to customize.

    Demo Quiz

    All you need is to create a PHP script that exposes all your quiz data in JSON. This plugin supports many configurations by default.

提交回复
热议问题