Skip to content

Commit

Permalink
Merge pull request #1320 from alphagov/add-groups-and-labels-survey
Browse files Browse the repository at this point in the history
Add groups and labels survey
  • Loading branch information
steventux authored Mar 7, 2018
2 parents bd60c93 + c94811e commit 388681c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/assets/javascripts/surveys.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,23 @@
]
},
allowedOnMobile: true
},
{
identifier: 'GOVUK_navigation_links_groups_and_labels',
surveyType: 'url',
frequency: 3,
startTime: new Date('March 7, 2018').getTime(),
endTime: new Date('March 9, 2018, 23:59:59').getTime(),
url: 'https://s.userzoom.com/m/MSBDNjI1UzY5',
templateArgs: {
title: 'Help us make things easier to find on GOV.UK',
surveyCta: 'Complete a quick activity',
surveyCtaPostscript: 'This activity will open in a separate window.'
},
activeWhen: {
section: ['childcare-parenting', 'education']
},
allowedOnMobile: true
}
],

Expand Down

0 comments on commit 388681c

Please sign in to comment.