I have a matrix where respondents select what times they are available to teach a class:
I then want to create a rank order question where they can rank their preference among the times they have selected. Here is a mock up of what I want, since I can’t get it to work:
When I attempt to use piped text, it, as expected, lists all answers from the matrix as a single choice for ranking, and only along one axis:
What I want, then, is for individual matrix answers to be concatenated along both axes and listed as independent options which users can rank, as in the mock-up. The entire matrix only requires one answer to be completed, so I can’t use piped text that assumes there will be an answer in a given row or column.
Is what I want possible? Am I using the wrong question format? I have considered using pick/group/rank, but then there is a preponderance of disordered options on the screen (though perhaps there are ways around that). I’m sure JS could be useful, but I’m not particularly good at it. Any help would be appreciated!