So I’ve hit a bit of an issue with the carry forward options. I have a large list of items in multiple groups is that are presented randomly (5 random groups and 5 random items from the groups). Each participant rate each item and then will answer questions based on these ratings. They will then go on to rank all the items above a certain rating. These items will then be placed in a bracket style question and this not that questions. So basically there is a lot of logic that’s based on the original ratings and for the later questions to work I need to use something that can record the dynamic list presented to each participant. The qualities support said I could try to work it out with display logic and some carry forward logic. However with approximately 1400 items this seems rather unlikely.
so I was wondering, is it possible to use the JS features and abilities to construct a code that will record the answers and pass them on later in the survey. So if someone rates A, C, G as a 5 all of those options will carry forward. And then in the later questions will do A vs C and then record the winner and pass it on. Any help would be appreciated!