Danke für den Hinweis! Ich hatte gelesen, dass man das 'PS12_01' als Fall nehmen kann, dass bei Item PS12 der Wert 1 gilt. Die neue Version mit stattdessen "==1" bzw "==2" sieht nun folgendermaßen aus:
$sum1 = valueSum('V203', '01-11');
if ((value($sum1) > 10) and (value('PS12') == 2)) or
((value($sum1) > 15) and (value('PS12') == 1)) {
goToPage('Abbruch');
}
Als neue Fehlermeldung erhalte ich nun:
An error occured while creating the questionnaire page. Please inform the project administrator about the problem and include a copy of the error message below. Thank you very much.
There is no question with the ID VH08 in this project.
Die ID VH08 kommt aber in dem verwendeten PHP-Code garnicht vor. Erschließt sich Ihnen das?