Haha, I always debate whether or not I should include certain details in my original description because there are many things that don’t seem relevant, but alas they become relevant. Based on my tests, I’m not convinved that the fact that I’m using a choice filter or multilingual form are issues, but here are those details:
I’m using a multilingual form with audio as well so when a user taps the image with the no-buttons columns-n appearance, the image is selected and the audio plays. This is the behavior that I’d like.
I’m also using a choice filter like this:
selected(username, ${username}) and
level='0' and
(${q3_place0} = '' or selected(places1, ${q3_place0})) and
(${s_task_q} = '' or
selected(${s_task_q}, '24_q4') or
selected(${s_task_q}, '25_q1') or
selected(${s_task_q}, '25_q2') or
selected(${s_task_q}, '25_q3') or
selected(${s_task_q}, '25_q4')
) and
(${s_task_priority} = '' or selected(${s_task_priority}, priority))
which I’m not sure how much that is affecting things but saw that choice filters might break big-image displays in Collect.
I just tried a column like big-image::English (en) but this doesn’t display images in the responses when appearance is blank or with columns-n or with no-buttons columns-n
I’m actually not getting any images to display using big-imagefor any of the tests I’ve done. the docs have this only in the survey sheet, not in the choices sheet, but it sounds like @ahblake has used this extensively for choices, is that right @ahblake? Also, do you know if multilingual forms and/or audio works with big-image ?
I deleted all the multilingual columns from my form for testing purposes and stuck with these three columns. Note there is not actually an image column and ONLY big-image. No images show up. I removed all the choice filters to be sure and get these same results:
| label | audio | big-image |
|---|---|---|
So it looks like big-image isn’t being recognized in the choices sheet at all. Again when I changed the column from big-image to just image, below shows the results I’m getting. When I have two identical columns except one header is big-image and the other is image I also get the identical results below, which to me confirms that in my case, big-image in the choices sheet isn’t working at all.
| label | audio | big-image | image |
|---|---|---|---|
| label | audio | image |
|---|---|---|











