HTML Quiz Generator
This simple GUI allows you to create HTML code for interactive student quizzes. A brief walkthrough:
Click "Edit the question", then delete and replace the default text with your question.
Next, select "+ correct answer" or "+ incorrect answer" to add a new answer block. New blocks are added at the top. The only difference between both options is whether the block turns green or red when clicked.
Select the new answer block and edit the text of the answer, and the cursive explanation below.
Repeat step 2 until you have added as many questions as you want. There is no limit on correct and incorrect answers.Â
Click "Copy HTML to clipboard." to save the generated HTML code. Paste it into your website's code or try it in jsfiddle.
If you want to create a new quiz, simply reload the page.