Skip to content

Commit

Permalink
Merge pull request #1283 from alphagov/taxonomy-coming-to-the-uk-tree…
Browse files Browse the repository at this point in the history
…-test-survey

Add CTTUK tree test survey
  • Loading branch information
tomsabin authored Feb 7, 2018
2 parents 79e32a6 + f37a882 commit 60d51ae
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions app/assets/javascripts/surveys.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,39 @@
surveyFailure: 'Sorry, we’re unable to send you an email right now. Please try again later.'
},
allowedOnMobile: true
},
{
identifier: 'CTTUK_Professionals_Personal',
surveyType: 'url',
frequency: 3,
startTime: new Date('February 7, 2018').getTime(),
endTime: new Date('February 10, 2018').getTime(),
url: 'https://GDSUserResearch.optimalworkshop.com/treejack/82p1e0a6-0-0-1-0-0?c={{currentPath}}',
templateArgs: {
title: 'Help us make things easier to find on GOV.UK',
surveyCta: 'Answer 3 quick questions.',
surveyCtaPostscript: 'This activity will open in a separate window.'
},
activeWhen: {
path: [
'^/browse/visas-immigration(?:/|$)',
'^/call-charges$',
'^/when-do-the-clocks-change$',
'^/guidance/immigration-rules$'
],
organisation: [
'<OT554>', // UK Visas and Immigration
'<PB263>', // Office of the Immigration Services Commissioner
'<PB275>', // Migration Advisory Committee
'<OT535>', // Border Force
'<OT1069>', // Immigration Enforcement
'<EA67>', // UK Border Agency
'<OT885>', // Identity and Passport Service
'<EA66>', // HM Passport Office
'<OT284>' // Independent Chief Inspector of Borders and Immigration
]
},
allowedOnMobile: true
}
],

Expand Down

0 comments on commit 60d51ae

Please sign in to comment.