0 votes
in SoSci Survey (English) by s122149 (110 points)

Hello!
I get my participants from a panel. for registering screenouts and completes i created the two last pages COMPL and SCROUT and, just with a php redirect.

screenouts happen via filter question jump to SCROUT page and completes just arrive at page COMPL. both should end the survey immediately, right?

is this the way to do it? how does sosci know, how to count just the completes as complete interviews? i do not want to pay also for the screenouts or are the counted against the participant limit as well?

thanks for your help!
Carsten

1 Answer

0 votes
by SoSci Survey (302k points)

is this the way to do it?

I would recommend to remove the SCROUT page and do the redirect() directly in the screenout filter.

how does sosci know, how to count just the completes as complete interviews?

If the second parameter in redirect() is false, then the interview will not be completed. In this case use a setNextPage() before the redirect to avoid respondents going thorugh the screenout by going "back" in their browser.

i do not want to pay also for the screenouts or are the counted against the participant limit as well?

It depends on whether you have a prepaid package (here all interviews are counted) or a post paid package (here only interviews are counted that you download).

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

...