0 votes
in SoSci Survey (English) by s075422 (145 points)

Hello,

I am facing some trouble trying to implement a code and redirect link. The problem seems to be that SoSci does not recognize the systems generated code for a participant - which leads to a questionaire error. I have already tryed the readGet() function and also putting a transmitting variable on the first page.

My system does not use the ?r= function.

Any suggestions?

Best

by SoSci Survey (302k points)
Could you please specify how the participant's code is sent to SoSci Survey (i.e., what does the Link look like that the respondent gets to start the questionnaire)?
by s075422 (145 points)
the SoSci survey link is enbeded in our participant system (Sona-Systems). At the end of that link our participant system puts "%SURVEY_CODE%" to specify a specific code for each participant

1 Answer

0 votes
by SoSci Survey (302k points)

The panel provide will probably need an URL that they can give the respondents. This would be https://www.soscisurvey.de/PROJECT/?r=%SURVEY_CODE%

And in the redirect simply use %reference% instead of %SURVEY_CODE%.

If the panel give you this redirect for completes, for example...

https://www.somePanelProvider.net/survey12345?complete&id=%SURVEY_CODE%

Then use this PHP code:

redirect('https://www.somePanelProvider.net/survey12345?complete&id=%reference%');

Willkommen im Online-Support von SoSci Survey.

Hier bekommen Sie schnelle und fundierte Antworten von anderen Projektleitern und direkt von SoSci Survey.

→ Eine Frage stellen


Welcome to the SoSci Survey online support.

Simply ask a question to quickly get answers from other professionals, and directly from SoSci Survey.

→ Ask a Question

...