Problems adding images to a select multiple question on Survey123.

2960
12
02-08-2018 11:33 AM
CatherineMurphy
New Contributor

I want to add images next to the choices for a select multiple question. The choices are species of plants and I want to add images for faster and easier plant identification. Presently, the images appear only in the computer based survey and, if I add more than one image, the images do not appear with the corresponding choices. Also, if I add more than one image, the images scramble the list appearance of the choices. I also cannot adjust the size of the image that appears. It needs to be reasonably large for users of the application to recognize the plants. I have tried through the settings in the computer application and also by resizing and optimizing the images for web using IrfanView, neither changed a thing.

0 Kudos
12 Replies
G_A_Venhorst
New Contributor II

Hi,

Thank you for explaining.

Another question, can you also put a if-not in the same line?

Or do you have to make a new "if" rule?

${if show_the_image=="yes"}${}

I tried this but it didn't go well

0 Kudos
JamesTedrick
Esri Esteemed Contributor

Hi Gerard,

You would need to have another ${if } statement for the 'no' condition:

${if show_the_image=="yes">[YES IMAGE]${/}${if show_the_image=="no"}[NO IMAGE]${/}

Again, please refer to the template syntax in the documentation - Feature report templates—Survey123 for ArcGIS | Documentation 

G_A_Venhorst
New Contributor II

okay thanks for the info.

0 Kudos