Skip to content
Snippets Groups Projects

Updated reminder interval to a day, and the reminder title/text

Merged Brian Chivers requested to merge fix_reminders into master
+ 3
3
@@ -16,9 +16,9 @@ import {sensitiveDomains, destinationDomains} from "./domains"
export function initialize (rally, is_dev_mode) {
// Set UserSurvey
webScience.userSurvey.setSurvey({surveyUrl:"https://stanfordgsb.qualtrics.com/jfe/form/SV_5i37rPJXmLD1VDn",
reminderInterval:60,
reminderTitle:"Consent Survey Reminder",
reminderMessage:"Please complete the consent survey!",
reminderInterval:86400, //This should be a day, in seconds
reminderTitle: "Rally survey available",
reminderMessage:"Please complete the Introductory Survey! Click the Stanford logo in the toolbar to continue.",
reminderIcon:"",
popupIcon:"",
surveyCompletionUrl:"http://stanford-news-study.su.domains/",
Loading