summaryrefslogtreecommitdiff
path: root/courses.json
blob: 882a52574c5282f1bacc4d3e5cbf503d5ae51d30 (plain)
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
[
    {
        "name": "english-very",
        "description": "In this exercise, you have to find a substitute for very + adjective.",
        "data": [
            ["Angry", "Furious"],
            ["Beautiful", "Gorgeous"],
            ["Big", "Massive"],
            ["Boring", "Dull"],
            ["Noisy", "Deafening"],
            ["Poor", "Destitute"],
            ["Cheap", "Stingy"],
            ["Clean", "Spotless"],
            ["Short", "Brief"],
            ["Difficult", "Arduous"],
            ["Dry", "Arid"],
            ["Quick", "Rapid"],
            ["Bad", "Awful"],
            ["Smart", "Intelligent"],
            ["Sad", "Sorrowful"],
            ["Upset", "Distraught"],
            ["Cold", "Freezing"],
            ["Strong", "Forceful"],
            ["Huge", "Colossal"],
            ["Calm", "Serene"],
            ["Ugly", "Hideous"],
            ["Small", "Petite"],
            ["Funny", "Hilarious"],
            ["Quiet", "Hushed"],
            ["Rich", "Wealthy"],
            ["Expensive", "Costly"],
            ["Dirty", "Filthy"],
            ["Tall", "Towering"],
            ["Easy", "Effortless"],
            ["Wet", "Soaked"],
            ["Slow", "Sluggish"],
            ["Good", "Excellent"],
            ["Stupid", "Idiotic"],
            ["Happy", "Ecstatic"],
            ["Exciting", "Exhilarating"],
            ["Warm", "Hot"],
            ["Weak", "Frail"],
            ["Little", "Tiny"],
            ["Bright", "Luminous"],
            ["Busy", "Swamped"],
            ["Careful", "Cautious"],
            ["Clear", "Obvious"],
            ["Colorful", "Vibrant"],
            ["Confused", "Perplexed"],
            ["Creative", "Innovative"],
            ["Crowded", "Bustling"]
        ]
    }
]