Define conditions for automated survey invitation

Define conditions for automated survey invitation

par Angélique Bourqui,
Nombre de réponses : 1

Hello,

I have a question about the conditions for sending automated invitations to surveys. I'd like to know if it's possible to set a condition for missing data? If yes, how do we have to refer to the missing data, is it like this "."?

I would like to sent the invitation to people who didn't respond to the questionnaire we're referring to as well as to participants who answered "0".

Kind regards,

Angélique Bourqui


75 mots

En réponse à Angélique Bourqui

Re: Define conditions for automated survey invitation

par Corentin Aurèle Wicht,

Dear Angélique,

If I understand correctly, you'd like the branching logic to be 1) when "Follow-up log" is marked "Completed" AND 2) [follow-up_j1_arm_1][symptom]=VALID?

You have here 2 options:

1) The branching logic corresponding to "EMPTY" is written like this:

[suivi_j1_arm_1][symptome]= ""

2) You could also write it as "NOT EQUAL TO ALL RESPONSES" (wich is written with <> symbol in REDCap):

[suivi_j1_arm_1][symptome]<> "REPONSE1" OR [suivi_j1_arm_1][symptome]<> "REPONSE2" ...  

By the way, since you wrote "[...] as well as to participants who answered '0'" I think you should replace your AND with an OR:


And in this case, then you must use option 2), otherwise the invitation will be sent to any new record, since the field is necessarily empty as soon as someone opens the survey.

Best,

C.

127 mots