Hi everyone, I'm wondering about an issue that I did not yet find an answer to...
Imagine that I have three different surveys: 1, 2 and 3. Depending on the respective participant, I want him to either
- Complete one of these surveys (easy)
- Complete two of these surveys (1 and 2; 1 and 3; 2 and 3)
- Complete all of these surveys (1 and 2 and 3)
As the surveys should not be completed without any break, I would like to use "connectors" in between the surveys, to make sure that the participant rests for (e.g.) at least five minutes before starting the next survey.
To avoid one very long survey in which I could use certain logics to hide questions/question groups, I'd like to use a function to connect them.
The in my eyes biggest problem is, that all surveys already have token tables with dummy tokens created which might complicate the connection.
To provide a better idea, I describe a short scenario:
- Participant A is supposed to complete all three surveys
- In each survey, one of the dummy tokens is assigned to him in the participants list
- Participant A receives an invitation Mail to complete Survey 1
- When Participant A completes survey 1 he should be forwarded to a page where he has to wait for a pre-defined amount of time (e.g. a 5 minute countdown before he can click "Next"
- After clicking "Next", he is forwarded to Survey 2 (important: we need to use the correct token here)
- etc.
I'm very grateful for any ideas!
Niels