generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
quotes.json
66 lines (66 loc) · 1.43 KB
/
quotes.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
[
{
"quote": "That point keeps them in the race.",
"result": "draw"
},
{
"quote": "It's not going to count.",
"result": "lost"
},
{
"quote": "That's wide of the post!",
"result": "lost"
},
{
"quote": "He's got his flag up.",
"result": "lost"
},
{
"quote": "It did appear that they might be onto something but not so.",
"result": "lost"
},
{
"quote": "It's up for grabs now.",
"result": "win"
},
{
"quote": "Oooh, that's a painful one.",
"result": "lost"
},
{
"quote": "That's a dive in the box.",
"result": "lost"
},
{
"quote": "I think they'll be happy with a point.",
"result": "draw"
},
{
"quote": "Take a bow, son.",
"result": "win"
},
{
"quote": "I wouldn't want to be in that dressing room.",
"result": "lost"
},
{
"quote": "He used the inside of his head well, but outside, not so much.",
"result": "lost"
},
{
"quote": "The goals keep going in for them.",
"result": "win"
},
{
"quote": "And that’s a goal for this side!",
"result": "win"
},
{
"quote": "It didn't go over the line",
"result": "lost"
},
{
"quote": "He brushes off the pressure for a point!",
"result": "draw"
}
]