Hi everyone,
I'm currently trying to add an image to one of my survey questions that participants can enlarge if they are interested. The image has a very big height, so participants would have to zoom in and scroll down to see every detail in the picture.
My preferred option would be to use the "a href" tag and let the image pop up within the survey question as participants can zoom in with this command.
<a href="[%GraphicsPath()%]image.png"">Click here</a>
If I use this code though, I don't know how can participants can return to the question page after they have clicked on the hyperlink to the image?
I've seen that the image can be opened in a separate tab with the "target=_blank" command and this tab can be simply closed by participants. However, the image shouldn't be available to participants during the next questions anymore. If it opens as a separate tab, I cannot track if people leave the tab open or close it. That is why I would like to go with the popup on the same page.
And is there an option to measure if participants clicked on the hyperlink at all and if yes, how long they stayed on this popup page?
If it is not possible to go with the "a href" tag, do you have any other idea how to implement this request?
Thanks a lot in advance!
Best regards,
Henny