-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestions.js
More file actions
28 lines (28 loc) · 958 Bytes
/
Copy pathquestions.js
File metadata and controls
28 lines (28 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
var questions = {
"/commentisfree/2015/jul/06/guardian-view-on-europe-after-greek-referendum-angela-merkel-must-take-lead":
{
marketing: false,
question: "Who do you think should take the lead?",
answers: ['Merkel', 'Tsipras'],
membership: false
},
"/world/2015/jul/07/migrant-dies-uk-bound-freight-shuttle-near-calais-france":
{
marketing: false,
question: "Do you think this article was informative?",
answers: ['Yes', 'No'],
membership: true
},
"/stage/2015/jul/03/wonderland-review-manchester-international-festival-damon-albarn":
{
marketing: true,
question: "Which gender are you?",
answers: ['Male', 'Female']
},
"/technology/2014/jul/17/mit-students-3d-printing-ice-cream":
{
marketing: true,
question: "Have you ever eaten 20 scoops of ice cream in one day?",
answers: ['Yes!', 'No']
}
};