So let’s say I have a multiple choice question with answer choices of 1, 2, 3, 4
And I want each of the different answers (as well as null) to be mapped to a embedded data field ‘Answer’
Selecting 1 would set Answer = Alpha, 2 would set Answer = Bravo, etc…
What is the easiest way to accomplish this?
this.getSelectedChoices('QID3') supposedly returns an array, how do I pull out the actually selected answer from that array? Feel free to point me at documentation but my google fu is currently too poor to find the correct documentation.
Thanks in advance