Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-06-20 01:44:56 +02:00
parent 522d75e0f9
commit bae64ab2f3
14 changed files with 160 additions and 20 deletions

View file

@ -1274,6 +1274,10 @@
"2": {
"description": "A <b>cafe</b> to drink tea, coffee or an alcoholical bevarage in a quiet environment",
"title": "a cafe"
},
"3": {
"description": "A <b>nightclub</b> or disco with a focus on dancing, music by a DJ with accompanying light show and a bar to get (alcoholic) drinks",
"title": "a nightclub or disco"
}
},
"tagRenderings": {
@ -1293,6 +1297,9 @@
},
"4": {
"then": "An open space where beer is served, typically seen in Germany"
},
"5": {
"then": "This is a <b>nightclub</b> or disco with a focus on dancing, music by a DJ with accompanying light show and a bar to get (alcoholic) drinks"
}
},
"question": "What kind of cafe is this?"

View file

@ -1280,6 +1280,10 @@
"2": {
"description": "Dit is een <b>cafe</b> - een plaats waar men rustig kan zitten om een thee, koffie of alcoholische drank te nuttigen.",
"title": "een café"
},
"3": {
"description": "Een <b>nachtclub</b> met dansvloer, DJ met bijhorende lichteffecten en bar waar men (alcoholische) dranken kan nuttigen",
"title": "een nachtclub of disco"
}
},
"tagRenderings": {
@ -1299,6 +1303,9 @@
},
"4": {
"then": "Een open ruimte waar bier geserveerd wordt. Typisch in Duitsland"
},
"5": {
"then": "Dit is een <b>nachtclub</b> met dansvloer, DJ met bijhorende lichteffecten en bar waar men (alcoholische) dranken kan nuttigen"
}
},
"question": "Welk soort café is dit?"

View file

@ -625,4 +625,4 @@
}
}
}
}
}