Hello!
I find myself quite confused about implementing my design into SoSci using Random Generator. I have 3 experimental groups who will receive a completely different set of questions (which I have created). I have two types of questions (Age and Number), so my questions look like: Age_1_G1, Age_2_G1... where the first number stands for the question identifier and G stands for experimental group. Each group receives 6 questions per type.
I would like that each group receives their specific set, that each question appears on a different page, that their order be rotated (or ideally, pseudorandomized such that one type of question (for eg Age) does not appear more than two times in a row).
I already have my random generator on one page but am very confused with what php code to insert where. I tried to follow the example on your Questions on different Pages tutorial but to no avail. I would be grateful for any guidance you may offer.
ps: do all my questions (12 per group, 36 in total) have to be under the "section" random generator or can they have their own section?
Thank you very much and best wishes,
Yasemin