From 43db5a81bfba37f10471082554f3b34faf666990 Mon Sep 17 00:00:00 2001 From: Murray Steele Date: Tue, 26 Sep 2017 16:29:58 +0100 Subject: [PATCH] Extend education top tasks survey In #1155 we changed the frequency and title, but didn't spot that the survey had already ended so the changes would be very unlikely to increase the response rate. In this commit we extend it to run for another week. --- app/assets/javascripts/surveys.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/surveys.js b/app/assets/javascripts/surveys.js index cc7d71d0c..28b1067f9 100644 --- a/app/assets/javascripts/surveys.js +++ b/app/assets/javascripts/surveys.js @@ -347,7 +347,7 @@ surveyType: 'url', frequency: 5, startTime: new Date('September 15, 2017').getTime(), - endTime: new Date('September 25, 2017 23:59:50').getTime(), + endTime: new Date('October 3, 2017 23:59:50').getTime(), url: 'https://www.smartsurvey.co.uk/s/ZZRCN/?c={{currentPath}}', templateArgs: { title: 'What matters most to you on GOV.UK?',