This is my first time ever playing with JavaScript. I am trying to capture through embedded data selected responses from multiple questions to then carry forward to another question. Something like this:
Q1: select all of your favorite fruits
Q2: select all of your favorite vegetables
Q3: select all of your favorite candy
Q4: [response options are only and all of those previously selected in Q1-Q3] Now rank your favorite foods.
I’m getting this error: SE API Error: TypeError: this.hideChoice is not a function. I also don’t seem to be capturing the question selections correctly either.
Script started
VM1453:9 Selected Q1: ['']
VM1453:10 Selected Q2: ['']
VM1453:13 All selected choices: (2) ['', '']
