0 votes
in SoSci Survey (English) by s197723 (110 points)

Hello,

I would like to manipulate the following example text with three variables X, Y, Z.

"Person (age X) is working on a project which consumes Y working hours. The person gender is Z."

First, I need to randomize X, Y, Z, such that I can choose given items from an array. Second, I would like to store those items in a data base for later analysis.

Thanks!

PS: Any solution in PHP is more welcome than using the interface (it's pretty overwhelming).

1 Answer

0 votes
by SoSci Survey (304k points)

This manual should help you out:
Multifactorial Experimental Design

Any solution in PHP is more welcome than using the interface (it's pretty overwhelming).

You have no idea how long I had to wait for someone to ask for PHP code instead of a GUI, usually it is the other way around :) Thank you!

Just use the random generator to draw your combinations of X, Y, and Z ... all the rest is done via PHP code.

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

...