Ich möchte ein vier stellen im Fragebogen einen Screenout einbauen, leider bekomme ich einen Fehler
bsp.
folgendes habe ich in eine leere seite nach der Seite mit dem Item eingetragen:
if ((value ('SD21')=2)) {
redirect('https://survey.maximiles.com/screenout?p=89490_9e16951e&m=%reference%');
}
Error meldung
Questionnaire Error (page 2)
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 an error in the PHP code:
Questionnaire Error: The code contains an equal sign after a function. Maybe you wanted to use the double equal sign (==) to compare two values?
PHP code
001 namespace s2survey\questionnaire\environment;
002
003 if ((value ('SD21')=2)) {
004 {
005 redirect('https://survey.maximiles.com/screenout?p=89490_9e16951e&m=%reference%');
006 return 'redirect';
Bitte um Hilfe. Herzlichen DAnk für Ihre Zeit
VG, Verena P.