Showing posts with label html5 quiz. Show all posts
Showing posts with label html5 quiz. Show all posts

Thursday, December 10, 2015

Tutorial: Creating a Fill-in-the-blank Quiz in HTML5

I've had several requests for a tutorial on creating a fill-in-the-blank quiz using HTML5, so here it is. It's mobile-friendly and easily customizable. You can follow the tutorial or just grab the source code.

Click here for the tutorial

For other tutorials, click here.

Friday, March 7, 2014

Update: HTML5 Multichoice Quiz

People have been asking about my multi-choice quiz tutorial (flashbynight.com/tutes/mcqquiz/) and how to add more than three options.

I have developed a version where you can have as many options as you like. See here for an example where the first question has three options, the second has four and the third has two: http://flashbynight.com/tutes/mcqquiz/example2 All you need to do is to add options in the JSON file, which you can open in a text editor.

Download the sourcefiles here: http://flashbynight.com/tutes/mcqquiz/example2/source.zip