Hi, ettchen,
there is a different approach, if it's only to display the two questions randomly.
1st question: equation to create a random number (1,2). R1
2nd question: short text question with relevance set to "R1==1""
3rd question: long text question with relevance 1
4th question: again short text question with relevance "R1==2"
That's all.
Sample survey attached.
BTW: The formula in the equation could be shorter: {rand(1,2)}
But in this case this random number would be changed each time the respondent goes back to the first page.
Therefore it is: {if(!is_empty(R1),R1,rand(1,2))}
Meaning:
If the random number (R1) is not empty, keep it, else create a random number.
Best regards
Joffm
Volunteers are not paid.
Not because they are worthless, but because they are priceless
The topic has been locked.