Spaces:
Sleeping
Sleeping
| { | |
| "country": [ | |
| { "question": "Is it in Asia?", "attribute": "continent", "value": "asia", "weight": 1.0 }, | |
| { "question": "Is it in Europe?", "attribute": "continent", "value": "europe", "weight": 1.0 }, | |
| { "question": "Is it in Africa?", "attribute": "continent", "value": "africa", "weight": 1.0 }, | |
| { "question": "Is it in North or Central America?", "attribute": "continent", "value": "northamerica", "weight": 1.0 }, | |
| { "question": "Is it in South America?", "attribute": "continent", "value": "southamerica", "weight": 1.0 }, | |
| { "question": "Is it in Oceania or the Pacific?", "attribute": "continent", "value": "oceania", "weight": 1.0 }, | |
| { "question": "Is it in South Asia (the Indian Subcontinent)?", "attribute": "subRegion", "value": "indian subcontinent", "weight": 0.97 }, | |
| { "question": "Is it in Southeast Asia?", "attribute": "subRegion", "value": "southeast asia", "weight": 0.96 }, | |
| { "question": "Is it in East Asia (China, Japan, Korea region)?", "attribute": "subRegion", "value": "east asia", "weight": 0.97 }, | |
| { "question": "Is it in the Middle East?", "attribute": "subRegion", "value": "middle east", "weight": 0.97 }, | |
| { "question": "Is it in Central Asia (Kazakhstan, Uzbekistan, etc.)?", "attribute": "subRegion", "value": "central asia", "weight": 0.96 }, | |
| { "question": "Is it in the Caucasus region (between Europe and Asia)?", "attribute": "subRegion", "value": "caucasus", "weight": 0.95 }, | |
| { "question": "Is it in Scandinavia (Northern Europe)?", "attribute": "subRegion", "value": "scandinavia", "weight": 0.96 }, | |
| { "question": "Is it in the Balkans (Southeastern Europe)?", "attribute": "subRegion", "value": "balkans", "weight": 0.95 }, | |
| { "question": "Is it one of the Baltic States (Estonia, Latvia, or Lithuania)?", "attribute": "isBalticState", "value": true, "weight": 0.98 }, | |
| { "question": "Is it in West Africa?", "attribute": "subRegion", "value": "west africa", "weight": 0.96 }, | |
| { "question": "Is it in East Africa?", "attribute": "subRegion", "value": "east africa", "weight": 0.96 }, | |
| { "question": "Is it in North Africa?", "attribute": "subRegion", "value": "north africa", "weight": 0.96 }, | |
| { "question": "Is it in Southern Africa?", "attribute": "subRegion", "value": "southern africa", "weight": 0.96 }, | |
| { "question": "Is it in the Caribbean?", "attribute": "subRegion", "value": "caribbean", "weight": 0.97 }, | |
| { "question": "Is it in Central America?", "attribute": "subRegion", "value": "central america", "weight": 0.97 }, | |
| { "question": "Is it in the Bengal region (Bangladesh/West Bengal area)?", "attribute": "subRegion", "value": "bengal", "weight": 0.98 }, | |
| { "question": "Is it completely landlocked with no sea access?", "attribute": "landlocked", "value": true, "weight": 0.92 }, | |
| { "question": "Does it have a coastline on a sea or ocean?", "attribute": "hasCoast", "value": true, "weight": 0.80 }, | |
| { "question": "Is it an island nation — completely surrounded by water?", "attribute": "isIsland", "value": true, "weight": 0.93 }, | |
| { "question": "Is it an archipelago — made up of many islands?", "attribute": "isArchipelago", "value": true, "weight": 0.95 }, | |
| { "question": "Does it have a coast on the Baltic Sea?", "attribute": "hasBalticCoast", "value": true, "weight": 0.97 }, | |
| { "question": "Does it have a coast on the Mediterranean Sea?", "attribute": "hasMediterraneanCoast", "value": true, "weight": 0.95 }, | |
| { "question": "Does it have a coast on the Atlantic Ocean?", "attribute": "hasCoast", "value": true, "weight": 0.75 }, | |
| { "question": "Does it have major mountains like the Alps or Himalayas?", "attribute": "hasMountains", "value": true, "weight": 0.80 }, | |
| { "question": "Is it known for major rivers (like the Nile, Amazon, or Ganges)?", "attribute": "hasRivers", "value": true, "weight": 0.82 }, | |
| { "question": "Does it share a border with Russia?", "attribute": "bordersRussia", "value": true, "weight": 0.97 }, | |
| { "question": "Does it share a border with Germany?", "attribute": "bordersGermany", "value": true, "weight": 0.97 }, | |
| { "question": "Does it share a border with China?", "attribute": "bordersChina", "value": true, "weight": 0.96 }, | |
| { "question": "Does it share a border with Iran?", "attribute": "bordersIran", "value": true, "weight": 0.95 }, | |
| { "question": "Does it share a border with Pakistan?", "attribute": "bordersPakistan", "value": true, "weight": 0.96 }, | |
| { "question": "Does it share a border with India?", "attribute": "neighbors", "value": "india", "weight": 0.94 }, | |
| { "question": "Does it share a border with Brazil?", "attribute": "neighbors", "value": "brazil", "weight": 0.92 }, | |
| { "question": "Does it share a border with France?", "attribute": "neighbors", "value": "france", "weight": 0.92 }, | |
| { "question": "Does it have a very small population (under 5 million)?", "attribute": "population", "value": "small", "weight": 0.88 }, | |
| { "question": "Does it have a medium population (10–50 million)?", "attribute": "population", "value": "medium", "weight": 0.82 }, | |
| { "question": "Does it have a large population (50–100 million)?", "attribute": "population", "value": "large", "weight": 0.85 }, | |
| { "question": "Does it have a massive population (over 100 million)?", "attribute": "population", "value": "verylarge", "weight": 0.90 }, | |
| { "question": "Is it a micro-nation — fewer than 1 million people?", "attribute": "population", "value": "micro", "weight": 0.96 }, | |
| { "question": "Is it ruled by a King, Queen, or Emperor — a monarchy?", "attribute": "government", "value": "monarchy", "weight": 0.91 }, | |
| { "question": "Is it a democratic republic?", "attribute": "government", "value": "republic", "weight": 0.72 }, | |
| { "question": "Is it under authoritarian or one-party rule?", "attribute": "government", "value": "authoritarian", "weight": 0.90 }, | |
| { "question": "Is it currently governed as an Islamic Emirate?", "attribute": "government", "value": "islamic emirate", "weight": 0.99 }, | |
| { "question": "Is it a communist state (like Cuba or Vietnam)?", "attribute": "government", "value": "communist", "weight": 0.95 }, | |
| { "question": "Is it a constitutional monarchy — a king or queen but with a parliament?", "attribute": "monarchyType", "value": "constitutional", "weight": 0.93 }, | |
| { "question": "Is the majority religion Islam?", "attribute": "mainReligion", "value": "islam", "weight": 0.92 }, | |
| { "question": "Is the majority religion Christianity?", "attribute": "mainReligion", "value": "christianity", "weight": 0.85 }, | |
| { "question": "Is Hinduism the dominant religion?", "attribute": "mainReligion", "value": "hinduism", "weight": 0.97 }, | |
| { "question": "Is Buddhism the dominant religion?", "attribute": "mainReligion", "value": "buddhism", "weight": 0.95 }, | |
| { "question": "Is Judaism the main religion or state religion?", "attribute": "mainReligion", "value": "judaism", "weight": 0.98 }, | |
| { "question": "Is Shinto practiced here as a major religion?", "attribute": "mainReligion", "value": "shinto", "weight": 0.99 }, | |
| { "question": "Is it the ONLY predominantly Christian country in all of Asia?", "attribute": "isOnlyChristianAsianNation", "value": true, "weight": 0.99 }, | |
| { "question": "Is it a member of the European Union (EU)?", "attribute": "isEUMember", "value": true, "weight": 0.95 }, | |
| { "question": "Is it a NATO member country?", "attribute": "isNATOMember", "value": true, "weight": 0.92 }, | |
| { "question": "Is it in the Schengen Area (passport-free travel zone)?", "attribute": "isSchengen", "value": true, "weight": 0.91 }, | |
| { "question": "Is it a member of ASEAN?", "attribute": "isASEANMember", "value": true, "weight": 0.96 }, | |
| { "question": "Was it formerly part of the Soviet Union?", "attribute": "isFormerSoviet", "value": true, "weight": 0.94 }, | |
| { "question": "Was it formerly a British colony?", "attribute": "isFormerBritishColony", "value": true, "weight": 0.90 }, | |
| { "question": "Was it colonized by Spain?", "attribute": "colonizedBy", "value": "spain", "weight": 0.92 }, | |
| { "question": "Was it colonized by France?", "attribute": "colonizedBy", "value": "france", "weight": 0.90 }, | |
| { "question": "Was it colonized by Portugal?", "attribute": "colonizedBy", "value": "portugal", "weight": 0.91 }, | |
| { "question": "Is it an EU candidate country (applying to join)?", "attribute": "isEUCandidate", "value": true, "weight": 0.93 }, | |
| { "question": "Does it drive on the LEFT side of the road (like the UK)?", "attribute": "driveSide", "value": "left", "weight": 0.90 }, | |
| { "question": "Does it drive on the RIGHT side of the road?", "attribute": "driveSide", "value": "right", "weight": 0.68 }, | |
| { "question": "Does it have a hot desert climate (like the Sahara or Arabian Desert)?", "attribute": "climate", "value": "desert", "weight": 0.90 }, | |
| { "question": "Does it have a tropical climate (hot and humid all year)?", "attribute": "climate", "value": "tropical", "weight": 0.88 }, | |
| { "question": "Does it have a Mediterranean climate (warm dry summers, mild wet winters)?", "attribute": "climate", "value": "mediterranean", "weight": 0.87 }, | |
| { "question": "Is it known for extremely cold winters (arctic or subarctic)?", "attribute": "climate", "value": "arctic", "weight": 0.92 }, | |
| { "question": "Does it have a temperate climate (four seasons, mild)?", "attribute": "climate", "value": "temperate", "weight": 0.78 }, | |
| { "question": "Is the official language Spanish?", "attribute": "language", "value": "spanish", "weight": 0.93 }, | |
| { "question": "Is the official language Portuguese?", "attribute": "language", "value": "portuguese", "weight": 0.97 }, | |
| { "question": "Is the official language French?", "attribute": "language", "value": "french", "weight": 0.95 }, | |
| { "question": "Is the official language Arabic?", "attribute": "language", "value": "arabic", "weight": 0.95 }, | |
| { "question": "Is the official language German?", "attribute": "language", "value": "german", "weight": 0.95 }, | |
| { "question": "Is English an official or primary language?", "attribute": "language", "value": "english", "weight": 0.85 }, | |
| { "question": "Is English an official language here?", "attribute": "officialLanguageEnglish", "value": true, "weight": 0.88 }, | |
| { "question": "Is Bengali the official language?", "attribute": "language", "value": "bengali", "weight": 0.99 }, | |
| { "question": "Is Hindi the official language?", "attribute": "language", "value": "hindi", "weight": 0.98 }, | |
| { "question": "Is Japanese the official language?", "attribute": "language", "value": "japanese", "weight": 0.99 }, | |
| { "question": "Is Mandarin Chinese the official language?", "attribute": "language", "value": "chinese", "weight": 0.98 }, | |
| { "question": "Is Korean the official language?", "attribute": "language", "value": "korean", "weight": 0.99 }, | |
| { "question": "Is Russian the official language?", "attribute": "language", "value": "russian", "weight": 0.98 }, | |
| { "question": "Is Turkish the official language?", "attribute": "language", "value": "turkish", "weight": 0.98 }, | |
| { "question": "Is Urdu the official language?", "attribute": "language", "value": "urdu", "weight": 0.98 }, | |
| { "question": "Is Persian (Farsi) the official language?", "attribute": "language", "value": "persian", "weight": 0.98 }, | |
| { "question": "Is Indonesian (Bahasa Indonesia) the official language?", "attribute": "language", "value": "indonesian", "weight": 0.98 }, | |
| { "question": "Is Dutch the official language?", "attribute": "language", "value": "dutch", "weight": 0.98 }, | |
| { "question": "Is Thai the official language?", "attribute": "language", "value": "thai", "weight": 0.99 }, | |
| { "question": "Is Vietnamese the official language?", "attribute": "language", "value": "vietnamese", "weight": 0.99 }, | |
| { "question": "Is Filipino (Tagalog) the official language?", "attribute": "language", "value": "filipino", "weight": 0.99 }, | |
| { "question": "Is Albanian the official language?", "attribute": "language", "value": "albanian", "weight": 0.99 }, | |
| { "question": "Is Latvian the official language?", "attribute": "language", "value": "latvian", "weight": 0.99 }, | |
| { "question": "Is Lithuanian the official language?", "attribute": "language", "value": "lithuanian", "weight": 0.99 }, | |
| { "question": "Is Maltese the official language?", "attribute": "language", "value": "maltese", "weight": 0.99 }, | |
| { "question": "Is Swahili an official language here?", "attribute": "language", "value": "swahili", "weight": 0.97 }, | |
| { "question": "Is Amharic the official language?", "attribute": "language", "value": "amharic", "weight": 0.99 }, | |
| { "question": "Is Ukrainian the official language?", "attribute": "language", "value": "ukrainian", "weight": 0.98 }, | |
| { "question": "Is Dari or Pashto the official language?", "attribute": "language", "value": "dari", "weight": 0.99 }, | |
| { "question": "Is Danish the official language?", "attribute": "language", "value": "danish", "weight": 0.99 }, | |
| { "question": "Is Swedish the official language?", "attribute": "language", "value": "swedish", "weight": 0.99 }, | |
| { "question": "Is Norwegian the official language?", "attribute": "language", "value": "norwegian", "weight": 0.99 }, | |
| { "question": "Is Finnish the official language?", "attribute": "language", "value": "finnish", "weight": 0.99 }, | |
| { "question": "Is Dutch the official language?", "attribute": "language", "value": "dutch", "weight": 0.99 }, | |
| { "question": "Is Hungarian the official language (a very unusual, non-Indo-European language)?", "attribute": "language", "value": "hungarian", "weight": 0.99 }, | |
| { "question": "Is Greek the official language?", "attribute": "language", "value": "greek", "weight": 0.99 }, | |
| { "question": "Is Romanian the official language?", "attribute": "language", "value": "romanian", "weight": 0.99 }, | |
| { "question": "Is Croatian the official language?", "attribute": "language", "value": "croatian", "weight": 0.99 }, | |
| { "question": "Is Czech the official language?", "attribute": "language", "value": "czech", "weight": 0.99 }, | |
| { "question": "Is Polish the official language?", "attribute": "language", "value": "polish", "weight": 0.99 }, | |
| { "question": "Is the official language from the Germanic family (German, Dutch, English, Swedish, Danish)?", "attribute": "languageFamily", "value": "germanic", "weight": 0.94 }, | |
| { "question": "Is the official language from the Romance family (Spanish, French, Portuguese, Italian)?", "attribute": "languageFamily", "value": "romance", "weight": 0.94 }, | |
| { "question": "Is the official language from the Slavic family (Russian, Polish, Czech, Serbian)?", "attribute": "languageFamily", "value": "slavic", "weight": 0.94 }, | |
| { "question": "Is the official language from the Semitic family (Arabic, Hebrew, Maltese)?", "attribute": "languageFamily", "value": "semitic", "weight": 0.95 }, | |
| { "question": "Is the official language from the Turkic family (Turkish, Uzbek, Kazakh)?", "attribute": "languageFamily", "value": "turkic", "weight": 0.95 }, | |
| { "question": "Is the official language from the Austronesian family (Filipino, Malay, Indonesian)?", "attribute": "languageFamily", "value": "austronesian", "weight": 0.96 }, | |
| { "question": "Is the official language from the Baltic family (Latvian or Lithuanian only)?", "attribute": "languageFamily", "value": "baltic", "weight": 0.99 }, | |
| { "question": "Is the official language Indo-Iranian (Farsi, Pashto, Hindi, Urdu)?", "attribute": "languageFamily", "value": "indo-iranian", "weight": 0.95 }, | |
| { "question": "Does this country have a completely unique, isolated language (Albanian, Greek, Armenian)?", "attribute": "languageFamily", "value": "albanian", "weight": 0.98 }, | |
| { "question": "Is it a high-income / wealthy developed nation?", "attribute": "gdpLevel", "value": "high", "weight": 0.88 }, | |
| { "question": "Is it a low-income or very poor country?", "attribute": "gdpLevel", "value": "low", "weight": 0.87 }, | |
| { "question": "Is it a middle-income / developing economy?", "attribute": "gdpLevel", "value": "medium", "weight": 0.83 }, | |
| { "question": "Has at least one citizen from here won a Nobel Prize?", "attribute": "hasNobel", "value": true, "weight": 0.88 }, | |
| { "question": "Has this country hosted the Olympic Games?", "attribute": "hostsMajorSportEvent", "value": true, "weight": 0.90 }, | |
| { "question": "Does this country have a UNESCO World Heritage Site?", "attribute": "hasUNESCO", "value": true, "weight": 0.82 }, | |
| { "question": "Does this country have one of the New 7 Wonders of the World?", "attribute": "hasWonder", "value": true, "weight": 0.92 }, | |
| { "question": "Is this the smallest country in the EU?", "attribute": "isEUSmallest", "value": true, "weight": 0.99 }, | |
| { "question": "Is this the most densely populated country in the EU?", "attribute": "isDensestEUCountry", "value": true, "weight": 0.99 }, | |
| { "question": "Did famous Game of Thrones scenes film there?", "attribute": "gamesOfThronesLocation", "value": true, "weight": 0.97 }, | |
| { "question": "Is this country currently under Taliban rule?", "attribute": "underTalibanRule", "value": true, "weight": 0.99 }, | |
| { "question": "Is this country nicknamed 'The Graveyard of Empires'?", "attribute": "calledGraveyardOfEmpires", "value": true, "weight": 0.99 }, | |
| { "question": "Was this country once the only officially atheist state in the world?", "attribute": "wasOfficiallyAtheist", "value": true, "weight": 0.99 }, | |
| { "question": "Is this country's capital famous for having the most Art Nouveau buildings in the world?", "attribute": "artNouveauCapital", "value": true, "weight": 0.99 }, | |
| { "question": "Is the Azure Window rock arch (which collapsed in 2017) from this country?", "attribute": "azureWindowCollapsed", "value": true, "weight": 0.99 }, | |
| { "question": "Does this country have megalithic temples older than the Egyptian Pyramids?", "attribute": "templesOlderThanPyramids", "value": true, "weight": 0.99 }, | |
| { "question": "Is LEGO — the world's most famous toy — invented in this country?", "attribute": "famousFor", "value": "lego", "weight": 0.99 }, | |
| { "question": "Is this country famous for the concept of 'hygge' (cozy happiness)?", "attribute": "famousFor", "value": "hygge", "weight": 0.99 }, | |
| { "question": "Did the Vikings originally come from this country?", "attribute": "famousFor", "value": "vikings", "weight": 0.93 }, | |
| { "question": "Is this country a world leader in wind energy (gets 50%+ electricity from wind)?", "attribute": "famousFor", "value": "wind energy", "weight": 0.99 }, | |
| { "question": "Is this country responsible for producing ~90% of the world's illicit opium?", "attribute": "famousFor", "value": "conflict", "weight": 0.98 }, | |
| { "question": "Is this the country where the USA fought a 20-year war and spent $2 trillion (2001–2021)?", "attribute": "usaOccupation2001to2021", "value": true, "weight": 0.99 }, | |
| { "question": "Is this the homeland of pop star Dua Lipa?", "attribute": "duaLipaConnection", "value": true, "weight": 0.99 }, | |
| { "question": "Is this the country connected to Mother Teresa (born to parents from here)?", "attribute": "motherTeresaConnection", "value": true, "weight": 0.99 }, | |
| { "question": "Is this country the home of Manny Pacquiao — the only 8-division boxing world champion?", "attribute": "famousFor", "value": "manny pacquiao", "weight": 0.99 }, | |
| { "question": "Is karaoke widely credited as being invented in this country?", "attribute": "famousFor", "value": "karaoke", "weight": 0.97 }, | |
| { "question": "Is this country named after a Spanish king — King Philip II?", "attribute": "namedAfterKing", "value": true, "weight": 0.99 }, | |
| { "question": "Was this country devastated by Typhoon Haiyan — one of the strongest storms ever recorded?", "attribute": "famousFor", "value": "typhoons", "weight": 0.95 }, | |
| { "question": "Did this country gain independence via the 'Singing Revolution' (1989–1991)?", "attribute": "singingRevolution", "value": true, "weight": 0.97 }, | |
| { "question": "Does this country govern Greenland — the world's largest island?", "attribute": "hasGreenland", "value": true, "weight": 0.99 }, | |
| { "question": "Does this country have over 7,000 islands?", "attribute": "islandCount", "value": 7641, "weight": 0.99 }, | |
| { "question": "Was this country isolated under a communist regime that built 750,000 bunkers?", "attribute": "communistBunkers", "value": 750000, "weight": 0.99 }, | |
| { "question": "Is chess legend Mikhail Tal ('The Magician from Riga') from this country?", "attribute": "famousPeople", "value": "mikhail tal", "weight": 0.99 }, | |
| { "question": "Is NBA star Kristaps Porziņģis from this country?", "attribute": "famousPeople", "value": "kristaps porzingis", "weight": 0.99 }, | |
| { "question": "Is this country historically associated with the Knights of Malta (Knights Hospitaller)?", "attribute": "knightsOfMaltaHistory", "value": true, "weight": 0.99 }, | |
| { "question": "Is Maltese — the only Semitic language written in Latin script — spoken here?", "attribute": "language", "value": "maltese", "weight": 0.99 }, | |
| { "question": "Is this the country where the Taliban destroyed the giant Bamiyan Buddha statues in 2001?", "attribute": "famousFor", "value": "bamiyan buddhas", "weight": 0.99 }, | |
| { "question": "Is this the country where 'The Kite Runner' novel is set (by Khaled Hosseini)?", "attribute": "famousPeople", "value": "khaled hosseini", "weight": 0.98 }, | |
| { "question": "Is this one of Europe's sunniest countries with 300+ sunny days per year?", "attribute": "famousFor", "value": "300 sunny days", "weight": 0.97 }, | |
| { "question": "Was investigative journalist Daphne Caruana Galizia assassinated in this country in 2017?", "attribute": "famousPeople", "value": "daphne caruana galizia", "weight": 0.99 }, | |
| { "question": "Was this country invaded by the Soviet Union in 1979?", "attribute": "sovietInvasion", "value": true, "weight": 0.99 }, | |
| { "question": "Was Europe's most isolated communist country for decades (even more than North Korea at times)?", "attribute": "wasEuropesMostIsolated", "value": true, "weight": 0.98 }, | |
| { "question": "Is this country part of the 3 Baltic States that formed a 675 km human chain for freedom in 1989?", "attribute": "isBalticState", "value": true, "weight": 0.98 }, | |
| { "question": "Does this country's language belong to the Baltic family — one of the oldest in Europe?", "attribute": "languageFamily", "value": "baltic", "weight": 0.99 }, | |
| { "question": "Has this country's population shrunk drastically due to emigration after 1991?", "attribute": "isFormerSoviet", "value": true, "weight": 0.87 }, | |
| { "question": "Is this country famous for the ancient Pyramids of Giza?", "attribute": "famousFor", "value": "pyramids", "weight": 0.99 }, | |
| { "question": "Is this country famous for the Great Wall?", "attribute": "famousFor", "value": "greatwall", "weight": 0.99 }, | |
| { "question": "Is this country home to the Amazon rainforest?", "attribute": "famousFor", "value": "amazon", "weight": 0.97 }, | |
| { "question": "Is this country famous for the Eiffel Tower?", "attribute": "famousFor", "value": "eiffel tower", "weight": 0.99 }, | |
| { "question": "Is this country famous for the Colosseum in Rome?", "attribute": "famousFor", "value": "colosseum", "weight": 0.99 }, | |
| { "question": "Is this country famous for the Taj Mahal?", "attribute": "famousFor", "value": "taj mahal", "weight": 0.99 }, | |
| { "question": "Is the Sagrada Família basilica in this country?", "attribute": "famousFor", "value": "sagrada familia", "weight": 0.99 }, | |
| { "question": "Is this country the historical birthplace of association football (soccer)?", "attribute": "famousFor", "value": "football origin", "weight": 0.99 }, | |
| { "question": "Is this country famous for tulips and windmills?", "attribute": "famousFor", "value": "tulips", "weight": 0.99 }, | |
| { "question": "Is this country famous for the Northern Lights (Aurora Borealis)?", "attribute": "famousFor", "value": "northern lights", "weight": 0.94 }, | |
| { "question": "Is Mount Everest located on this country's border?", "attribute": "famousFor", "value": "everest", "weight": 0.98 }, | |
| { "question": "Is this country famous for kangaroos and unique wildlife?", "attribute": "famousFor", "value": "wildlife", "weight": 0.97 }, | |
| { "question": "Is this country famous for samurai and geisha culture?", "attribute": "famousFor", "value": "samurai", "weight": 0.98 }, | |
| { "question": "Is this country the global home of K-pop (Korean pop music)?", "attribute": "famousFor", "value": "kpop", "weight": 0.99 }, | |
| { "question": "Is this country the home of Bollywood — the world's largest film industry by output?", "attribute": "famousFor", "value": "bollywood", "weight": 0.98 }, | |
| { "question": "Is this country the home of Hollywood?", "attribute": "famousFor", "value": "hollywood", "weight": 0.98 }, | |
| { "question": "Is this country world-famous for its chocolate and luxury watches?", "attribute": "famousFor", "value": "chocolate", "weight": 0.95 }, | |
| { "question": "Is this country famous for samba, carnival, and football?", "attribute": "famousFor", "value": "carnival", "weight": 0.98 }, | |
| { "question": "Is this country the birthplace of pizza and pasta?", "attribute": "famousFor", "value": "pizza", "weight": 0.98 }, | |
| { "question": "Is this country the largest country in the world by area?", "attribute": "famousFor", "value": "largest country", "weight": 0.99 }, | |
| { "question": "Does this country have Angel Falls — the world's highest waterfall?", "attribute": "famousFor", "value": "angel falls", "weight": 0.99 }, | |
| { "question": "Is this country famous for its nuclear weapons program?", "attribute": "famousFor", "value": "nuclear", "weight": 0.97 }, | |
| { "question": "Is this country ruled by Kim Jong-Un?", "attribute": "famousFor", "value": "kim jong un", "weight": 0.99 }, | |
| { "question": "Is this the country where apartheid (racial segregation system) existed until 1994?", "attribute": "famousFor", "value": "apartheid", "weight": 0.99 }, | |
| { "question": "Is Nelson Mandela from this country?", "attribute": "famousFor", "value": "mandela", "weight": 0.99 }, | |
| { "question": "Did this country host the 2022 FIFA World Cup — the first in the Arab world?", "attribute": "famousFor", "value": "world cup 2022", "weight": 0.99 }, | |
| { "question": "Is Machu Picchu — the ancient Inca citadel — in this country?", "attribute": "famousFor", "value": "machu picchu", "weight": 0.99 }, | |
| { "question": "Is the Angkor Wat temple complex located in this country?", "attribute": "famousFor", "value": "angkor wat", "weight": 0.99 }, | |
| { "question": "Is this the country where the Panama Canal is located?", "attribute": "famousFor", "value": "canal", "weight": 0.99 }, | |
| { "question": "Is this country famous for the 1994 genocide — one of the worst in history?", "attribute": "famousFor", "value": "genocide", "weight": 0.99 }, | |
| { "question": "Is this country home to the world's most visited museum (the Louvre)?", "attribute": "famousFor", "value": "louvre", "weight": 0.99 }, | |
| { "question": "Is this country famous for being the world's top wine producer?", "attribute": "famousFor", "value": "wine", "weight": 0.95 }, | |
| { "question": "Is this country famous for being the largest exporter of oil in the world?", "attribute": "famousFor", "value": "oil", "weight": 0.94 }, | |
| { "question": "Is this country famous for its safari and Big Five wildlife?", "attribute": "famousFor", "value": "safari", "weight": 0.93 }, | |
| { "question": "Is this country famous for tea — producing the most tea in the world?", "attribute": "famousFor", "value": "tea", "weight": 0.92 }, | |
| { "question": "Is this country the largest diamond producer in the world?", "attribute": "famousFor", "value": "diamonds", "weight": 0.94 }, | |
| { "question": "Is this country famous for inventing the telephone (Alexander Graham Bell's country)?", "attribute": "famousFor", "value": "telephone", "weight": 0.97 }, | |
| { "question": "Is this country famous for Havana cigars and rum?", "attribute": "famousFor", "value": "cigars", "weight": 0.98 }, | |
| { "question": "Is this country famous for flamenco dancing and bullfighting?", "attribute": "famousFor", "value": "flamenco", "weight": 0.98 }, | |
| { "question": "Is this country the home of tango — the passionate Latin dance?", "attribute": "famousFor", "value": "tango", "weight": 0.98 }, | |
| { "question": "Is this country famous for its sushi, ramen, and unique food culture?", "attribute": "famousFor", "value": "sushi", "weight": 0.98 }, | |
| { "question": "Is this country famous for its beer, Oktoberfest, and bratwurst?", "attribute": "famousFor", "value": "oktoberfest", "weight": 0.98 }, | |
| { "question": "Is this country famous for its maple syrup and geese?", "attribute": "famousFor", "value": "maple syrup", "weight": 0.98 }, | |
| { "question": "Is this country famous for the Parthenon and ancient Olympic Games?", "attribute": "famousFor", "value": "parthenon", "weight": 0.99 }, | |
| { "question": "Is this country home to the Vatican City (Holy See) within its borders?", "attribute": "famousFor", "value": "vatican", "weight": 0.99 }, | |
| { "question": "Is this country famous for inventing the World Wide Web (Tim Berners-Lee)?", "attribute": "famousFor", "value": "www", "weight": 0.98 }, | |
| { "question": "Is this country the home of IKEA — the world's largest furniture company?", "attribute": "famousFor", "value": "ikea", "weight": 0.99 }, | |
| { "question": "Is this country famous for Spotify and Minecraft (tech/gaming innovations)?", "attribute": "famousFor", "value": "spotify", "weight": 0.99 }, | |
| { "question": "Is this country famous for Volvo, ABBA, and being neutral in wars?", "attribute": "famousFor", "value": "abba", "weight": 0.99 }, | |
| { "question": "Is this country famous for Nokia — once the world's top mobile phone brand?", "attribute": "famousFor", "value": "nokia", "weight": 0.99 }, | |
| { "question": "Is this country famous for Rovio (Angry Birds) and Linux operating system?", "attribute": "famousFor", "value": "nokia", "weight": 0.99 }, | |
| { "question": "Is this country famous for the AK-47 rifle and Sputnik (first satellite)?", "attribute": "famousFor", "value": "space", "weight": 0.97 }, | |
| { "question": "Is this country famous for the Chernobyl nuclear disaster of 1986?", "attribute": "famousFor", "value": "chernobyl", "weight": 0.99 }, | |
| { "question": "Is this country famous for the Titanic ship being built here?", "attribute": "famousFor", "value": "titanic", "weight": 0.99 }, | |
| { "question": "Is this country home to the world's largest salt flat (Salar de Uyuni)?", "attribute": "famousFor", "value": "salt flat", "weight": 0.99 }, | |
| { "question": "Is this country famous for the ancient city of Petra carved into rose-red rock?", "attribute": "famousFor", "value": "petra", "weight": 0.99 }, | |
| { "question": "Is this country home to Burj Khalifa — the world's tallest building?", "attribute": "famousFor", "value": "burj khalifa", "weight": 0.99 }, | |
| { "question": "Is this country famous for being the world's biggest rice exporter?", "attribute": "exports", "value": "rice", "weight": 0.92 }, | |
| { "question": "Is this country the world's top coffee exporter?", "attribute": "exports", "value": "coffee", "weight": 0.93 }, | |
| { "question": "Is this country famous for being an important producer of saffron?", "attribute": "exports", "value": "saffron", "weight": 0.93 }, | |
| { "question": "Is gold or diamonds among the top exports of this country?", "attribute": "exports", "value": "gold", "weight": 0.88 }, | |
| { "question": "Is this country the world's largest producer of palm oil?", "attribute": "exports", "value": "palm oil", "weight": 0.96 }, | |
| { "question": "Is this country a major exporter of natural gas?", "attribute": "exports", "value": "natural gas", "weight": 0.88 }, | |
| { "question": "Does the flag have red, white, and blue stripes or elements?", "attribute": "flagColors", "value": "blue", "weight": 0.72 }, | |
| { "question": "Is the flag mainly red and white with no other colors?", "attribute": "flagColors", "value": "red", "weight": 0.80 }, | |
| { "question": "Does the flag contain green?", "attribute": "flagColors", "value": "green", "weight": 0.78 }, | |
| { "question": "Does the flag contain yellow or gold?", "attribute": "flagColors", "value": "yellow", "weight": 0.78 }, | |
| { "question": "Does the flag contain black?", "attribute": "flagColors", "value": "black", "weight": 0.82 }, | |
| { "question": "Does the flag have a star or crescent moon symbol on it?", "attribute": "famousFor", "value": "crescent flag", "weight": 0.88 }, | |
| { "question": "Does the flag contain a cross symbol?", "attribute": "famousFor", "value": "cross flag", "weight": 0.86 }, | |
| { "question": "Does the flag contain a dragon?", "attribute": "famousFor", "value": "dragon flag", "weight": 0.99 }, | |
| { "question": "Does the flag contain an eagle?", "attribute": "famousFor", "value": "eagle flag", "weight": 0.88 }, | |
| { "question": "Is this country home to a famous canal that connects two major seas or oceans?", "attribute": "famousFor", "value": "canal", "weight": 0.97 }, | |
| { "question": "Was this country the epicenter of a massive 2004 Indian Ocean tsunami?", "attribute": "famousFor", "value": "tsunami", "weight": 0.94 }, | |
| { "question": "Is this country famous for the Hiroshima and Nagasaki atomic bombings of 1945?", "attribute": "famousFor", "value": "hiroshima", "weight": 0.99 }, | |
| { "question": "Did this country experience a devastating earthquake and tsunami in 2011 (Fukushima nuclear disaster)?", "attribute": "famousFor", "value": "fukushima", "weight": 0.99 }, | |
| { "question": "Was this country the site of the 9/11 hijackers' origin (majority were from here)?", "attribute": "famousFor", "value": "911 connection", "weight": 0.99 }, | |
| { "question": "Is this country famous for the invention of democracy?", "attribute": "famousFor", "value": "democracy origin", "weight": 0.99 }, | |
| { "question": "Is this country famous for the Arab Spring revolution of 2010–2011?", "attribute": "famousFor", "value": "arab spring", "weight": 0.96 }, | |
| { "question": "Is this country under international sanctions due to its nuclear program?", "attribute": "famousFor", "value": "sanctions", "weight": 0.94 }, | |
| { "question": "Was this country the first to land a man on the Moon?", "attribute": "famousFor", "value": "moon landing", "weight": 0.99 }, | |
| { "question": "Is this country one of the five permanent members of the UN Security Council?", "attribute": "famousFor", "value": "un p5", "weight": 0.95 }, | |
| { "question": "Did this country invent the internet (ARPANET)?", "attribute": "famousFor", "value": "internet origin", "weight": 0.99 }, | |
| { "question": "Is this country home to the headquarters of the United Nations?", "attribute": "famousFor", "value": "un headquarters", "weight": 0.99 }, | |
| { "question": "Is this country famous for its Suez Canal?", "attribute": "famousFor", "value": "suez canal", "weight": 0.99 }, | |
| { "question": "Was this country once the world's largest empire in history?", "attribute": "famousFor", "value": "largest empire", "weight": 0.97 }, | |
| { "question": "Is this country famous for being completely flat — no mountains at all?", "attribute": "hasMountains", "value": false, "weight": 0.82 }, | |
| { "question": "Is this country known as the 'Land of the Rising Sun'?", "attribute": "famousFor", "value": "rising sun", "weight": 0.99 }, | |
| { "question": "Is this country known as the 'Land of Fire and Ice'?", "attribute": "famousFor", "value": "fire and ice", "weight": 0.99 }, | |
| { "question": "Is this country known as the 'Land of the Midnight Sun'?", "attribute": "famousFor", "value": "midnight sun", "weight": 0.93 }, | |
| { "question": "Is this country known as the 'Rainbow Nation'?", "attribute": "famousFor", "value": "rainbow nation", "weight": 0.99 }, | |
| { "question": "Is this country known as the 'Roof of the World'?", "attribute": "famousFor", "value": "roof of world", "weight": 0.98 }, | |
| { "question": "Is this country known as the 'Country of a Thousand Hills'?", "attribute": "famousFor", "value": "thousand hills", "weight": 0.99 }, | |
| { "question": "Is this country known as the 'Lion Heart of Africa'?", "attribute": "famousFor", "value": "lion", "weight": 0.88 }, | |
| { "question": "Is this country a world leader in internet speed and digital infrastructure?", "attribute": "famousFor", "value": "fastest internet", "weight": 0.95 }, | |
| { "question": "Is this country the world's largest producer of wheat?", "attribute": "exports", "value": "wheat", "weight": 0.90 }, | |
| { "question": "Is this country famous for the Silk Road historically passing through it?", "attribute": "famousFor", "value": "silk road", "weight": 0.90 }, | |
| { "question": "Is this country one of the most visited tourist destinations in the world (top 5)?", "attribute": "famousFor", "value": "tourism", "weight": 0.88 }, | |
| { "question": "Is this country famous for Muay Thai (kickboxing) as a national sport?", "attribute": "famousFor", "value": "muay thai", "weight": 0.99 }, | |
| { "question": "Is this country home to the world's largest Buddhist temple (Borobudur)?", "attribute": "famousFor", "value": "borobudur", "weight": 0.99 }, | |
| { "question": "Is this country the birthplace of the Buddha (Siddhartha Gautama)?", "attribute": "famousFor", "value": "buddha birthplace", "weight": 0.99 }, | |
| { "question": "Is this country where Bali (the famous holiday island) is located?", "attribute": "famousFor", "value": "bali", "weight": 0.99 }, | |
| { "question": "Is this country famous for producing over 70% of the world's cocoa (chocolate source)?", "attribute": "exports", "value": "cocoa", "weight": 0.94 }, | |
| { "question": "Is this country the world's largest archipelago nation (by number of islands)?", "attribute": "famousFor", "value": "largest archipelago", "weight": 0.98 }, | |
| { "question": "Is this country home to the Iguazu Falls — one of the world's great waterfalls?", "attribute": "famousFor", "value": "iguazu", "weight": 0.97 }, | |
| { "question": "Is this country home to the Galápagos Islands and Charles Darwin's evolution research?", "attribute": "famousFor", "value": "galapagos", "weight": 0.99 }, | |
| { "question": "Is this country famous for Pablo Escobar and cocaine (historically)?", "attribute": "famousFor", "value": "escobar", "weight": 0.98 }, | |
| { "question": "Is this country the home of Shakira and Gabriel García Márquez?", "attribute": "famousFor", "value": "shakira", "weight": 0.99 }, | |
| { "question": "Is this country home to the most biodiversity per square kilometer in the world?", "attribute": "famousFor", "value": "biodiversity", "weight": 0.94 }, | |
| { "question": "Is this country the origin of the tequila drink?", "attribute": "famousFor", "value": "tequila", "weight": 0.99 }, | |
| { "question": "Is this country famous for the Mayan and Aztec ancient civilizations?", "attribute": "famousFor", "value": "aztec", "weight": 0.95 }, | |
| { "question": "Is this country the home of the Inca civilization?", "attribute": "famousFor", "value": "inca", "weight": 0.97 }, | |
| { "question": "Is this country famous for its unique samba music and Amazon Carnival?", "attribute": "famousFor", "value": "samba", "weight": 0.97 }, | |
| { "question": "Is this country home to the world's highest navigable lake (Lake Titicaca)?", "attribute": "famousFor", "value": "lake titicaca", "weight": 0.97 }, | |
| { "question": "Is this country famous for having the world's longest coastline?", "attribute": "famousFor", "value": "longest coastline", "weight": 0.98 }, | |
| { "question": "Is this country famous for its maple leaf symbol on the national flag?", "attribute": "famousFor", "value": "maple leaf", "weight": 0.99 }, | |
| { "question": "Is this country famous for Niagara Falls?", "attribute": "famousFor", "value": "niagara", "weight": 0.97 }, | |
| { "question": "Is this country famous for the Statue of Liberty?", "attribute": "famousFor", "value": "statue of liberty", "weight": 0.99 }, | |
| { "question": "Is this country home to the world's largest river by volume (the Amazon)?", "attribute": "famousFor", "value": "amazon river", "weight": 0.98 }, | |
| { "question": "Is this country famous for 'poutine' (a cheese and gravy fry dish)?", "attribute": "famousFor", "value": "poutine", "weight": 0.99 }, | |
| { "question": "Is this country the origin of kiwi fruit and bungee jumping?", "attribute": "famousFor", "value": "bungee jumping", "weight": 0.99 }, | |
| { "question": "Is this country the filming location for The Lord of the Rings movies?", "attribute": "famousFor", "value": "lord of the rings", "weight": 0.99 }, | |
| { "question": "Is this country the origin of yoga and Ayurvedic medicine?", "attribute": "famousFor", "value": "yoga", "weight": 0.98 }, | |
| { "question": "Is this country home to the Sundarbans — the world's largest mangrove forest?", "attribute": "famousFor", "value": "sundarbans", "weight": 0.99 }, | |
| { "question": "Is this country the birthplace of the garment industry for global fast fashion?", "attribute": "exports", "value": "garments", "weight": 0.95 }, | |
| { "question": "Did this country win independence in 1971 after a liberation war?", "attribute": "famousFor", "value": "liberation war 1971", "weight": 0.99 }, | |
| { "question": "Is this country home to the world's largest river delta (the Ganges-Brahmaputra delta)?", "attribute": "famousFor", "value": "river delta", "weight": 0.99 }, | |
| { "question": "Is this country the first Muslim-majority country to have a female Prime Minister?", "attribute": "famousFor", "value": "first female pm", "weight": 0.99 }, | |
| { "question": "Is this country famous for the Student-led mass uprising of July 2024?", "attribute": "famousFor", "value": "student uprising 2024", "weight": 0.99 }, | |
| { "question": "Is this country famous for the Moscow Kremlin and Red Square?", "attribute": "famousFor", "value": "kremlin", "weight": 0.99 }, | |
| { "question": "Is this country the location of the Chernobyl Exclusion Zone (nuclear disaster 1986)?", "attribute": "famousFor", "value": "chernobyl", "weight": 0.99 }, | |
| { "question": "Is this country known as the 'City of Gold' or famous for its gold mines?", "attribute": "exports", "value": "gold", "weight": 0.87 }, | |
| { "question": "Is this country the origin of the Eurovision Song Contest (held there first)?", "attribute": "famousFor", "value": "eurovision origin", "weight": 0.97 }, | |
| { "question": "Is this country home to the world's oldest university — Al-Qarawiyyin (founded 859 CE)?", "attribute": "famousFor", "value": "oldest university", "weight": 0.99 }, | |
| { "question": "Did this country host Expo 2020 (World's Fair)?", "attribute": "famousFor", "value": "expo 2020", "weight": 0.98 }, | |
| { "question": "Is this country one of the founding members of the United Nations?", "attribute": "famousFor", "value": "un founder", "weight": 0.90 }, | |
| { "question": "Is this country famous for the Oktoberfest beer festival?", "attribute": "famousFor", "value": "oktoberfest", "weight": 0.99 }, | |
| { "question": "Is this country famous for producing the most movies per year (Nollywood)?", "attribute": "famousFor", "value": "nollywood", "weight": 0.99 }, | |
| { "question": "Is this country home to the world's largest democracy?", "attribute": "famousFor", "value": "largest democracy", "weight": 0.98 }, | |
| { "question": "Is this country famous for the ancient city of Pompeii (buried by a volcano)?", "attribute": "famousFor", "value": "pompeii", "weight": 0.99 }, | |
| { "question": "Is this country home to the city of Timbuktu — once a legendary center of Islamic learning?", "attribute": "famousFor", "value": "timbuktu", "weight": 0.99 }, | |
| { "question": "Is this country famous for being shaped like a boot?", "attribute": "famousFor", "value": "boot shape", "weight": 0.99 }, | |
| { "question": "Is this country home to the world's largest salt desert — Dasht-e Kavir?", "attribute": "famousFor", "value": "salt desert", "weight": 0.97 }, | |
| { "question": "Is this country famous for its Formula 1 Grand Prix (Monaco GP)?", "attribute": "famousFor", "value": "formula 1", "weight": 0.94 }, | |
| { "question": "Is this country home to Wimbledon — the world's most prestigious tennis tournament?", "attribute": "famousFor", "value": "wimbledon", "weight": 0.99 }, | |
| { "question": "Is this country the host of the Cannes Film Festival?", "attribute": "famousFor", "value": "cannes", "weight": 0.99 }, | |
| { "question": "Is this country home to CERN — where the Large Hadron Collider (LHC) is located?", "attribute": "famousFor", "value": "cern", "weight": 0.99 }, | |
| { "question": "Is this country home to the International Court of Justice in The Hague?", "attribute": "famousFor", "value": "icj hague", "weight": 0.98 }, | |
| { "question": "Is this country famous for Atatürk — the founder who modernized the nation in the 1920s?", "attribute": "famousFor", "value": "ataturk", "weight": 0.99 }, | |
| { "question": "Is this country famous for having the world's most expensive city to live in?", "attribute": "famousFor", "value": "expensive city", "weight": 0.93 }, | |
| { "question": "Is this country home to the world's largest gold-domed mosque?", "attribute": "famousFor", "value": "dome of the rock", "weight": 0.95 }, | |
| { "question": "Is this country the origin of the ice cream cone?", "attribute": "famousFor", "value": "ice cream", "weight": 0.93 }, | |
| { "question": "Is this country world-famous for Penguins living in the wild there?", "attribute": "famousFor", "value": "penguins", "weight": 0.95 }, | |
| { "question": "Did this country's flag inspire many other national flags around the world?", "attribute": "famousFor", "value": "flag inspiration", "weight": 0.92 }, | |
| { "question": "Is this country home to the most ancient inhabited city in the world (Damascus or Jericho)?", "attribute": "famousFor", "value": "oldest city", "weight": 0.96 }, | |
| { "question": "Is this country the location of the Dead Sea — the lowest point on Earth?", "attribute": "famousFor", "value": "dead sea", "weight": 0.97 }, | |
| { "question": "Is this country part of the Iberian Peninsula?", "attribute": "famousFor", "value": "iberian", "weight": 0.97 }, | |
| { "question": "Is this country home to the world's most northerly capital city?", "attribute": "famousFor", "value": "northernmost capital", "weight": 0.98 }, | |
| { "question": "Is this country the only nation with a non-rectangular flag?", "attribute": "famousFor", "value": "square flag", "weight": 0.99 }, | |
| { "question": "Is this country home to the Serengeti — world-famous for the Great Migration?", "attribute": "famousFor", "value": "serengeti", "weight": 0.99 }, | |
| { "question": "Is this country famous for the Nobel Peace Prize ceremony (not the Nobel Prize itself)?", "attribute": "famousFor", "value": "nobel ceremony", "weight": 0.99 }, | |
| { "question": "Is this country where the Eiffel Tower is?", "attribute": "capital", "value": "paris", "weight": 0.99 }, | |
| { "question": "Is the capital city of this country Tokyo?", "attribute": "capital", "value": "tokyo", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Beijing?", "attribute": "capital", "value": "beijing", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Moscow?", "attribute": "capital", "value": "moscow", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Washington D.C.?", "attribute": "capital", "value": "washington d.c.", "weight": 0.99 }, | |
| { "question": "Is the capital of this country London?", "attribute": "capital", "value": "london", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Dhaka?", "attribute": "capital", "value": "dhaka", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Cairo?", "attribute": "capital", "value": "cairo", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Kabul?", "attribute": "capital", "value": "kabul", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Riga?", "attribute": "capital", "value": "riga", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Valletta?", "attribute": "capital", "value": "valletta", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Manila?", "attribute": "capital", "value": "manila", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Copenhagen?", "attribute": "capital", "value": "copenhagen", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Tirana?", "attribute": "capital", "value": "tirana", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Nairobi?", "attribute": "capital", "value": "nairobi", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Pyongyang?", "attribute": "capital", "value": "pyongyang", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Riyadh?", "attribute": "capital", "value": "riyadh", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Tehran?", "attribute": "capital", "value": "tehran", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Bangkok?", "attribute": "capital", "value": "bangkok", "weight": 0.99 }, | |
| { "question": "Is the capital of this country Canberra?", "attribute": "capital", "value": "canberra", "weight": 0.99 }, | |
| { "question": "Is the national currency the Euro?", "attribute": "currency", "value": "euro", "weight": 0.88 }, | |
| { "question": "Is the national currency the US Dollar?", "attribute": "currency", "value": "dollar", "weight": 0.87 }, | |
| { "question": "Is the national currency the British Pound Sterling?", "attribute": "currency", "value": "pound", "weight": 0.90 }, | |
| { "question": "Is the national currency the Japanese Yen?", "attribute": "currency", "value": "yen", "weight": 0.99 }, | |
| { "question": "Is the national currency the Chinese Yuan (Renminbi)?", "attribute": "currency", "value": "yuan", "weight": 0.99 }, | |
| { "question": "Is the national currency the Indian Rupee?", "attribute": "currency", "value": "rupee", "weight": 0.96 }, | |
| { "question": "Is the national currency the Saudi Riyal?", "attribute": "currency", "value": "riyal", "weight": 0.96 }, | |
| { "question": "Is the national currency the Swiss Franc?", "attribute": "currency", "value": "franc", "weight": 0.96 }, | |
| { "question": "Is the national currency the Taka?", "attribute": "currency", "value": "taka", "weight": 0.99 }, | |
| { "question": "Is this country famous for the Rohingya refugee crisis?", "attribute": "famousFor", "value": "rohingya", "weight": 0.98 }, | |
| { "question": "Was this country the site of the 2011 Arab Spring revolution that started the Syrian Civil War?", "attribute": "famousFor", "value": "syrian war", "weight": 0.99 }, | |
| { "question": "Is this country famous for the Boko Haram terrorist group?", "attribute": "famousFor", "value": "boko haram", "weight": 0.98 }, | |
| { "question": "Was this country invaded by Russia in February 2022?", "attribute": "famousFor", "value": "russia invasion 2022", "weight": 0.99 }, | |
| { "question": "Is this country home to the Islamic State's original territory (ISIS)?", "attribute": "famousFor", "value": "isis", "weight": 0.97 }, | |
| { "question": "Is this country famous for the 2010 earthquake that killed over 200,000 people?", "attribute": "famousFor", "value": "earthquake 2010", "weight": 0.99 }, | |
| { "question": "Is this country famous for having the world's highest murder rate per capita?", "attribute": "famousFor", "value": "crime rate", "weight": 0.93 }, | |
| { "question": "Did this country recently (2023–2024) experience a military coup?", "attribute": "famousFor", "value": "military coup 2023", "weight": 0.94 }, | |
| { "question": "Is this country home to the world's most polluted river?", "attribute": "famousFor", "value": "polluted river", "weight": 0.94 }, | |
| { "question": "Is this country famous for the 1997 handover from Britain to China?", "attribute": "famousFor", "value": "handover 1997", "weight": 0.99 } | |
| ] | |
| } | |