-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchallenges.json
72 lines (72 loc) · 1.43 KB
/
challenges.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[
{
"title": "Challenge Number 1",
"description": "What can I...?",
"org_id": 1,
"creator_id": 3,
"active": false
},
{
"title": "Challenge Number 2",
"description": "How can I...?",
"org_id": 1,
"creator_id": 3,
"active": true
},
{
"title": "Challenge Number 3",
"description": "Where can I...?",
"org_id": 1,
"creator_id": 3,
"active": true
},
{
"title": "Challenge Number 4",
"description": "Who should I...?",
"org_id": 2,
"creator_id": 4,
"active": true
},
{
"title": "Challenge Number 5",
"description": "How have...?",
"org_id": 2,
"creator_id": 4,
"active": true
},
{
"title": "Challenge Number 6",
"description": "Is there a way to...?",
"org_id": 3,
"creator_id": 5,
"active": true
},
{
"title": "Challenge Number 7",
"description": "Is it possible to...?",
"org_id": 4,
"creator_id": 6,
"active": true
},
{
"title": "Ice Bucket",
"description": "How much ice?",
"org_id": 2,
"creator_id": 3,
"active": false
},
{
"title": "Recommended method of transporting fizzy drinks",
"description": "Are there any recommendations to ...",
"org_id": 4,
"creator_id": 6,
"active": false
},
{
"title": "How can we make tests more rigorous",
"description": "Is it better to?",
"org_id": 8,
"creator_id": 11,
"active": false
}
]