0 votes
in SoSci Survey (dt.) by s241281 (110 points)
closed by SoSci Survey

Ich möchte gerne eine Screenout Seite einrichten, wenn Teilnehmer zu jung sind, um an der Umfrage teilzunehmen.

Ich habe bereits auf der jeweiligen Seite den folgenden PHP Code hinterlegt:
if (value('AL01') < 18) {
text('screenout');
buttonHide();
pageStop();
}

Leider wird man dennoch bei der Eingabe "17" beim Alter nicht auf eine Screenout Seite weitergeleitet.

Wie kann ich dieses Problem lösen?

closed with the note: Es liegen keine weiteren Informationen zu dem Problem vor, welche für eine hilfreiche Antwort erforderlich wären.
by SoSci Survey (302k points)
Bitte posten sie die Debug-Information der Seite:
https://www.soscisurvey.de/help/doku.php/de:create:debugging

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

...