Replies: 2 comments 2 replies
-
|
Hi again! For now, the only way to create this kind of dependency are script filters, as you correctly noticed. Unfortunately, they are not well integrated with the scheduler (yet), and due to the arbitrary complexity of possible scripts I am not sure they can be, as they introduce dynamic changes that the scheduler cannot predict. My assumption though would be that these extra notifications would mainly affect iOS, as Android can check if questionnaires are active at the time of firing a notification. Is that what you observe? Long story short, I am not sure it's currently possible to prevent those notifications in this situation. Best, |
Beta Was this translation helpful? Give feedback.
-
|
Another option that would work as a work around, might be to just split your intake-questionnaire and the "actual" questionnaire into two separate studies. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @SelinaDev and others,
We are starting a study that has an intake-questionaire and an ESM-questionaire. The ESM-questionaire has (multiple) daily time-scheduled triggers and will run for about two weeks.
We want participants to first finish the intake-questionaire and only then start the daily triggers/notifications for the ESM-questionaire but cannot find out how to do that in ESMira.
I know we can have a trigger based on filling-out another questionaire, but that would not prevent the firing of time-scheduled triggers of the ESM-questionaire.
Also tested with some scripting, but setting an end-block on the intake-questionaire to someting like
globals.intake_completed = 1;and then checking for that var in a script filter does prevent participants from filling out the ESM-questionaire, but the time-scheduled triggers still do fire and send notifations.How can we schedule the ESM-questionaire triggers to only start once the intake-questionaire has been completed?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions