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
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!
Matrix, Single Select:

{"QID1":{"1":"2","2":"3"}}

will select QID1 choice (row) 1 answer (col) 2 and choice 2 answer 3
!

so if I wanted to choose the topmost left answer, I would enter "QID1":{"QA_21":"1"} ?
> @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.

Leave a Reply