Pass-in and pass-out IDs in case of a survey programmed with another software

Hi,
We are aiming to field a large survey with a Sawtooth CBC component in between. Because we have limited data fields in our CiW licence, we need to program the survey utilising our Australia-based software package called OzQuest.

The survey starts with the OzQuest link, say

www.ourwebsite.com/survey.php?job=1111w&id=44&par2=1

Id is for the panel member id
par2 is for the panel provider id

after a few questions the survey connects to sawtooth CBC, say

www.ourwebsite.com/cgi-bin/ciwweb.pl?studyname=cbc1

CBC study has only 5 tasks and an intro screen, then gets connected to the original survey...We need to put pearl files directly under cgi-bin etc, those are all good, the CBC is working as is but we just can't figure out how to pass in IDs collected in one survey link, then into Sawtooth, then back to the original survey link...I watched those videos about pass-in and pass-out info but they haven't been much of help...

We are utilising 3 different panel providers and need to capture their members IDs in Ozquest (we know how to do that part), then pass-in those IDs into CBC...

I created under pass-in fields tab
ID, number
par2, number

But how to pass that info back to Ozquest?

Q1: What will be the terminate link IN SAWTOOTH??

www.ourwebsite.com/survey.php?job=1111w - DOES NOT WORK, the link goes back to the first page of that survey and then loops...
www.ourwebsite.com/survey.php?job=1111w&id=[%id%]&par2=[%par2%] - DOES NOT WORK, back to first page
www.ourwebsite.com/survey.php?job=1111w&r_id=[%id%]&r_par2=[%par2%] - DOES NOT WORK, back to first page

Q2. Should any one of the links above have worked?

Q3. When it works, after CBC how to return the link to show where it left off in the original survey, say Q5, instead of the first question?

Without html knowledge it is really puzzling to handle these in Sawtooth. Appreciate any and all help and pointers.

Kind regards,
Gokhan

Resolved
3 replies