I'm looking at trying to create a survey using SVGs for the user to input their location.
I would like to do something where the SVG shown changes depending on the answer to another question. So, for example, if in the answer to "What State are you in?", you pick "Alabama", an SVG showing Alabama broken up by County shows up, and the same if you choose Louisiana, etc.
For the sake of convenience, I'd prefer these to be all the same question; the alternative would be creating a new set of questions for each state and then having that answer passed to a Final Data field, which could get pretty gross if I were, for example, going to use all 50 states.
Is this possible?
On a related note, is it possible to make the SVGs shown in Survey123 bigger? I've resized them already and they stay the same size in the survey itself. Is there a way to make that space larger?
Thanks!
Update 8/26/21
I ended up just making multiple questions for each SVG, and concatenated all to a final data field.