0 votes
in SoSci Survey (dt.) by s210296 (270 points)
closed by s210296

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.

closed with the note: i found the error

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

...