jewlofthelotus / SlickQuiz-WordPress

SlickQuiz is a plugin for displaying and managing pretty, dynamic quizzes. It uses the SlickQuiz jQuery plugin.
http://wordpress.org/extend/plugins/slickquiz
Other
18 stars 19 forks source link

Can I insert an image to the question? #53

Closed PASCOECANADA closed 10 years ago

PASCOECANADA commented 10 years ago

Hi there,

I am wondering can I insert an image to my question?

Thanks, Serena

jewlofthelotus commented 10 years ago

Hi @PASCOECANADA - Yes, you should be able to add any HTML markup to the quiz copy that you like.

Unfortunately, there isn't an easy way to do this within the SlickQuiz WordPress interface right now, so you'll need to manually enter an img tag with the src path to your image.

PASCOECANADA commented 10 years ago

Thanks for your super fast response!

Could you please explain it in details? I still don't know how to do it.

Many thanks!

jewlofthelotus commented 10 years ago

Sure, you'll need to enter the following into the question field you'd like the image in:

<img src="path/to/image.jpg" />

Then just replace the "path/to/image.jpg" part with the actual path to your image. If you upload an image into the WordPress Media Library, you can get the path to the image by clicking on the image from the library page, and then grabbing the File URL from the sidebar.

PASCOECANADA commented 10 years ago

Thank you so much!

Have a great weekend!

jewlofthelotus commented 10 years ago

No problem! Thanks for choosing SlickQuiz!