Multiple Choice Quiz Maker
Friday November 28, 2008
By using the DOM we can make our JavaScripts completely independent from the HTML
This multiple choice quiz allows you to create multiple choice quiz questions with up to six answers each. You can then display the questions either one or two per page with a simple empty div tag indicating where each of the quiz questions is to display (so you can put other content in between if you like). The appearance of the questions/answers can be easily customized with CSS and a final score is given at the end.
Multiple Choice Quiz Maker


Comments
It’s a simple yet very functional and attractive script. Easy to understand even for somebody who knows nothing of javascript, like myself. Thanks a lot!