Hey!
So at the start of the survey, we have an equation question which gives each respondent a random number between 1-6. The question is called randnumber
if(is_empty(randnumber), rand(1, 6), randnumber)
Some questions in the survey only show for some respondents (depending on which random number they got at the start). I've set up the relevance on each question accordingly:
randnumber==1
randnumber==2
randnumber=

randnumber==4
randnumber==5
randnumber==6
However, the relevance doesn't seem to work and it's skipping these questions where the relevance coding is setup? What am I doing wrong?
Thank you.