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!
Page 1 / 1
Matrix, Single Select:
{"QID1":{"1":"2","2":"3"}}
will select QID1 choice (row) 1 answer (col) 2 and choice 2 answer 3
{"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"} ?
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.
> 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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.