0 votes
ago in SoSci Survey (English) by s328748 (110 points)

I have one question that is randomised- it was divided into 3 test groups. I want in one of the group one sentence to appear. How do I do that?
Best of all!

1 Answer

0 votes
ago by SoSci Survey (345k points)

What about a PHP filter to show the line of text.

if (value('RG01') == 3) {
  // either
  text('TX01');
  // or
  html('<p>This line is shown only to group 3.</p>');
}

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

...