1. I am trying to redirect Panel links for Complete & Screen out . So i created a LSID variable with short text question then > Panel integration i have included this too ..
But in end URL if i enter panel company site and "pass-through "= LSID am getting error not sure where i made a mistake . can someone pls help me on this FYR attacehd the error screen.
2. For Termination I have given > quota question with condition also given Screenout panel company link pasted in RL with LSID . but when am testing survey it is routing to Completion panel link not for screen out link.
What is the error message that you get when putting the mouse over the red error?
I don't think you need to use passthru when using the panel integration, you just use an equation.
Let's assume your questions where you stored the ID is called LSID, you can just include {LSID} into the link your panel provide is providing you for the different scenarios (complete, screen-out, etc.).
So just go with id={LSID}, this should work.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
about your second point: Your panel provider should have provided you with different links for each scenario, e.g. for those that completed you should have a different link that you include into the END-URL field of your survey and for the screenouts you should have received a different link for screenouts that you include into the redirect URL for each QUOTA.
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Been a long time since I've used SONA as a panel, but we used to be able to use {PASSTHRU:id} where id was in the source URL link (ie: &id=192919) and we didn't have to save id to a survey question... And our end URL could contain: &id={PASSTHRU:id}
From how this thread reads, it now sounds that in LS 3.27+ that {PASSTHRU:id} wouldn't work in the End URL, and in fact we have to save the ID to a question (like panelID) and then return &id={panelID} in the end URL.
{PASSTHRU:id} must work on all version (since 1.92~~) : if not : it's an issue.
BUT : since {PASSTHRU:id} are not used a lot : if it broke : there are less chance to have issue reported.
Since {panelID} (or anything else) are an internal functionality : you have less chance it broke.
If you can ask to your panel to update the name of the parm (id) : the best is to use {panelID} system.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.
Last edit: 3 years 7 months ago by DenisChenu. Reason: Add sumary