diff --git a/Assets/Resources/SpellingBee/words.json b/Assets/Resources/SpellingBee/words.json new file mode 100644 index 0000000..3c09635 --- /dev/null +++ b/Assets/Resources/SpellingBee/words.json @@ -0,0 +1,182 @@ +{ + "themes": [ + { + "name": "Basis", + "description": "Alledaagse woordenschat", + "words": [ + "hallo", + "welkom", + "goeiemorgen", + "slaapwel", + "links", + "rechts", + "goed zo", + "ja", + "nee", + "bravo", + "stop", + "dank u", + "alstublieft" + ] + }, + { + "name": "Familie en vrienden", + "description": "🎵 I'll be there for you 🎵", + "words": [ + "baby", + "jongen", + "meisje", + "man", + "vrouw", + "broer", + "zus", + "ouders", + "oma", + "opa", + "neef", + "nicht", + "familie", + "vrienden", + "tante", + "nonkel" + ] + }, + { + "name": "Huis- en boerderijdieren", + "description": "Honden, katten, en nog veel meer...", + "words": [ + "kat", + "hond", + "konijn", + "cavia", + "paard", + "varken", + "koe", + "lama", + "alpaca", + "kip", + "schaap", + "ram", + "goudvis", + "schildpad", + "papegaai" + ] + }, + { + "name": "In het wild", + "description": "Van aap tot zebra", + "words": [ + "vos", + "tijger", + "lynx", + "wolf", + "giraf", + "leeuw", + "dolfijn", + "walvis", + "haai", + "hert", + "olifant", + "kangoeroe", + "panda", + "slang", + "zebra", + "aap" + ] + }, + { + "name": "Hobbies", + "description": "Een leuke woensdag namiddag", + "words": [ + "atletiek", + "basketbal", + "boksen", + "golf", + "gymnastiek", + "hockey", + "judo", + "paardrijden", + "quizen", + "roeien", + "schaatsen", + "tennis", + "voetbal", + "volleybal", + "wielrennen", + "zeilen", + "zwemmen" + ] + }, + { + "name": "Gebouwen en plaatsen", + "description": "Made in Belgium", + "words": [ + "huis", + "tent", + "toren", + "appartement", + "ziekenhuis", + "winkel", + "station", + "zwembad", + "sporthal", + "theater", + "bioscoop", + "stadion", + "park", + "speelpleintje", + "bibliotheek" + ] + }, + { + "name": "Fruit en groenten", + "description": "Gezonde vitamines", + "words": [ + "aardbei", + "broccoli", + "kiwi", + "citroen", + "papaja", + "paprika", + "tomaat", + "komkommer", + "kers", + "peer", + "appel", + "perzik", + "druiven", + "wortel", + "mais", + "kool" + ] + }, + { + "name": "Landen", + "description": "Van Afrika tot in Amerika", + "words": [ + "belgie", + "nederland", + "frankrijk", + "duitsland", + "ierland", + "verenigd koningkrijk", + "griekenland", + "finland", + "zweden", + "noorwegen", + "spanje", + "portugal", + "italie", + "australie", + "colombia", + "canada", + "india", + "japan", + "china", + "rusland", + "qatar", + "europa" + ] + } + ] +} \ No newline at end of file