Skip to content

Commit

Permalink
Merge pull request #1623 from alphagov/add-standards-assurance-survey
Browse files Browse the repository at this point in the history
Add standards assurance survey at /service-standards-reports
  • Loading branch information
Bevan authored Jan 30, 2019
2 parents 6f78b41 + 5075436 commit c8f1371
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/assets/javascripts/surveys.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,24 @@
'^/apply-register-design'
]
}
},
{
identifier: 'service_standards_reports_survey',
surveyType: 'url',
frequency: 1,
startTime: new Date("February 07, 2019").getTime(),
endTime: new Date("April 07, 2019").getTime(),
url: 'https://www.smartsurvey.co.uk/s/service-standard-reports/',
templateArgs: {
title: "Help us improve Service Standards Reports on GOV.UK",
surveyCta: 'Take the 3 minute survey',
surveyCtaPostscript: '(This will open a short survey on another website)'
},
activeWhen: {
path: [
'^/service-standard-reports'
]
}
}
],

Expand Down

0 comments on commit c8f1371

Please sign in to comment.