From 4b677a6500a9fc5cc3d5d13b63e4bd6bc4d4bf02 Mon Sep 17 00:00:00 2001 From: Murray Steele Date: Tue, 26 Sep 2017 16:29:58 +0100 Subject: [PATCH] Change wording and frequency of education top tasks survey We're not getting a great response so we make it slightly likely to appear and tweak the wording to try to pull people in more. --- app/assets/javascripts/surveys.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/surveys.js b/app/assets/javascripts/surveys.js index 7ef983229..cc7d71d0c 100644 --- a/app/assets/javascripts/surveys.js +++ b/app/assets/javascripts/surveys.js @@ -345,12 +345,12 @@ { identifier: 'edu_tt', surveyType: 'url', - frequency: 6, + frequency: 5, startTime: new Date('September 15, 2017').getTime(), endTime: new Date('September 25, 2017 23:59:50').getTime(), url: 'https://www.smartsurvey.co.uk/s/ZZRCN/?c={{currentPath}}', templateArgs: { - title: 'Help improve GOV.UK', + title: 'What matters most to you on GOV.UK?', surveyCta: 'Take the 2 minute survey.', surveyCtaPostscript: 'This will open in another window.' },