11 hours ago · Tech · 0 comments

When I designed my “Which HTML element are you?” quiz, I wrote all of the HTML and JavaScript required to make the quiz work by hand. It took a lot of work, but it was a lot of fun! I used that code as the template for my second quiz, the Blogger Archetype Quiz. With that said, I had to change a lot of values by hand. Working on the second quiz reminded me of my ambition to make a tool that others could use to make similar quizzes.Both the afore-linked quizzes provide several multiple choice questions. Each choice in each question maps to one or more of several potential results. For example, the “Watch the world go by.” answer to the “When you are spending time outdoors, what do you like to do best?” question in the Blogger Archetype Quiz maps to the “Explorer” archetype.I have spent some time today creating a single Python script, open source under an MIT license, to generate quizzes like the ones above. The script provides several comments marked as TODOs which specify what you…

No comments yet. Log in to reply on the Fediverse. Comments will appear here.