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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -17,7 +17,7 @@ export function initialize (rally, is_dev_mode) {
@@ -17,7 +17,7 @@ export function initialize (rally, is_dev_mode) {
// Set UserSurvey
// Set UserSurvey
webScience.userSurvey.setSurvey({surveyUrl:"https://stanfordgsb.qualtrics.com/jfe/form/SV_5i37rPJXmLD1VDn",
webScience.userSurvey.setSurvey({surveyUrl:"https://stanfordgsb.qualtrics.com/jfe/form/SV_5i37rPJXmLD1VDn",
reminderInterval:86400, //This should be a day, in seconds
reminderInterval:86400, //This should be a day, in seconds
reminderTitle:"Introductory Survey Reminder",
reminderTitle: "Rally survey available",
reminderMessage:"Please complete the Introductory Survey! Click the Stanford logo in the toolbar to continue.",
reminderMessage:"Please complete the Introductory Survey! Click the Stanford logo in the toolbar to continue.",
reminderIcon:"",
reminderIcon:"",
popupIcon:"",
popupIcon:"",
Loading