Hi,
at the moment, I´m creating a survey with version 2.05+ build 150413. Unfortunately, I do have problems with connecting randomly created numbers.
In part 1, I created a random number (rand1) between 1 and 8 with {rand(1,

}. Within the same question group I have 8 different pictures, whereas one of them opens depending of this number. This part of the survey is working so far.
After this part, there are following some question groups.
In part 2, I would like to fall back on the number which has been created in part 1 following this logic:
1) only if rand1 = 1: a new random number (rand2) between 2 and 8 should be created with the equation {rand(2,

}, which is connected to pictures B/C/D/E/F/G or H which are different to the ones shown in part 1
2) if rand1= 2, 3, 4, 5, 6, 7, 8: directly (without random number) a connection to picture B/C/D/E/F/G or H should be executed.
I tried to scratch the logic for better understanding...
File Attachment:
File Name:
logic.pdf
File Size:252 KB
The problem I have, is that the second random number is working every time, detached from what the result of the first random number is. Probably the rand1 number is not saved (?) and therefore rand2 causes a new rand1 number, which might by luck be right, but most of the time not?!
I hope some of you can help me
Thanks so far,
Andi