Let’s say that I have ten items (Yes/No) associated with a characteristic, let's say it's A, B, C.... J. Something like this:
item1 is A
item2 is B
item3 is C
...
item10 is J
I want to create an embedded variable considering the different possible combinations. That is if the participant said yes in item1 and no in the other 9, the embedded variable is stored with a text called "A". Another example, if the participant says item1, item3 and item10 is yes and the others no, then the text of the embedded variable is "A, C and J", so with all the possible combinations. How can I do this efficiently since there are hundreds of possible combinations?

