Hallo in die Runde,
ich würde gerne innerhalb einer Frage Items gruppieren und die Gruppierungen dann rotieren. Ist das möglich?
Viele Grüße
Ja, allerdings müssen Sie dafür ein paar Zeilen PHP-Code programmieren.
$groups = array( '1,2,3', '4,5,6', '7,8,9' ); shuffle($groups); $itemlist = implode(', ', $groups); question('AB01', $itemlist);
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