- Posts: 15
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
https://mydomainname.tld/index.php?r=survey/index&sid=646543&lang=fr&newtest;=Y&e2={INSERTANS:558129X5X40}&e1={INSERTANS:558129X5X41}&e3={INSERTANS:558129X5X58}&e4={INSERTANS:558129X5X54}&e5={INSERTANS:558129X5X59}&calid={SAVEDID}
https://example.com?param1=Q1
https://example.com?param1=Q1_SQ001
tpartner wrote: Well, it's impossible for us to answer that without knowing the structure of your survey.
I would use Expression Manager variables instead if INSERTANS.
So, for a select-radio question it might look like this, where the value passed is the answer code to question code Q1 (not the answer text).Code:https://example.com?param1=Q1
tpartner wrote: And, it would look like this when passing the results of a multiple-choice code Q1, subquestion code SQ001 (the passed value will be "Y" or nothing).
Code:https://example.com?param1=Q1_SQ001
index.php?r=survey/index&sid=747676&newtest=Y&lang=fr&q2={q2}&q3_SQ001={q3_SQ001}&q3_SQ002={q3_SQ002}&q3_SQ003={q3_SQ003}
r=survey/index&sid=646543&lang=fr&newtest;=Y
index.php?r=survey/index&sid=646543&lang=fr&newtest;=Y&e1={e1}&e2={e2}&e3={e3}&e4={e4}&e5={e5}&calid={calid}
index.php?r=survey/index&sid=747676&newtest=Y&lang=fr&q2={q2}&747676X1X545SQ001={q3_SQ001}&747676X1X545SQ002={q3_SQ002}&747676X1X545SQ003={q3_SQ003}
index.php?r=survey/index&sid=747676&newtest=Y&lang=fr&q2={q2}&q3SQ001={q3_SQ001}&q3SQ002={q3_SQ002}&q3SQ003={q3_SQ003}
index.php?r=survey/index&sid=747676&newtest=Y&lang=fr&q2={q2}&q3_SQ001={q3_SQ001}&q3_SQ002={q3_SQ002}&q3_SQ003={q3_SQ003}