Sorry for the long reply..
So this would be my line:
Code:
{if(q1==1,"<img src='https://beautiful-indonesia.umm.ac.id/files/image/peta/Untitled(4).png'/>","My Picture")}
and all I get is this
Does this have anything to do with my uni's server tampering with the code so that the students can not have advanced HTML for the questions?
UPDATE
So this whole image with if statements fiasco is due to my need of showing a map on the question. Since the gmaps API thing (short free text) is not very intuitive for the respondents, I came up with this work around.
My goal is to have a drop down choice and every answer will show a map image so that the respondents can have better guess where he/she work.
Now, I have found out this nice website called embed-map.com that can make a gmap iframe. But, then again, the whole iframe can not be displayed with the Limesurvey of my uni's. I can still show this iframe using my localhost installed Limesurvey v3.
Here is the code that I insert:
Code:
<iframe frameborder="0" scrolling="no" src="https://www.google.com/maps/embed/v1/place?q=Kebayoran+Baru,+South+Jakarta+City,+Jakarta,+Indonesia&amp;key=AIzaSyBFw0Qbyq9zTFTd-tUY6dZWTgaQzuU17R8"></iframe>
and this is how it looks on my localhost
but this is what it looks like on my uni's Limesurvey
NOTHING!