Multiple-choice picture quizzes?

Submitted by Hinckford on September 30, 2024
I have come across some multiple-choice picture quizzes on JetPunk where the multiple-choice answers are pictures and the question/prompt is words (e.g. U.S. Presidents by Picture - Multiple Choice).

Is it possible for me to make the reverse, i.e. a quiz where the prompt is a picture and the multiple choices are words?

Thank you!

1 Comments
+2
Level 83
Sep 30, 2024
Yes. Right click on the picture you want from the Internet and select “copy source”. Then use this bit of html coding.

img src="https://www.jetpunk.com/img/user-img/sample-weblink" /

Except put it in the arrow brackets: >

You can make it so the pictures are exact sizes, but I forget how. You can Google how to make img src pictures different sizes. Also, I personally have a dummy picture quiz solely for storing the images for my other quizzes. That way you don’t have to worry about the picture going offline or the address changing.