0 votes
in SoSci Survey (dt.) by s093736 (140 points)

Here is the syntax you recommended us, it still does not work.

\[1\]: https://support.soscisurvey.de/?qa=blob&qa_blobid=4439785063216198206

vey.de/?qa=blob&qa_blobid=15158870650828433219

by SoSci Survey (304k points)
Please add a description of what exactly is not working, and the debug information for this page: https://www.soscisurvey.de/help/doku.php/de:create:debugging - Thank you.
by s093736 (140 points)
Liebes Team,

Wenn ich folgende Einstellungen wähle, kommt die Fehlermeldung 'The variable CB01_01:  CB01_02 etc. has not been asked on a previous page during this interview. Therefore value() cannot determine any answer, yet.

if ((value('CB01_01') == 2) and (value('CB01_02') == 2) and (value('CB01_03') == 2)) {
  question('CB05');
} elseif (value('CB01_01') == 2) {
  question('CB06');
} elseif (value('CB01_02') == 2) {
  question('CB05');
} elseif (value('CB01_03') == 2) {
  question('CB07');
} elseif (value('CB01_04') == 2) {
  question('SM01');
}

Bitte sagen Sie mir Bescheid um welchen Fehler es sich bei diesem Code handelt?

Vielen herzlichen Dank im Voraus.

Beste Grüße, Sophie Ghvanidze

2 Answers

0 votes
by s093736 (140 points)

This is the error that appears on the pretest

0 votes
by SoSci Survey (304k points)

Bitte platzieren Sie den Filter nicht auf derselben Seite, auf welcher auch die Filterfrage CB01 steht, vgl. Problemlösung bei Filterfragen -> Top 1.

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

...