How do you populate matrix table in a survey using url parameters? I tried using the standard way us | XM Community
Skip to main content
Solved

How do you populate matrix table in a survey using url parameters? I tried using the standard way us

  • August 21, 2019
  • 3 replies
  • 15 views

The survey I am working on has matrix tables as questions. I need to populate answers in the table using url parameters. I tried using the Q_PopulateResponse, however, it doesn't seem to work. Please, could someone help? Thanks!

Best answer by TomG

Matrix, Single Select: {"QID1":{"1":"2","2":"3"}} will select QID1 choice (row) 1 answer (col) 2 and choice 2 answer 3

3 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • August 21, 2019
Matrix, Single Select: {"QID1":{"1":"2","2":"3"}} will select QID1 choice (row) 1 answer (col) 2 and choice 2 answer 3

  • Author
  • 1 reply
  • August 21, 2019
! so if I wanted to choose the topmost left answer, I would enter "QID1":{"QA_21":"1"} ?

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • August 21, 2019
> @ParthVader said: > so if I wanted to choose the topmost left answer, I would enter "QID1":{"QA_21":"1"} ? I believe it would be "QID1":{"21":"1"}. You can preview the question then inspect the choice you are interested in and look at its id. It would be something like QR~QID1~21~1.