Hello everyone,
for our study we want our participants to do "survey - Cyberball - and back to the survey".
Redirecting to Cyberball and the Cyberball task itself are working fine. For the sake of completeness, here's the PHP code:
redirect('[THE CYBERBALL LINK]/?i=CASE_ID&p=%counter%', true);
In Cyberball, you can configure the post experiment URL, for which we used the Survey URL of course (the page coming after the Cyberball task, to be more precise, though I don't know if that matters):
https://www.soscisurvey.de/[OUR PROJECT]/?i=CASE_ID&p=%counter%
Now when testing out the survey, we get the following message
"Interview cannot be continued
The data entered so far could not be loaded. Your questionnaire may have been deleted - or the completed questionnaires may have been picked up and deleted in the meantime.
Unfortunately it is not possible to continue this survey."
Other threads on here suggest %caseToken%, which we have tried (just imagine "?i=CASE_ID&p=%counter%" replaced with %caseToken%), but it didn't work. What did we do wrong?
?i=CASE_ID&p=%counter% is a suggestion by ChatGPT. Well, at least we are going into the right direction with that (it seems), as the %caseToken% attempt just left us with the "Interview unavailable" message.
It looks like we have to do some small corrections, so that "the data entered so far" will be loaded, and so that the survey can be continued.
We would be grateful for help! Greetings from Germany