0 votes
in SoSci Survey (English) by s127710 (110 points)
edited by SoSci Survey

Dear SoSci team,

I have started a survey and after the soft launch I have realised that some participants are simply too fast, indicating poor quality data.

To control for this, I would like to implement a speeder check, meaning that if someone is below a set time limit by the end of the questionnaire, they would be redirected as a speeder (via a quality redirect link).

Specifically, I would like to set the speed limit to be at 8 minutes max.

Could you help me with how to implement that?

Thank you!
Best wishes

1 Answer

0 votes
by SoSci Survey (327k points)

The PHP code on the redirect page would be something like...

if (caseTime('hitherto') < 8 * 60) {
    redirect('https://My.Speeder.Redirect');  // Enter the correct link here
}
by s127710 (110 points)
Perfect, that works well! Thank you for the fast reply and help!

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

...