Thanks for your reply. I don't quite understand your question. It is a Between Subject design. There should be an equal distribution between the groups. Each goup is the expressions of one trait (G1:Low/G2:Medium/G3:High).
I though of creating three different Questionnaires (one for each group) and using the Random Selection for Questionnaires so that the participants will land in one of the three groups randomly.
Then in each questionnaire I wanted to use a random Generator that would show the participants one of 42 texts (with variation of names and order of adjectives) followed by the two single choice questions. I am having trouble showing two questions on the same page (see code below). Do I have to put the questions in two different pages? Am I on the right path? Thanks
$zahl = value('SH02');
if ($zahl == 10101) {
question('SH05');
question('SH06')
}
elseif ($zahl == 10102) {
question('SH07');
question('SH06')
}