0 votes
ago in Methoden-Fragen by s187320 (110 points)

Hello, I am facing the problem that I have been trying for quite some time to randomize my questions using a random generator and to divide them into two questions per page. Using the simple randomization PHP code and the random generator, only one (of 24) questions per page was displayed. However, I would like to see two questions per page (randomized). I have since given up and performed block randomization by creating 12 blocks of two and using the randomize pages function. However, complete randomization would be better, and I can't imagine that it's not possible. Please help me. All the best!

ago by SoSci Survey (352k points)
Okay, let's see if I understand the challenge properly. You have 24 (separate) questions on a page. And you would like to show two of those.

I guess you already have a random generator with all 24 question IDs. And you probabaly set the random generator to draw two codes per interview?

What is the PHP code that you used so far that displayed only one question?

Please log in or register to answer this question.

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

...