Hello everyone,
I want to make a custom calculation on the values of a matrix table of 10 rows. To do so I was trying to retrieve the individual values of each row using
var r1ar = parseInt("${q://QID81/SelectedAnswerRecode/1}");
var r2ar = parseInt("${q://QID81/SelectedAnswerRecode/2}");
var r3ar = parseInt("${q://QID81/SelectedAnswerRecode/3}");
...
statements. The above code is not working. I used the alert statement to retrieve the selection value
alert("${q://QID81/SelectedAnswerRecode/1}")
and got an empty alert window.
I have added the code on Qualtrics.SurveyEngine.addOnPageSubmit function. Can you please guide me how I can reach the individual values of a matrix table?
Thank you,
Question
retrieve matrix table selected values using javascript?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
