Last active
July 29, 2025 21:04
-
-
Save shakilofficial0/25317741ea44995da753ccbbe3d0a1fe to your computer and use it in GitHub Desktop.
test.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Flag_of_Bangladesh.svg/512px-Flag_of_Bangladesh.svg.png?20250117124006", | |
"question": "What is the capital of Bangladesh?", | |
"options": ["Dhaka", "Chittagong", "Khulna", "Sylhet"], | |
"correct_ans": "Dhaka" | |
}, | |
{ | |
"image": null, | |
"question": "Which country’s capital is Brasília?", | |
"options": ["Argentina", "Portugal", "Brazil", "Mozambique"], | |
"correct_ans": "Brazil" | |
}, | |
{ | |
"image": null, | |
"question": "Which capital city is located on 19 hills and nicknamed the “City of 1,000 Stairs\"?", | |
"options": ["Antananarivo", "Nairobi", "Accra", "Kigali"], | |
"correct_ans": "Antananarivo" | |
}, | |
{ | |
"image": null, | |
"question": "Which country has its capital at Canberra?", | |
"options": ["Australia", "Austria", "Argentina", "Angola"], | |
"correct_ans": "Australia" | |
}, | |
{ | |
"image": null, | |
"question": "Which capital is situated on the Bosphorus, straddling Europe and Asia?", | |
"options": ["Moscow", "Istanbul", "Athens", "Cairo"], | |
"correct_ans": "Istanbul" | |
}, | |
{ | |
"image": null, | |
"question": "Which two world capitals face each other across the Congo River?", | |
"options": ["Kinshasa and Brazzaville", "Lima and Quito", "Rome and Vatican City", "Vienna and Bratislava"], | |
"correct_ans": "Kinshasa and Brazzaville" | |
}, | |
{ | |
"image": null, | |
"question": "Which country’s capital is Dodoma?", | |
"options": ["Kenya", "Tanzania", "Uganda", "Zambia"], | |
"correct_ans": "Tanzania" | |
}, | |
{ | |
"image": null, | |
"question": "Which capital city has the largest area (over 25,000 km²)?", | |
"options": ["Ankara", "Beijing", "Brasília", "Ottawa"], | |
"correct_ans": "Ankara" | |
}, | |
{ | |
"image": null, | |
"question": "What is the capital of Madagascar?", | |
"options": ["Antananarivo", "Maputo", "Lilongwe", "Lusaka"], | |
"correct_ans": "Antananarivo" | |
}, | |
{ | |
"image": null, | |
"question": "Which capital city is also an independent city‑state?", | |
"options": ["Vienna", "Monaco", "Singapore", "Andorra la Vella"], | |
"correct_ans": "Singapore" | |
}, | |
{ | |
"image": null, | |
"question": "What is the currency of Japan?", | |
"options": ["Yuan", "Yen", "Won", "Dollar"], | |
"correct_ans": "Yen" | |
}, | |
{ | |
"image": null, | |
"question": "Which capital was purpose‑built in 1974?", | |
"options": ["Tokyo", "Naypyidaw", "Brasília", "Dodoma"], | |
"correct_ans": "Dodoma" | |
}, | |
{ | |
"image": null, | |
"question": "Which European country uses Vatican City as its capital?", | |
"options": ["San Marino", "Italy", "Holy See", "Monaco"], | |
"correct_ans": "Holy See" | |
}, | |
{ | |
"image": null, | |
"question": "Which country has its capital in multiple cities including Pretoria?", | |
"options": ["South Africa", "Nigeria", "India", "Canada"], | |
"correct_ans": "South Africa" | |
}, | |
{ | |
"image": null, | |
"question": "Which capital is the smallest country in the world?", | |
"options": ["Luxembourg", "Monaco", "Vatican City", "Liechtenstein"], | |
"correct_ans": "Vatican City" | |
}, | |
{ | |
"image": null, | |
"question": "What is the capital of Ireland?", | |
"options": ["Dublin", "Cork", "Galway", "Belfast"], | |
"correct_ans": "Dublin" | |
}, | |
{ | |
"image": null, | |
"question": "Which capital city is New Delhi the capital of?", | |
"options": ["Pakistan", "Bangladesh", "India", "Nepal"], | |
"correct_ans": "India" | |
}, | |
{ | |
"image": null, | |
"question": "Which country has its capital at Riyadh?", | |
"options": ["Qatar", "Kuwait", "Saudi Arabia", "UAE"], | |
"correct_ans": "Saudi Arabia" | |
}, | |
{ | |
"image": null, | |
"question": "The capital of Canada is:", | |
"options": ["Toronto", "Vancouver", "Ottawa", "Montreal"], | |
"correct_ans": "Ottawa" | |
}, | |
{ | |
"image": null, | |
"question": "Which country’s capital is Tashkent?", | |
"options": ["Kazakhstan", "Uzbekistan", "Kyrgyzstan", "Turkmenistan"], | |
"correct_ans": "Uzbekistan" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment