Hi Cyril,
I found a way to work around it the modules you can use in your runs. But there is still a bug. Maybe you have an idea how I can fix that.
I used different runs but I run into the same bug over and over again.
RUN 1:
Pos. 10. a survey (test1). In the sheet I used the comand random 1,2 because I wanted to manipulate the order participants answer two blocks of question (1= flood expereince, then group identification; 2= group identification, then flood experience)
Pos. 20. a Skip Forward which checks (in random==1) testotest$expereince_11 > 1. If the person has experienced a flood, it skips forward to pos 40.
Pos. 21. a External Link from the provider to the screen out page from provider
Pos. 30. a Skip Forward which checks (in random==2) testotest$expereince_12 > 1. If the person has experienced a flood, it skips forward to pos 40.
Pos. 31. an External Link from the provider to the screen out page.
Pos. 40. a survey (test2) that all people do that have experienced a flood in the past no matter what condition they belonged to before.
Pos. 50. an External Link from the provider to the study complete page.
RUN 2:
Pos. 10. a survey (test1). In the sheet I used the comand random 1,2
because I wanted to manipulate the order participants answer two blocks
of question (1= flood expereince, then group identification; 2= group
identification, then flood experience)
Pos. 11. a Skip Forward which checks (in random==1) testotest$expereince_11 > 1. If the person has experienced a flood, it skips forward to pos 40.
Pos. 12. a External Link from the provider to the screen out page from provider
Pos. 20. a survey (test1). In the sheet I used the comand random 1,2
because I wanted to manipulate the order participants answer two blocks
of question (1= flood expereince, then group identification; 2= group
identification, then flood experience)
Pos. 21. a Skip Forward which checks (in random==2) testotest$expereince_12 > 1. If the person has experienced a flood, it skips forward to pos 40.
Pos. 22. an External Link from the provider to the screen out page.
Pos.
40. a survey(test2) that all people do that have experienced a flood in the
past no matter what condition they belonged to before.
Pos. 50. an External Link from the provider to the study complete page.
In both run scenarios the random==1 group works as intended, but the random==2 group does not on the survey next page immediately redirect to the external link (Pos. 30 (run1) or Pos.22 (run2)). Instead the survey layout is blank with no buttons or text. Just blank. If I then use the "monkey mode" tool in the test run an click on "go to next step in run" the appropriate pages do appear.
I have no idea how to get read of that blank page. Do you have any ideas?
I attached both excelsheets (test1 and test2). I am wondering if the mistake is in the section where I put my run together or in those sheets.
Any help is much appreciated. Thank you!