Hello,
Here’s my setup: multiple response question → next page: carryforward selections to a drag and drop ranking question, use JS to set those ranks as embedded data → next page: use embedded data to ask about the top three ranked selections.
I had everything working until I switched the drag and drop question to using the carryforward selections (I had hard coded some dummy responses while I was building/testing). So is it possible to use JS to set embedded data from a question using carryforward? I’m using ‘ChoiceNumericEntryValue’ and ‘ChoiceDescription’ in the JS to set the embedded data. Do I need to use other fields? Should I set the selections from the first question as embedded data and use them in the drag and drop instead of using carryforward? Thanks in advance for any help.