Project

General

Profile

Feature #16554

Updated by Ward Vandewege almost 4 years ago

Add a feature for opt-in survey reminders. more frequent participant surveys. 

 Part 1: 

 * Ongoing survey reminders:   
 Participants opt-in to regular email (research specified options: at least, every day, every 2 days, every 7 days) while a survey is designated as “ongoing”. 

 => Participant interface: link to manage frequency of reminder e-mails from the google_survey 'view' page. 
 => Researcher interface: allow them to specify possible reminder frequencies (default to 1/2/7/14/30 days?). Maybe allow them to put custom text in the reminder e-mails. 

 New table: google_survey_reminders (user_id, google_survey_id, frequency) 
 New fields on google_surveys table (reminder_email_subject, reminder_email_text, allowed_reminder_frequency_days) 


 Part 2: 

 Less obvious, should think through this with the survey design; we shouldn't duplicate survey design. The survey should have an 'early out' for people who have no symptoms. 

 * Option to select: symptoms? no (two questions) with a single click; one use link ) 

 * for each link store generation date and when clicked date. Links can only be clicked once.

Back