Add JSON file support for easier managment of themes.
This commit is contained in:
182
Assets/Resources/SpellingBee/words.json
Normal file
182
Assets/Resources/SpellingBee/words.json
Normal file
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user