Hi Blaga,
Apologies for the delay in responding. The feature you requested has undergone some improvements, and there's now a better way to display an image inside a model.
After you create your
Image Asset, add a
Content Block question to the group that you want to display the image. Give the question a suitable keyword, then type the following in the
Question Text field:
 %>)
The IMAGE tag on its own returns the URL of the image asset, which is why we've wrapped it inside a HTML IMG tag here. This gives you extra versatility, as the URL can be wrapped in other tag types such as an A HREF tag if you wanted to create a clickable hyperlink to the image as well, or instead.
Replace
MyAssetName with the actual name of your image asset, then
Save the question. Take a look (either in the
Preview Tool or on your application's front end site), and you should see the image rendered wherever you placed the question.
Note you can use this type of question to embed multiple lines of HTML content, so you could in theory place multiple images inside a table, inside a single Content Block. Have a try by writing whatever HTML you want to display, and see how it looks!
Let me know if you need any further help.
Kind regards,
Matt