Stop module after randomised surveys

23 views
Skip to first unread message

L Erber

unread,
Nov 16, 2023, 4:05:03 AM11/16/23
to formr

Hello!


My run contains two surveys. The order of the surveys is randomised. After completing both surveys, the stop module should appear. I worked with “skip forward” modules to send the participants to the other survey after completing the first one. Now, I don’t know how I can implement the following: 

“If you completed both surveys, skip forward to the stop module”. When the participants start with survey 1 and go to survey 2 after that, it is no problem: I implemented a skip forward module, so if the participants belongs to shuffle group 1 (which means that they start with survey 1), that sends them to the stop module. But if it is the other way around (so they start with survey 2 because they bellong to shuffle group 2), I do not know how I can send them to the stop model because I have to send them to survey 1 first. And then, they have to fill in survey two again.


Thanks a lot for your help!


Cheers,

Lu

Ruben Arslan

unread,
Nov 16, 2023, 4:09:37 AM11/16/23
to formr
Hi Lucy,

the general pattern I would use is

10 Shuffle
20 SkipForward | shuffle$group == 2 --> 50
30 Survey1
40 SkipForward | shuffle$group == 2 --> 70
50 Survey 2 
60 SkipBackward | shuffle$group == 2 --> 30
70 Stop

So group 1 just goes 10-20-30-40-50-60-70 
whereas group 2 goes 10-20-50-60-30-40-70


To help more, I'd need to see exactly what you have now (a run export).

Best wishes,

Ruben

L Erber

unread,
Nov 16, 2023, 4:31:48 AM11/16/23
to formr
Hi Ruben,

thanks, that helped a lot!

Best wishes,
Lucy

Reply all
Reply to author
Forward
0 new messages