The scenario is that I have 50 text examples that survey participants would be evaluating through a Matrix question (rubric).
I have them set up in a Loop and Merge that randomizes the order the examples are presented. I need to be able to map the responses to the example the user was shown.
For example:
The user is presented with text examples Text1, Text5, Text15, Text26 and Text42.
I need to be able to align the responses to those text identifiers (essentially ${lm://Field/1} or ${lm://Field/2})
I’m guessing this will require javascript code and embedded data but that’s as far as my knowledge goes. I can mess around with code, but am not facile at writing it from scratch.
Any guidance would be greatly appreciated.