From 6c967292b01b1dde301cd8d607b93a50f0712c32 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 6 May 2020 17:23:41 +0200 Subject: Renamed to courses and use course selection Signed-off-by: Olivier Gayot Signed-off-by: Olivier Gayot --- courses.json | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 courses.json (limited to 'courses.json') diff --git a/courses.json b/courses.json new file mode 100644 index 0000000..882a525 --- /dev/null +++ b/courses.json @@ -0,0 +1,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"] + ] + } +] -- cgit v1.2.3