I've read through all of this and several other threads on the topic and I'm still a little confused. I am absolutely not a js person in any way, but I can copy and paste pretty well.
My problem is a little different from what I'm seeing here - I'm trying to pull answers that were selected in one array into a second array.
So Q1 is a list of options with 3 possible answers.
Q2 should only display options that received answer "a" or answer "b" and filter out any options that received answer "c".
I think I understand the basic logistics involved here, I just am not sure if pulling to a ranked array or pulling to a labelled array makes any difference and how to differentiate the answers A/B/C for each of the options using a multiple choice question.
To further complicate things we just upgraded from 1.85 or so 1.90 and it's a learning experience!