Skip to content

Commit

Permalink
Add groups and labels survey
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Laing committed Mar 6, 2018
1 parent bd60c93 commit c94811e
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 c94811e

Please sign in to comment.