I am showing an image in a CBC exercise that I would like to change based on a quota assignment determined earlier in the survey.
For background, I'm doing this because one of the brand attributes in the CBC varies based on geographical location (i.e. the brand name/logo is different based on where US), so I'd like it to appear with the logo that should be most familiar to the respondent.
I have 4 groups/4 images I'd like to show, so something like this:
if quota=1 then imageshown=1
if quota=2 then imageshown=2
if quota=3 then imageshown=3
if quota=4 then imageshown=4
I feel like the link below has a response is close to what I need, but I've been toying with adjusting the code and can't seem to solve it.
https://legacy.sawtoothsoftware.com/forum/22269/show-image-based-on-variable?show=22269#q22269