Skip to content

Commit

Permalink
Merge pull request #1476 from alphagov/supergroup_survey
Browse files Browse the repository at this point in the history
Add supergroup survey
  • Loading branch information
oscarwyatt authored Jul 25, 2018
2 parents 3adaf24 + b8453f3 commit 2c72c1e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions app/assets/javascripts/surveys.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,37 @@
]
},
allowedOnMobile: true
},
{
identifier: 'Business_iteration 1',
surveyType: 'url',
frequency: 6,
startTime: new Date('July 2, 2018').getTime(),
endTime: new Date('July 7, 2018').getTime(),
url: 'https://GDSUserResearch.optimalworkshop.com/treejack/wu86k8e2?c={{currentPath}}',
templateArgs: {
title: 'Help us make things easier to find on GOV.UK',
surveyCta: 'Answer 2 quick questions',
surveyCtaPostscript: 'This activity will open in a separate window'
},
activeWhen: {
section: ['business/all']
},
allowedOnMobile: true
},
{
identifier: 'supergroup_labels_tree_test',
surveyType: 'url',
frequency: 6,
startTime: new Date("July 25, 2018").getTime(),
endTime: new Date("July 27, 2018 23:59:50").getTime(),
url: 'https://gdsuserresearch.optimalworkshop.com/treejack/dpo18280-0',
templateArgs: {
title: "Help us make things easier to find on GOV.UK",
surveyCta: "Answer 2 quick questions",
surveyCtaPostscript: "This activity will open in a separate window"
},
allowedOnMobile: true
}
],

Expand Down

0 comments on commit 2c72c1e

Please sign in to comment.