-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathjeopardy-data-en.json
More file actions
106 lines (106 loc) · 2.86 KB
/
jeopardy-data-en.json
File metadata and controls
106 lines (106 loc) · 2.86 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[
{
"name": "History",
"description": "History of SUSE",
"questions": [
{
"label": "100",
"q": "What is the name of the event where SUSE engineers experiment, innovate and learn interruption-free?",
"a": "answers/en/history/hackweek.html"
},
{
"label": "200",
"q": " When was SUSE founded?",
"a": "answers/en/history/suse.html"
},
{
"label": "300",
"q": "What are the names of the annual SUSE Conferences?",
"a": "answers/en/history/susecon.html"
},
{
"label": "400",
"q": "To which enterprise (group of companies) does SUSE belong?",
"a": "answers/en/history/microfocus.html"
}
]
},
{
"name": "Products",
"description": "What we create",
"questions": [
{
"label": "100",
"q": "What is the name of the Open Source project behind SUSE Linux Enterprise?",
"a": "answers/en/products/opensuse.html"
},
{
"label": "200",
"q": "What is the name of the SUSE tool to build and distribute packages?",
"a": "answers/en/products/obs.html"
},
{
"label": "300",
"q": "What is the name of the testframework SUSE developed to test openSUSE and SUSE Linux Enterprise?",
"a": "answers/en/products/openqa.html"
},
{
"label": "400",
"q": "What is the current version of SUSE Linux Enterprise?",
"a": "answers/en/products/sles.html"
}
]
},
{
"name": "Fun",
"description": "Haha",
"questions": [
{
"label": "100",
"q": "What is the SUSE company logo?",
"a": "answers/en/fun/chameleon.html"
},
{
"label": "200",
"q": "What is the name of the Linux penguin?",
"a": "answers/en/fun/tux.html"
},
{
"label": "300",
"q": "What is the 'Answer to the Ultimate Question of Life, the Universe, and Everything'?",
"a": "answers/en/fun/42.html"
},
{
"label": "400",
"q": "What is the name of the second program Linus Torvalds, the founder of Linux, named after himself?",
"a": "answers/en/fun/git.html"
}
]
},
{
"name": "People",
"description": "Linux celebs ;-)",
"questions": [
{
"label": "100",
"q": "Who is the founder of Linux?",
"a": "answers/en/people/linus.html"
},
{
"label": "200",
"q": "Who founded 1985 the Free Software Foundation?",
"a": "answers/en/people/stallman.html"
},
{
"label": "300",
"q": "Who made the quoatation 'Linux is obsolete'?",
"a": "answers/en/people/tanenbaum.html"
},
{
"label": "400",
"q": "Who are the founders of SUSE?",
"a": "answers/en/people/founder.html"
}
]
}
]