Files
Pubquiz/questions.json
2026-05-25 06:49:06 +02:00

187 lines
7.7 KiB
JSON

{
"rounds": [
{
"name": "Ronde 1: Kroatië Herinneringen",
"theme": "croatia-theme",
"questions": [
{
"question": "Hoe vroeg vertrok het vliegtuig naar Kroatië? (06:38 is de foto van Bas verstuurd)",
"image": "images/kasteel.jpeg",
"audio": "audio/The Chemical Brothers - Another World.mp3",
"options": ["Dubrovnik", "Hvar", "Split", "Zadar"],
"correctOption": 1
},
{
"question": "In welke Kroatische stad kwamen we voor het eerst samen?",
"image": "images/kasteel.jpeg",
"options": ["Rijeka", "Zadar", "Osijek", "Pula"],
"correctOption": 1
},
{
"question": "Wie zijn allemaal van de waterval afgesprongen (niet doorvertellen)?",
"audio": "audio/Redlight - Me & You (feat. ASTR).mp3",
"options": ["Dubrovnik", "Hvar", "Split", "Zadar"],
"correctOption": 4
},
{
"question": "Welk drankje dronken we boven op de berg Raki ",
"audio": "audio/Redlight - Me & You (feat. ASTR).mp3",
"options": ["Dubrovnik", "Hvar", "Split", "Zadar"],
"correctOption": 4
}
]
},
{
"name": "Ronde 2: Reisavonturen",
"theme": "croatia-theme",
"questions": [
{
"question": "Hoe heette het hostel waar we in Dubrovnik verbleven?",
"image": null,
"options": ["Beach Hostel", "Old Town Hostel", "Mountain Hostel", "City Hostel"],
"correctOption": 1
},
{
"question": "Welk Kroatische wijnsoort dronken we tijdens de wijnproevering?",
"image": null,
"options": ["Malvazija", "Plavac Mali", "Pošip", "Grk"],
"correctOption": 1
},
{
"question": "Wat noemden we onze vriendengroep die we in Kroatië begonnen?",
"image": null,
"options": ["Adriatic Friends", "Croatia Crew", "Dalmatian Squad", "Istra Group"],
"correctOption": 1
}
]
},
{
"name": "Ronde 3: Muziek ronde",
"theme": "croatia-theme",
"questions": [
{
"question": "meezingers (numnmer afkappen en gorpeje moet aanvullen)",
"image": null,
"options": ["Ja", "Nee", "godverdomme nee!"],
"correctOption": 1
},
{
"question": "Vitas - 7th element wat is de originele titel",
"image": null,
"options": ["Ja", "Nee", "godverdomme nee!"],
"correctOption": 1
}
]
},
{
"name": "Ronde 4: Nederlandse reunies",
"theme": "dutch-theme",
"questions": [
{
"question": "Met welke activiteit begonnen we onze eerste reunie?",
"image": "images/kasteel.jpeg",
"audio": "audio/The Playboyz - Sunset At Brecht.flac",
"options": ["paintball", "Utrecht", "Groningen", "Leiden"],
"correctOption": 0
},
{
"question": "Wie heeft deze georganiseerd?",
"image": null,
"options": ["Rijksmuseum", "Van Gogh Museum", "Anne Frank Huis", "Stedelijk Museum"],
"correctOption": 1
},
{
"question": "In welke plaats was het paintball terrein?",
"image": null,
"options": ["Maastricht", "Delft", "Zwolle", "Arnhem"],
"correctOption": 1
},
{
"question": "Welk Nederlands dier hebben we gezien in dierentuin Efteling?",
"image": null,
"options": ["Olifant", "Pinguïn", "Nee, geen dieren", "Kangoeroe"],
"correctOption": 2
},
{
"question": "Hoe heet het beroemde Nederlandse gerecht met worst en friet?",
"image": null,
"options": ["Stamppot", "Bitterballen", "Hutspot", "Alle bovenstaande"],
"correctOption": 3
},
{
"question": "Hoeveel euro hebben we in totaal uitgegeven aan eten/drinken in restaurants?",
"image": null,
"options": ["Pašticada", "Burek", "Peka", "Risotto"],
"correctOption": 1
}
]
},
{
"name": "Ronde 5: Cultuur & Tradities uit Kroatië",
"theme": "culture-theme",
"questions": [
{
"question": "Welk Kroatisch woord betekent 'dank je wel'?",
"image": null,
"options": ["Hvala", "Zdravo", "Dobar dan", "Ljubav"],
"correctOption": 0
}
]
},
{
"name": "Ronde 6: baby foto's",
"theme": "friends-theme",
"questions": [
{
"question": "baby foto's?",
"image": null,
"options": ["1 week", "2 weken", "3 weken", "4 weken"],
"correctOption": 1
},
{
"question": "feitjes van mensen?",
"image": null,
"options": ["1 week", "2 weken", "3 weken", "4 weken"],
"correctOption": 1
}
]
},
{
"name": "Ronde 6: opdrachten/spelletjes",
"theme": "friends-theme",
"questions": [
{
"question": "Raad de smaak",
"image": null,
"options": ["1 week", "2 weken", "3 weken", "4 weken"],
"correctOption": 1
},
{
"question": "voel wat het is",
"image": null,
"options": ["komkommer voor Luuk", "2 weken", "3 weken", "4 weken"],
"correctOption": 1
}
]
}
],
"config": {
"title": "Kroatië vriendengroep Pub Quiz",
"group_name": "🇭🇷 Kroatië vriendengroep Pub Quiz",
"start_page_title": "Pub Quiz Night",
"start_page_subtitle": "Voor onze geweldige vriendengroep!",
"start_page_welcome": "Welkom bij de quiz! After each round, we'll take a short break to check answers. At the end, we'll see all the answers together.",
"round_break_title": "Round Break",
"round_break_message": "Take a moment to check the answers and have a drink!",
"review_page_title": "Review Round",
"review_page_message": "Discuss your answers above. When you're ready, click the button to continue.",
"final_page_title": "Quiz Complete!",
"final_page_subtitle": "Here are all the answers for our Croatia friends!",
"play_again_button": "Play Again",
"next_round_button": "Next Round",
"continue_button": "Continue to Next Round"
}
}