Hello,
I created two questionnaires in two different languages. I would like to select randomly one of the two questionnaires. I followed the instructions presented on the following page:
https://www.soscisurvey.de/help/doku.php/en:create:random_questionnaire
I inserted the PhP code:
$qnr = value('RF01', 'label');
goToQuestionnaire($qnr);
And created a new question of the type Random generator including both questionnaires as codes.
The problem is the following: The randomizer survey would always select the language version of the survey that corresponds to the language setting of the randomizer. For example, if the setting of the randomizer is language A, it would always present the survey in language A (although I included both language versions in the code).
Could you please help me with this issue?
Many thanks!