Can you put an image in a question for multiple choice quiz?

Submitted by Wizzandy on November 5, 2025
Hi, I want to make a quiz where you see an image and guess what country it is in, but i cant figure out how to put an image in the question, is it possible?
1 Comments
+6
Level 78
Nov 5, 2025
Yes, this is possible. You'll need to use html similar to...

< img src="put link here" height="put number here" width="putnumber here" >

*don't unclude the spaces before/after the < , > symbols