Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Languages:
English
Size:
1K - 10K
Tags:
text-retrieval
File size: 258,929 Bytes
efe85d1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 | {"_id": "6915606477668963399", "text": "what do the 3 dots mean in math"}
{"_id": "-8366545547296627039", "text": "who wrote the song photograph by ringo starr"}
{"_id": "-5004457603684974952", "text": "who is playing the halftime show at super bowl 2016"}
{"_id": "7217222058435937287", "text": "where was the world economic forum held this year"}
{"_id": "-143054837169120955", "text": "where are the giant redwoods located in california"}
{"_id": "4892429640540595424", "text": "who has made the most premier league appearances"}
{"_id": "5533906981191706877", "text": "who was the first chief minister of west bengal"}
{"_id": "8823076125131408628", "text": "who sings got my mind set on you"}
{"_id": "9168660859139861094", "text": "two main types of research methods used in psychology"}
{"_id": "-7073063191952855764", "text": "who plays peter in what we do in the shadows"}
{"_id": "7901746249864619718", "text": "when does the 14th season of grey's anatomy come out"}
{"_id": "-896127746191949637", "text": "when was the first hunger games book published"}
{"_id": "4326992806019599297", "text": "what is the maximum data rate for the 802.11a standard select one"}
{"_id": "6144099837933283715", "text": "a good that can be used in place of another good"}
{"_id": "-4621948696356225060", "text": "where in the bible can i find the lord's prayer"}
{"_id": "-3010425579521817304", "text": "who does eric end up with in gossip girl"}
{"_id": "7264112453286983469", "text": "who plays unis in she's the man"}
{"_id": "-9169976182548289414", "text": "who is recognized as the founder of islam"}
{"_id": "-6696747560626271522", "text": "who plays emma in air bud world pup"}
{"_id": "5871681964137793716", "text": "how old was sasuke when his clan died"}
{"_id": "-2630525064809360052", "text": "who is the pastor of new birth missionary baptist church now"}
{"_id": "6434931911289860123", "text": "who is doing 2018 super bowl half time show"}
{"_id": "8869318258439148973", "text": "who is playing the halftime show for the superbowl"}
{"_id": "-8359866474144720253", "text": "who hosted they think it's all over"}
{"_id": "-1206653570097564556", "text": "where does the movie proof of life take place"}
{"_id": "6144521615402262404", "text": "where does us highway 1 start and end"}
{"_id": "-8631190913794477985", "text": "who scored the most points in a single game in the nba"}
{"_id": "199896377614951764", "text": "where is natural gas found in the us"}
{"_id": "700604097171850168", "text": "what was the tower of london originally used for"}
{"_id": "6745303307988470742", "text": "what type of fuel goes in a zippo"}
{"_id": "-2060506905455252030", "text": "first jnanpith award was an autor of which language"}
{"_id": "-8622455892578646005", "text": "how many wins does tiger woods have on the pga tour"}
{"_id": "-1650946015201779846", "text": "how many cracker barrels in the united states"}
{"_id": "5482012214308896475", "text": "how many countries does cadbury sell its products"}
{"_id": "-5737509619250561344", "text": "ethiopia flight 961 crashes in to the sea"}
{"_id": "-8773010039077552394", "text": "who scored the most points in their nba career"}
{"_id": "-3466298422174960041", "text": "who plays charles on have and have nots"}
{"_id": "1803248910342766083", "text": "who wrote the book my country my life"}
{"_id": "-1176280233636154422", "text": "when did the east india company take control of india"}
{"_id": "5911119091653953181", "text": "where does the water come from to fill lake eyre"}
{"_id": "5557104327881436095", "text": "who is the founder of google and when was it founded"}
{"_id": "-1333328812971005142", "text": "who did the dominican republic gain its independence from"}
{"_id": "1122605495295045742", "text": "how did early humans make use of stones during the prehistoric period"}
{"_id": "7402184777947527945", "text": "who wrote the text for jeanie with the light brown hair"}
{"_id": "1656745334095178455", "text": "the basic steps of rational decision making include defining goals and"}
{"_id": "250542332339248886", "text": "where does the bob and tom show broadcast from"}
{"_id": "7610758795954724809", "text": "star wars the clone wars season 3 episode 1"}
{"_id": "2997223939033016160", "text": "what part of brain is responsible for complex thinking"}
{"_id": "2680196226239522881", "text": "who won the champions league final in 2016"}
{"_id": "-1556250178028205681", "text": "where was the movie strangers prey at night filmed"}
{"_id": "-1649058525465685033", "text": "what order do the captain america movies go in"}
{"_id": "-4836766707879388867", "text": "when was i don't like mondays released"}
{"_id": "-1602885085222027775", "text": "what does the sun represent on the uruguay flag"}
{"_id": "3670182130561292638", "text": "who dies in season 2 of the originals"}
{"_id": "-8377790186896289772", "text": "when did beryl markham fly across the atlantic"}
{"_id": "7363398765815807969", "text": "who played john clark sr on nypd blue"}
{"_id": "-7183308086946106350", "text": "what does the pearl symbolize in the bible"}
{"_id": "6618861498865762011", "text": "when did the song here comes the boom come out"}
{"_id": "-8498615954207222098", "text": "does archie end up with betty or veronica in riverdale"}
{"_id": "2202689210581594515", "text": "who wrote most of the declaration of independance"}
{"_id": "8282063117132135457", "text": "who does brant daugherty play in pretty little liars"}
{"_id": "3312666837228082099", "text": "who played amy grant i i can only imagine"}
{"_id": "5886836307949537926", "text": "who played the villain in tiger zinda hai"}
{"_id": "5306741314520007646", "text": "when did under the cork tree come out"}
{"_id": "7732521529054562311", "text": "when did korea separate into north and south"}
{"_id": "2946148717870363954", "text": "who discovered the atom and in what year"}
{"_id": "6101158474661235823", "text": "creating appropriation bills falls under which power of congress"}
{"_id": "1802461501489784989", "text": "who sings the song let me love you"}
{"_id": "307455002465526783", "text": "how many seasons are there for lost girl"}
{"_id": "6125736193771176822", "text": "who is the leading african producer of wool"}
{"_id": "-5069924657217440985", "text": "where was the first nhl hockey game played"}
{"_id": "-222467023790836304", "text": "how many inches is the iphone 5s screen"}
{"_id": "1626619710468103467", "text": "where do the signals for apoptosis come from"}
{"_id": "3330471965726271015", "text": "who made delhi as capital for the first time"}
{"_id": "4344803622779505142", "text": "what was the first capital city of australia"}
{"_id": "-6651263409055988535", "text": "who won the womens 2017 ncaa basketball tournament"}
{"_id": "-6992125597790283273", "text": "when does canada switch to daylight savings time"}
{"_id": "-6395885127392955720", "text": "where does jack ryan live in patriot games"}
{"_id": "-7941948650465895222", "text": "who gave the famous objective co relative theory"}
{"_id": "-7597904008926513146", "text": "what happened to the actor who played frost on rizzoli and isles"}
{"_id": "9106027670550350214", "text": "which domain of life are humans members of"}
{"_id": "7808442793714993461", "text": "what was the alliance between great britian russia and france known as"}
{"_id": "-6924600758326460563", "text": "when was the death penalty reinstated in oregon"}
{"_id": "-7186555013910059700", "text": "chandra and bhaga river meets at the place"}
{"_id": "8299743299185740312", "text": "when was the national flag of india adopted"}
{"_id": "3475968917821630324", "text": "what was the most important new religious figure of the new kingdom of ancient egypt"}
{"_id": "5560309333336506479", "text": "who is often associated with printing the first book using moveable type in germany"}
{"_id": "-3338814091736968765", "text": "when does the sa node begin electrical signaling"}
{"_id": "-2382302837416986186", "text": "who are the artists in the traveling wilburys"}
{"_id": "6421988180326309644", "text": "who plays artemisia in 300 rise of an empire"}
{"_id": "-2240707199092999031", "text": "who is the most played artist on spotify"}
{"_id": "7084829719647229622", "text": "which term describes the replacement of damaged cells to mend a tissue"}
{"_id": "3718565919673293381", "text": "form from material that has accumulated on the earths surface"}
{"_id": "-3609099329397965026", "text": "when is the last time the new york giants won the super bowl"}
{"_id": "867176429412490099", "text": "nickname given to railroad executives due to shady practices of their businesses"}
{"_id": "390660943990140780", "text": "who is young george bailey in it's a wonderful life"}
{"_id": "-4173780285858774112", "text": "who won the battle of stirling bridge 1297"}
{"_id": "-7552533423337986410", "text": "who plays dylan in daddy's home 2"}
{"_id": "-4481086743458136206", "text": "where is the tablet of the ten commandments"}
{"_id": "3581703127157842174", "text": "when did the right to buy scheme start"}
{"_id": "-928229760699185795", "text": "what do mobile numbers start with in the uk"}
{"_id": "3022939638183417538", "text": "who has won the most f1 grand prix"}
{"_id": "6148488566924614969", "text": "who is the present rajya sabha speaker of india"}
{"_id": "2642993931001870696", "text": "who plays meredith quill in guardians of the galaxy 2"}
{"_id": "3105345941697760419", "text": "where is simple squamous epithelium found in the body"}
{"_id": "9027116721747088541", "text": "who is the guy on keeping up with the kardashians"}
{"_id": "-2321556715412254267", "text": "locations for the film an englishman who went up a hill"}
{"_id": "-547621155091166090", "text": "when did bihar bifurcate from bengal and some parts of chota nagpur merged into bengal"}
{"_id": "-458159261891926107", "text": "when was the last time mount ruapehu erupted"}
{"_id": "5874093358022821909", "text": "what proposition made the insurance commissioner an elected position"}
{"_id": "-3655952387338820756", "text": "who is the valley of the dolls based on"}
{"_id": "-4879672631592131847", "text": "who was the actor who played crocodile dundee"}
{"_id": "-8199145431277346508", "text": "where are trigger points located in the body"}
{"_id": "-6867022576468538792", "text": "who bowled the last over of the 2007 world twenty20 that india won"}
{"_id": "-2375464507115406450", "text": "who was the ottoman governor who led egypt in the years following the napoleonic wars"}
{"_id": "-3908725222525421557", "text": "what role does the president play in foreign affairs"}
{"_id": "8746948239641729533", "text": "who hit 6 sixes in an over in test cricket"}
{"_id": "6419419776853227880", "text": "how long has it been since eagles went to super bowl"}
{"_id": "4075061692712596480", "text": "who did the united states win its independence from"}
{"_id": "-9097447514182117784", "text": "who won season 8 of america's next top model"}
{"_id": "6750542872001190782", "text": "who was an early advocate for using scientific methods based on inductive reasoning"}
{"_id": "5341150184415317980", "text": "the first political society started under british rule in india was"}
{"_id": "1343126989041312010", "text": "what is an example of a tricyclic antidepressant"}
{"_id": "8830626978899302327", "text": "who will get ticket to finale in rising star 2"}
{"_id": "-7080588382173537347", "text": "when's the last time philly won the superbowl"}
{"_id": "-3933162766009466595", "text": "where does the term pop music come from"}
{"_id": "6788448050669967027", "text": "who became the king of ayodhya after ram"}
{"_id": "14177645587273144", "text": "when did equus first appear in fossil record"}
{"_id": "-8964430330382911432", "text": "where was percy jackson and the olympians filmed"}
{"_id": "-3563945110717053326", "text": "sending money home to the native country is an example of"}
{"_id": "27330048533872728", "text": "who was charlie writing to in perks of being a wallflower movie"}
{"_id": "-5519267321423308172", "text": "who won the men's single title of australia open on 1 february 2015"}
{"_id": "-6618900434743562612", "text": "who played mr. willoughby in sense and sensibility"}
{"_id": "4305916235259203400", "text": "when did the soviet union start and end"}
{"_id": "-353209775069332597", "text": "who is the character of santa claus based on"}
{"_id": "5173446072294307095", "text": "who wins the next iron chef super chefs"}
{"_id": "4291597321220803381", "text": "where are the hormones of the anterior pituitary created"}
{"_id": "5035306782925064813", "text": "where was one direction what makes you beautiful filmed"}
{"_id": "-5083423407995797659", "text": "when did they start vaccinating for whooping cough"}
{"_id": "-8458859943785727179", "text": "who created the pieta and also painted the ceiling of the sistine chapel"}
{"_id": "-2522076069840987893", "text": "who played cory's older brother on boy meets world"}
{"_id": "5848606121024203154", "text": "who sings i want to be a rockstar"}
{"_id": "-2021635769470517666", "text": "who did virginia cavaliers lose to in basketball this year"}
{"_id": "1869734979236490493", "text": "who was the king of england in 1756"}
{"_id": "-3513582807303361660", "text": "what was the full name of the titanic"}
{"_id": "-5429230098919137053", "text": "to whom do the powers not given to the federal government by the constitution go"}
{"_id": "8196940260721089488", "text": "which president of the united states was a boy scout"}
{"_id": "8553713904242169921", "text": "where does the last name orozco originate from"}
{"_id": "8624898251093284247", "text": "which river separates the bronx in new york city from manhattan island"}
{"_id": "-5061926765893337070", "text": "where does the red wolf live in the world"}
{"_id": "-6154199957062906148", "text": "who has played in the most premier league derbies"}
{"_id": "-549024810110919381", "text": "i like the way you move video cast"}
{"_id": "-7066978684275822190", "text": "what is the full scientific name for the e. coli bacteria"}
{"_id": "-7729388021714760854", "text": "when was the rock and roll hall of fame built in cleveland"}
{"_id": "6239964562422611533", "text": "who acts as the chairman of the election commission"}
{"_id": "-1367137361753059601", "text": "who played mrs warboys in one foot in the grave"}
{"_id": "1192279284143194020", "text": "where was the diary of a wimpy kid filmed"}
{"_id": "-3170493396531530980", "text": "who wrote the song always be humble and kind"}
{"_id": "-1285885938956879930", "text": "what is the time setting of game of thrones"}
{"_id": "-2281675922136458544", "text": "where does arsenic and old lace take place"}
{"_id": "-7653704780880979706", "text": "what is the second book in the alchemyst series"}
{"_id": "8350528572960416643", "text": "bowler to take hattrick in both inning in test match"}
{"_id": "6605227747829720945", "text": "what is the width of a cricket bat"}
{"_id": "-1373652773107850061", "text": "who played alex cross in along came a spider"}
{"_id": "6486446244503815045", "text": "who was the first signatory of the israeli declaration of independence"}
{"_id": "1023450971555923009", "text": "who came up with the first working periodic table"}
{"_id": "-3420681886890852721", "text": "when did cybermen first appear in doctor who"}
{"_id": "6931174159985320066", "text": "oklahoma's 10 geographic regions are defined by surface features called"}
{"_id": "-2589499784483960722", "text": "communities of similar organisms found in a particular environment are called"}
{"_id": "-6737486169677690795", "text": "who plays scrooge mcduck in the new ducktales"}
{"_id": "-204697481439605710", "text": "who wrote i'm in the mood for dancing"}
{"_id": "4433669964771756966", "text": "most passing yards in nfl history in a game"}
{"_id": "-3803697286581502044", "text": "how many world series wins does the dodgers have"}
{"_id": "1615626468308135253", "text": "what is one element a topographic map shows"}
{"_id": "-9011802698577995654", "text": "who played bat masterson in the movie tombstone"}
{"_id": "-3343520513831734535", "text": "who started the tradition of coloring easter eggs"}
{"_id": "4941105400369114094", "text": "why was hong kong important to the british empire"}
{"_id": "3116877022765338485", "text": "where does cleavage of the peptide bond by chymotrypsin occur"}
{"_id": "-1917333139201003378", "text": "who were the first non native settlers in the us"}
{"_id": "6608141013475408306", "text": "which is the world's largest company in terms of revenue"}
{"_id": "3786291662182153375", "text": "when did the crucifix become the symbol of christianity"}
{"_id": "6243386362552941358", "text": "where do the secretory cells of endocrine glands secrete their products"}
{"_id": "7439208340888264395", "text": "where did the cosbys live in new york"}
{"_id": "5101639460405472653", "text": "christmas though a christian holiday began as a celebration of"}
{"_id": "-8811644368342820787", "text": "where did the beer hall putsch take place"}
{"_id": "1725103917763203519", "text": "who said beware of the ides of march"}
{"_id": "2796506414835763335", "text": "who are the stars in dancing with the stars"}
{"_id": "1372720036015553168", "text": "who proclaimed 5th october as world’s teachers day"}
{"_id": "-6655692357261534837", "text": "when does season 6 of the next step start"}
{"_id": "2125482171201889012", "text": "what is the third season of total drama"}
{"_id": "7802793436715303717", "text": "how many times has south korea held the winter olympics"}
{"_id": "3368186292408394314", "text": "what was the biggest tank in world war 2"}
{"_id": "5209333152825126410", "text": "chris cornell she's going to change the world"}
{"_id": "-7292727871491736887", "text": "how tall is the tallest building in las vegas"}
{"_id": "2126076681176051358", "text": "abbreviated name of the highest peak in tasmania"}
{"_id": "4925057086725798331", "text": "who wrote yakkity yak don't talk back"}
{"_id": "-4283464153717448291", "text": "who played mrs. trumbull on i love lucy"}
{"_id": "-570971537972392072", "text": "where did the butchers in the slaughterhouse cases live"}
{"_id": "-6838591751616736870", "text": "yo la tengo theres a riot going on release date"}
{"_id": "-8581011797354123346", "text": "what is the order of the netflix marvel shows"}
{"_id": "-7098974543435369122", "text": "a type of basic rock popular in the 1980s"}
{"_id": "7493304116642628789", "text": "who represents the insured in the investigation of a claim"}
{"_id": "5482109430613356344", "text": "where did the rulers of the qing dynasty originate"}
{"_id": "6603574027721863645", "text": "what word is used to describe knowledge about the universe and method of obtaining that knowledge"}
{"_id": "-1932118074616697613", "text": "which state is located in the centre of india"}
{"_id": "-7475618662654372287", "text": "what is the name of the weapon the grim reaper carries"}
{"_id": "6969539427365218166", "text": "who was the top scorer in 2014 world cup"}
{"_id": "3370121445039290406", "text": "who plays captain phasma in star wars the force awakens"}
{"_id": "2032750066334794467", "text": "who won so you think you can dance season 13"}
{"_id": "-853451338783771197", "text": "who wrote when a man loves a woman"}
{"_id": "2747706330327946050", "text": "what's the difference between salisbury steak and hamburger steak"}
{"_id": "-5299749370232228058", "text": "what are the 3 layers of the meninges"}
{"_id": "7360950199336751900", "text": "who did puss in boots grew up with"}
{"_id": "-5331274654919260851", "text": "when was the first nuclear power plant opened"}
{"_id": "-1388143263608839064", "text": "where does the last name waters come from"}
{"_id": "8816667823188176068", "text": "what states do not allow daylight savings time"}
{"_id": "-4954940607558097452", "text": "when did where are you now come out"}
{"_id": "-8947071197382617621", "text": "when did dragon ball z air in australia"}
{"_id": "3616632103136384232", "text": "which type of hematoma is a result of torn bridging meningeal veins"}
{"_id": "-2337443782475108766", "text": "who sang i want to be bobbys girl"}
{"_id": "8730028009751947933", "text": "where are the cones in the eye located"}
{"_id": "-918571312056093750", "text": "where does puerto rico's power come from"}
{"_id": "4359809240674669371", "text": "who is the founder of el pollo loco"}
{"_id": "-4199405438415986663", "text": "when does the second half of vikings season 5 air"}
{"_id": "-8288621808951627468", "text": "where do pineapples come from in the world"}
{"_id": "1653574612763270615", "text": "where is thank you for your service based"}
{"_id": "-2709461925297014430", "text": "new movie of ajay devgan and sonakshi sinha"}
{"_id": "-342939340847959246", "text": "who plays cesar in the show on my block"}
{"_id": "3330795627417233017", "text": "what was the ancient chinese umbrella used for"}
{"_id": "7208860824429373554", "text": "when was the statue of liberty in france built"}
{"_id": "-8247901781841476685", "text": "how many times have the winter olympics been in the usa since 1924"}
{"_id": "-1370486447842329054", "text": "who sings i'll sleep when i'm dead"}
{"_id": "-6649599371685719288", "text": "what level is a city and guilds qualification"}
{"_id": "-8306492276515645379", "text": "who owns the crown plaza hotel in chicago illinois"}
{"_id": "6680511654068483210", "text": "what is the setting of a dolls house"}
{"_id": "-1145193137828819774", "text": "who plays the grandmother in game of thrones"}
{"_id": "-7370925457649269027", "text": "who played the king in the ten commandments"}
{"_id": "8994603957493774314", "text": "who is the original singer of i write sins not tragedies"}
{"_id": "6984338270146750184", "text": "where is the new stadium being built in las vegas"}
{"_id": "-2609190921911067088", "text": "name of black man in to kill a mockingbird"}
{"_id": "2921083046057632317", "text": "name the tissue type of the inner most layer of cells"}
{"_id": "-5195548509103840694", "text": "what is one of the main goal of the democratic party"}
{"_id": "5056179978721479746", "text": "who played chaka on land of the lost tv show"}
{"_id": "7596628080391120719", "text": "where was it happened at the world fair filmed"}
{"_id": "3719599053492593639", "text": "which level of weight bearing often comes with a set number of pounds"}
{"_id": "8164301669866012157", "text": "what river flows through charleston west virginia’s capital"}
{"_id": "6013074568970466569", "text": "where did chocolate originate the americas spain asia"}
{"_id": "7539197459439257235", "text": "who sings so come and dance with me jai ho"}
{"_id": "-6621623690879619950", "text": "the elements in each period have the same number of"}
{"_id": "3569078627711489092", "text": "who plays faith on when calls the heart"}
{"_id": "2510596460041981320", "text": "who has most followers on instagram in world"}
{"_id": "8281535833205122078", "text": "of which country is sofia the capital city"}
{"_id": "6905429788146618812", "text": "who played hyde in league of extraordinary gentlemen"}
{"_id": "-4253887715222554102", "text": "when does the heart develop and begin pumping blood"}
{"_id": "-8233386764121986360", "text": "where is dancing on ice filmed this year"}
{"_id": "7131905053479064171", "text": "how much is a 72 oz steak at the big texan"}
{"_id": "-8052136860650205450", "text": "who wrote the song rainy days and mondays"}
{"_id": "-6482049414864375394", "text": "when did korn's follow the leader come out"}
{"_id": "-3030490046978386461", "text": "who played sam in clarissa explains it all"}
{"_id": "4728901131999035522", "text": "when did new york stop using the electric chair"}
{"_id": "-3654809363614635590", "text": "who played tibbs on in the heat of the night"}
{"_id": "1184676958861396405", "text": "where did they film the book of eli"}
{"_id": "-4164362734902084409", "text": "who did michael showers play on vampire diaries"}
{"_id": "-6223025678147948803", "text": "where are the san juan mountains in new mexico"}
{"_id": "7078825330678600085", "text": "was star wars a book or a movie first"}
{"_id": "2722525402856944570", "text": "what was the religion in the virginia colony"}
{"_id": "-3156792715420337745", "text": "who is the longest serving manager in manchester united history"}
{"_id": "-661811113165737517", "text": "when does walking dead season 8 second half start"}
{"_id": "8069630978188313402", "text": "where did the ancestors of the domestic goat originate"}
{"_id": "-7056118700490851801", "text": "when does the implantation of the embryo occur"}
{"_id": "7379028789324215181", "text": "where is the world cup being held 2018"}
{"_id": "-3895567339690724091", "text": "rizal finished all the chapters of the novel noli me tangere in"}
{"_id": "-2471128667829068882", "text": "how many dominoes do you need for mexican train"}
{"_id": "-8587350848837910884", "text": "who declared war on the united states four days after pearl harbor"}
{"_id": "7416298161166363032", "text": "when did red bull come to the united states"}
{"_id": "-845091588828084337", "text": "when was the last time the crows were in the grand final"}
{"_id": "7753793359500605772", "text": "what is the scientific name for the calf muscle"}
{"_id": "-557956134937901493", "text": "who made the song we are the world"}
{"_id": "1047676042908301747", "text": "when did the movie napoleon dynamite come out"}
{"_id": "5002752557988867261", "text": "who dies in akame ga kill night raid"}
{"_id": "4963150476526458181", "text": "when was the biltmore house opened to the public"}
{"_id": "-4726363016166772094", "text": "when was the last time the dodgers played yankees in the world series"}
{"_id": "-6600651124515937323", "text": "where will be the next olympics be held"}
{"_id": "1555896205825422569", "text": "who is tinker air force base named after"}
{"_id": "4374998409515696936", "text": "who does the voice of cruz on cars 3"}
{"_id": "7104554727863075462", "text": "who's the original singer of help me make it through the night"}
{"_id": "-6306988093164932974", "text": "where does the movie mothers day take place"}
{"_id": "-971333942462495445", "text": "what is the big gold dome in jerusalem"}
{"_id": "-752729428506071643", "text": "when did russia join the world economic forum"}
{"_id": "6403691727808631943", "text": "where is wind power used most in the united states"}
{"_id": "4258621144767286597", "text": "who sang once upon a dream at the end of maleficent"}
{"_id": "3413977600585971868", "text": "who played john connor in the original terminator"}
{"_id": "6391410727834544867", "text": "the octet rule states that in chemical compounds atoms tend to have the electron configuration of a"}
{"_id": "4042125617485022148", "text": "who was the walker rick killed in the first episode"}
{"_id": "-6171145136739461013", "text": "who sings the rap in baby by justin bieber"}
{"_id": "-8209058272420680202", "text": "who plays the beast on the new beauty and the beast"}
{"_id": "1724755303330589440", "text": "jawaharlal nehru centre for advanced scientific research jakkur campus"}
{"_id": "-5615102655028966607", "text": "two atoms of the same element that are covalently bonded"}
{"_id": "-8411218336314702052", "text": "where is arachidonic acid found in the body"}
{"_id": "-7235273497959781617", "text": "who appoints the chair of the federal reserve system"}
{"_id": "-2288554954984872130", "text": "who are the australia's got talent judges"}
{"_id": "-6778756826280337917", "text": "why wasnt agent matthews in miss congeniality 2"}
{"_id": "-5720002001068693478", "text": "when are general elections held in the us"}
{"_id": "-5907316762189930025", "text": "who played in the stanley cup finals last year"}
{"_id": "-4219221292631893667", "text": "who played the virgin in conan the destroyer"}
{"_id": "-8639267911911555174", "text": "who won the food network star in 2016"}
{"_id": "8202542199325451106", "text": "when did sweet caroline start at red sox games"}
{"_id": "1645929395978122645", "text": "criminal minds what episode does jj find out she pregnant"}
{"_id": "5824943379198725973", "text": "who has the most 70 point games in nba history"}
{"_id": "4209478290770938677", "text": "what is the meaning of the name habib"}
{"_id": "-7256500086799415081", "text": "who carried florida by 537 votes in 2000"}
{"_id": "6196787583204823979", "text": "when did ohio state join the big 10"}
{"_id": "7639529212077881462", "text": "where was the movie silver linings playbook filmed"}
{"_id": "1080890781259710062", "text": "who plays the dragon queen from game of thrones"}
{"_id": "8900387163847503723", "text": "who played mr. kincaid on the partridge family"}
{"_id": "1308354162543821630", "text": "where did the british empire control an entire continent"}
{"_id": "-6149590387787276773", "text": "distinctive characteristics of animals classified as vertebrates include"}
{"_id": "8726534937707270459", "text": "when was beowulf most likely composed when did it's events probably take place"}
{"_id": "-5991572213073579162", "text": "what are the three fifty shades of grey books"}
{"_id": "-7892904540301629325", "text": "who wrote the song going to kansas city"}
{"_id": "-7779530728701828621", "text": "where did they film the game of thrones"}
{"_id": "3982411297731961591", "text": "how many pennsylvania house of representatives are there"}
{"_id": "-4729457651775230037", "text": "who designed the first toy released by nintendo"}
{"_id": "3228081808286540919", "text": "who does the civil rights act of 1964 protect"}
{"_id": "-5052975019646502623", "text": "when did the nfl start playing in london"}
{"_id": "7916191162136893139", "text": "when did end of the road come out"}
{"_id": "6923829516218336253", "text": "who are the judges on do you think you can dance"}
{"_id": "2634482286557850231", "text": "who sang the songs on walk the line"}
{"_id": "-950492354533820780", "text": "who was the great wall of china built to defend against"}
{"_id": "5467017721645268678", "text": "who played the beast in the movie beauty and the beast"}
{"_id": "-8227939188793834871", "text": "what features of muscle contraction can be determined from an emg (electromyogram)"}
{"_id": "-199874749415494596", "text": "what is the meaning of the word autumn"}
{"_id": "3688138757377907769", "text": "when did day light savings start in the us"}
{"_id": "-465252198487955246", "text": "who played nicky on the drew carey show"}
{"_id": "1201307645900712502", "text": "what is don quixote's horse's name"}
{"_id": "-1706439311294242589", "text": "what is the population of fayetteville north carolina"}
{"_id": "-1549200488167199309", "text": "who plays the dad in pretty in pink"}
{"_id": "1996518896730146836", "text": "who won an oscar for schindler's list"}
{"_id": "5900080311660440587", "text": "what is the purpose of the bromophenol blue dye in the samples"}
{"_id": "-8384749502417019982", "text": "what is mercy mercy me by marvin gaye about"}
{"_id": "-5345341689626036799", "text": "when was the mission san antonio de valero built"}
{"_id": "334627437220863517", "text": "when did the first battle of ypres end"}
{"_id": "8044037393139044764", "text": "who had the best strike rate among batsmen who scored over 200 runs in the world cup"}
{"_id": "-2320360237218325930", "text": "when was the cat and mouse act introduced"}
{"_id": "-6446716584766134959", "text": "when does season 18 of law and order svu start"}
{"_id": "7074317315274630741", "text": "when did lord howe island became a world heritage site"}
{"_id": "2393689391949146066", "text": "where did they live in sex and the city"}
{"_id": "-7601383035474456779", "text": "when's the last time scotland won the calcutta cup"}
{"_id": "-4555137478319766304", "text": "when does the new saw 8 come out"}
{"_id": "-3723267971053890933", "text": "who won the 2017 women's wimbledon final"}
{"_id": "6276969298797177537", "text": "what is the main objective of criminal law"}
{"_id": "-7812477442387862913", "text": "who appoints the members of the board of governors of the federal reserve"}
{"_id": "1460738236019346895", "text": "the most common form of megalithic architecture in europe is"}
{"_id": "-4548575647598061842", "text": "where is hallmark channel home and family filmed"}
{"_id": "3930465856394314220", "text": "number of degree of freedom for plane mechanism"}
{"_id": "-6612294468579893046", "text": "who plays dusty in the movie pure country"}
{"_id": "-7121343730302515106", "text": "when did the passion of the christ come out"}
{"_id": "5277662244732096245", "text": "how many nfl teams has st louis had"}
{"_id": "9134704289334516617", "text": "who missed the plane the day the music died"}
{"_id": "1996292107460275608", "text": "where was the movie a walk among the tombstones filmed"}
{"_id": "-3942994642099504699", "text": "who gave a speech to the democratic national convention in 1984"}
{"_id": "6379798071561314250", "text": "who won women's singles us open 2017"}
{"_id": "-519208105586656163", "text": "what nfl team has the most expensive super bowl ring"}
{"_id": "-3199049010322899939", "text": "who is the owner of phoenix mall in chennai"}
{"_id": "-5377756596392157915", "text": "a request to the supreme court that it review a case that was already decided is made via a(n)"}
{"_id": "6475776155210751728", "text": "when did the usa join world war one"}
{"_id": "-6845844301841054575", "text": "where does the red badge of courage take place"}
{"_id": "-3201738781499395165", "text": "who sings don't take your guns to town"}
{"_id": "3526073400166880544", "text": "who designed the traffic circle in long beach ca"}
{"_id": "-2306775016318180243", "text": "who is the young man in hawthorne's my kinsman major molineux"}
{"_id": "-1591814844395063631", "text": "what theater number was the aurora shooting in"}
{"_id": "4888675058725200592", "text": "who played ben stone son on law and order"}
{"_id": "-8594286946490162993", "text": "who sang the them song for as told by ginger"}
{"_id": "-1329195140453226437", "text": "where is dia de los muertos celebrated in mexico"}
{"_id": "-2538897953919294229", "text": "how many farmers are there in the usa"}
{"_id": "-3259277719781782681", "text": "who wrote the country song i can only imagine"}
{"_id": "5591916631811807548", "text": "when did university stop being free in australia"}
{"_id": "8798495197440000280", "text": "the first line of http request message is called ____"}
{"_id": "1669394955232263644", "text": "when did the battle of badr take place"}
{"_id": "8465910008232173422", "text": "who is the supreme justice of the supreme court"}
{"_id": "-1259577751352734948", "text": "who wrote i want to dance with somebody by whitney houston"}
{"_id": "-6339722844243759601", "text": "the fellowship of the ring director's cut length"}
{"_id": "-3537666304259521083", "text": "what song is played while raising the american flag"}
{"_id": "2963242422999718442", "text": "during which season does cape town receive rainfall"}
{"_id": "-8020717853576333901", "text": "when did the dust bowl end in oklahoma"}
{"_id": "-3339006116507262453", "text": "who sang i ran all the way home"}
{"_id": "3085261203124604454", "text": "what is the population of keystone heights florida"}
{"_id": "-5147972604762913542", "text": "when does the new season of are you the one come on"}
{"_id": "4073418639113603971", "text": "who sang i dig rock and roll music"}
{"_id": "-7989290674360952350", "text": "what is the meaning of cc and bcc"}
{"_id": "3850794377286458896", "text": "the victim was asking for it is an example of a"}
{"_id": "-2380769225463379264", "text": "what is the name of a camel with 2 humps"}
{"_id": "6347689646333822132", "text": "when was the last time the dodgers went to the world seris"}
{"_id": "-7146348936280379162", "text": "who received the most (but not a majority of) electoral votes in 1824"}
{"_id": "4674269357266381610", "text": "who plays the walking boss in cool hand luke"}
{"_id": "9121298984870342561", "text": "what is the third book in the lunar chronicles"}
{"_id": "-8796908941087141957", "text": "how many seasons of rules of engagement is there"}
{"_id": "-7306805811512692008", "text": "where does the red river start and end in louisiana"}
{"_id": "-6311914778265000994", "text": "where can i get a state issued id"}
{"_id": "-73415620755084037", "text": "who is the ceo of what's up"}
{"_id": "3521334647073967978", "text": "where does cerebrospinal fluid flow to when it exits the cerebral aqueduct"}
{"_id": "1547647803339899015", "text": "who translated the play neel darpan into english"}
{"_id": "6299363353334329511", "text": "under the federal unemployment tax act which party pays unemployment taxes"}
{"_id": "8324017764283655875", "text": "what is the oldest street in the philippines"}
{"_id": "2235427730835430905", "text": "the first vice president of india who become the president letter was"}
{"_id": "5971688090041626059", "text": "the gulf stream the world's fastest ocean current flows along the western side of this water body"}
{"_id": "7557481531404504255", "text": "in florida it is illegal to sell alcohol before 1 pm on any sunday. this is an example of"}
{"_id": "-3675528750752507226", "text": "who is the most selling music artist of all time"}
{"_id": "1989362478462908054", "text": "when did the united states host the world cup"}
{"_id": "-2034478087738208526", "text": "who played mike stivic on all in the family"}
{"_id": "1947255455163337403", "text": "the secret of crickley hall how many episodes"}
{"_id": "2532633865902253646", "text": "who sang what i like about you originally"}
{"_id": "-1861449238368733677", "text": "when did the ship hector arrived in pictou"}
{"_id": "2054943489051481217", "text": "who sang on the back in black album"}
{"_id": "8461170366805033530", "text": "who played gareth in four weddings and a funeral"}
{"_id": "3337988921767646557", "text": "who is the actor that plays saul on grace and frankie"}
{"_id": "24224390922062302", "text": "who sang the song oh what a lonely boy"}
{"_id": "-964116613551607138", "text": "who won the 2017 ncaa mens basketball tournament"}
{"_id": "-1556496308100360961", "text": "when was christmas first celebrated as a holiday"}
{"_id": "-5653778591571381839", "text": "how many plane surfaces does a cylinder have"}
{"_id": "6657198138282369001", "text": "in which city are the wimbledon game held"}
{"_id": "-6158470117924840303", "text": "who played the first phantom of the opera"}
{"_id": "9084604251611519852", "text": "why does cooling water run through the condenser"}
{"_id": "-425069841045538818", "text": "when does a cell have condensed visible chromosomes also known as sister chromatids"}
{"_id": "2254570797818322097", "text": "who played bat masterson in the tv series"}
{"_id": "-8783475975493330228", "text": "when did michael jordan get his last ring"}
{"_id": "1580074889084438776", "text": "who played caesar in planet of the apes war"}
{"_id": "-7524627393810362735", "text": "when did men's curling start in the olympics"}
{"_id": "-8982983311407124347", "text": "which hormone is released from the ruptured follicle or corpus luteum"}
{"_id": "1394150130811817855", "text": "most passing yards by nfl qb in a game"}
{"_id": "-2522824207600850206", "text": "what was hawaii's primary export to the united states"}
{"_id": "-415013974682969631", "text": "what is katie running from in safe haven"}
{"_id": "7821914058328978278", "text": "who sings i will go down with this ship"}
{"_id": "-7597333071901977632", "text": "where does the last name hidalgo come from"}
{"_id": "-3395327864419725898", "text": "jonny cash one piece at a time car"}
{"_id": "-7441083894056118490", "text": "when was the canadian pacific railway started and finished"}
{"_id": "-7366805671983604343", "text": "who built pedestrian bridge at florida international university"}
{"_id": "1281705529368409187", "text": "band who had a hit with heart and soul crossword"}
{"_id": "8821201389642645126", "text": "the german princes who chose the holy roman empire were called"}
{"_id": "7324393995968514241", "text": "where does the name de la rosa come from"}
{"_id": "1389300307230755697", "text": "who sang i knew the bride when she used to rock and roll"}
{"_id": "-1989085239392486277", "text": "when did the first ninja turtles come out"}
{"_id": "-54130238553389967", "text": "what type of tale is the pardoner's tale"}
{"_id": "-2452563949551576138", "text": "most home runs by 2 teammates in a season"}
{"_id": "-1221510361770214831", "text": "actor who plays dr avery on grey's anatomy"}
{"_id": "-4944968641603604544", "text": "who played buffy the vampire slayer in the movie"}
{"_id": "-4639303836852821525", "text": "who won season 2 of great british baking show"}
{"_id": "8981165334578345072", "text": "how long did the menendez brothers get in prison for killing their parents"}
{"_id": "7798941921420035933", "text": "who does marge's voice on the simpsons"}
{"_id": "3661671296233148968", "text": "what is the general structure of an url"}
{"_id": "2191432481376971337", "text": "who owned the colts when they left baltimore"}
{"_id": "2024305852899809276", "text": "who wrote the phantom of the opera music"}
{"_id": "3921893340037155734", "text": "when did the first movie of harry potter come out"}
{"_id": "-6651255565624706987", "text": "where do secondary xylem and phloem cells arise from"}
{"_id": "-7608917750967276627", "text": "where was the first sonic drive in located"}
{"_id": "685453702780612057", "text": "who voices hiccup in how to train your dragon 2"}
{"_id": "-4450680238419666813", "text": "where is the battle of britain flight based"}
{"_id": "-3645082395283907461", "text": "when is i can only imagine coming out"}
{"_id": "-3916630270525551248", "text": "who sings the song rock you like a hurricane"}
{"_id": "4220294884897994209", "text": "which is the tallest building in the world 2018"}
{"_id": "6497460116946232542", "text": "the plane of earth's orbit is called the"}
{"_id": "-4834721811831894172", "text": "when is the strictly come dancing results show recorded"}
{"_id": "-8358994218007709832", "text": "who sang the song brother let me be your shelter"}
{"_id": "4039734799851085534", "text": "what percent of the us population controls the wealth"}
{"_id": "7527598871943656886", "text": "what languages are spoken in india the most"}
{"_id": "-3093951657047573607", "text": "where does iron ore come from in australia"}
{"_id": "-2136443645297570089", "text": "when was i can only imagine the song released"}
{"_id": "-8224433084297586629", "text": "when did gaurdians of the galaxy 2 come out"}
{"_id": "7768961778329601486", "text": "hart of dixie season 4 how many episodes"}
{"_id": "4488025751743216094", "text": "who wrote old flames cant hold a candle to you"}
{"_id": "9149664009407733120", "text": "who plays the robot maid in richie rich"}
{"_id": "175824256524792922", "text": "who plays harry's mom in harry potter"}
{"_id": "-8223571798173928629", "text": "who sang you'll be a woman soon in pulp fiction"}
{"_id": "-8095180930653230478", "text": "where does a roadrunner live in the desert"}
{"_id": "-5489426796364143729", "text": "who was the first president of the constituent assembly"}
{"_id": "907238223200158003", "text": "when did first fast and furious come out"}
{"_id": "3492797766982308854", "text": "when do mr schuester and emma get together"}
{"_id": "-1633243742828179624", "text": "who scored fastest 10000 runs in test cricket"}
{"_id": "3066393401707107613", "text": "where was the u.s.s maine when it exploded in 1898"}
{"_id": "6972056626325669866", "text": "in the honour of which god is anant chaturdashi celebrated"}
{"_id": "3239205946903665891", "text": "what was the book wealth of nations about"}
{"_id": "-4659426898177460954", "text": "when will the flash season 4 be released"}
{"_id": "-1204722541964024977", "text": "what is australia's location in the world and region"}
{"_id": "-6291722830448463311", "text": "who does luke skywalker fall in love with"}
{"_id": "-5631283176059213935", "text": "who was the original host of jokers wild"}
{"_id": "-718217992489656032", "text": "five tools of security management to overcome computer crime"}
{"_id": "5584540254904933863", "text": "who sang what are we doing in love"}
{"_id": "97369777493072047", "text": "at what age are you no longer a toddler"}
{"_id": "3537093784371401720", "text": "how many episodes are there in ordeal by innocence"}
{"_id": "-2126094349681352450", "text": "who played the hobbits in the lord of the rings"}
{"_id": "-6982991192528081677", "text": "what does fancy dress mean in the uk"}
{"_id": "-6751220433242447969", "text": "how many seasons of the bastard executioner are there"}
{"_id": "-7607921794902030568", "text": "why did jean valjean take care of cosette"}
{"_id": "-5341729935918652247", "text": "who does the democratic republic of congo trade with"}
{"_id": "5518515944351776633", "text": "what was the purpose of the bantu education act"}
{"_id": "-6527462410412242988", "text": "what is the snow on mars made of"}
{"_id": "-2155345050664800035", "text": "when does elena turn into a vampire in the tv series"}
{"_id": "5491319565508469860", "text": "who gets first pick of fa cup games"}
{"_id": "-8025421046364238920", "text": "who sings the theme song for living single"}
{"_id": "-2347826883564742884", "text": "who said life is like a bowl of cherries"}
{"_id": "2467509477831469982", "text": "where is fort myers located at in florida"}
{"_id": "4440911260005876349", "text": "state the position of india in terms of population size"}
{"_id": "3172949410241605868", "text": "who became a leader of the indian national congress"}
{"_id": "6860341019198485637", "text": "who cracked the enigma code in world war 2"}
{"_id": "7990281571644070368", "text": "what is the job of the whip in congress"}
{"_id": "-3089533754017582743", "text": "when was the last time unc did not make the ncaa tournament"}
{"_id": "-3530165048900528552", "text": "which foreign currency option is the right but not the obligation to buy foreign currency"}
{"_id": "2795932191977151266", "text": "how many house of representative do we have in nigeria"}
{"_id": "-6101054679785992133", "text": "who sings blame it on the bossa nova"}
{"_id": "1882117704293632224", "text": "who is the supreme court judge was a former chief justice of kerala high court"}
{"_id": "-6230694167244306035", "text": "how many times has the saints won the super bowl"}
{"_id": "4186485631454362041", "text": "when was the last time the los angeles lakers won a championship"}
{"_id": "6332740420650663139", "text": "how many gold medals did australia win in the 2000 olympics"}
{"_id": "-2418032234376469176", "text": "where is the eagle creek fire located in oregon"}
{"_id": "-2622854017829301835", "text": "different ways to spell corey for a boy"}
{"_id": "3480908309420822259", "text": "who sang the song should have been a cowboy"}
{"_id": "-4198273171611748168", "text": "how many counties does the state of georgia have"}
{"_id": "2077711785168359308", "text": "who sang picking up pebbles and throwing them into the sea"}
{"_id": "-8788207958970648395", "text": "what disney cartoon character's middle name is fauntleroy"}
{"_id": "-4323000711881657078", "text": "who played king theoden in lord of the rings"}
{"_id": "4747795168824294053", "text": "who played emma in h2o just add water"}
{"_id": "-1368633715963532113", "text": "where can carbon be found in the biosphere"}
{"_id": "-1173252802989599019", "text": "who is the winner of bigg boss kannada season"}
{"_id": "-8950878510839541193", "text": "where was the outlaw of josey wales filmed"}
{"_id": "-5745040113272333526", "text": "where does the saskatchewan river start and end"}
{"_id": "2370076891269438265", "text": "where are the spanish steps located in italy"}
{"_id": "-1701212376306091221", "text": "what does the m number mean on a pint glass"}
{"_id": "3631867991857999976", "text": "other than water what else has hydrogen bonds"}
{"_id": "-1665528830781573810", "text": "when boy meets girl waiting for a star to fall"}
{"_id": "4289442278067074619", "text": "trick taking card game name derived from spanish for man"}
{"_id": "-7311149600272472027", "text": "what percentage of the population is naturally blonde"}
{"_id": "-3653614166480549899", "text": "who sang first line of we are the world"}
{"_id": "-6284503594240226071", "text": "who formed and first came to the colony of maryland"}
{"_id": "6948592513354589991", "text": "who has played in the most masters tournaments"}
{"_id": "3311962143974666464", "text": "how much venom can a king cobra produce"}
{"_id": "4829683075369336935", "text": "last team to win fa cup outside top flight"}
{"_id": "947113025953164512", "text": "where did you go to drink during prohibition"}
{"_id": "2162587275527723755", "text": "where does the edinburgh fringe festival take place"}
{"_id": "1875157261182375834", "text": "who won the wwe championship elimination chamber 2018"}
{"_id": "8445703091969850957", "text": "who came up with the term baby boomer"}
{"_id": "-2961860751699827965", "text": "who was elected president of the united states in 1928"}
{"_id": "-3997272399784107764", "text": "dogs name in the grinch who stole christmas"}
{"_id": "119543419987074002", "text": "who played anne in anne with an e"}
{"_id": "-599106694350296477", "text": "theme of the song roar by katy perry"}
{"_id": "6341281025332348318", "text": "who picks the players in the nfl draft"}
{"_id": "1656636013570720778", "text": "who discovered gold in the sierra nevada of california"}
{"_id": "6797662554091549033", "text": "which mirror is used in vehicles for rear view"}
{"_id": "7788386234127027369", "text": "how many medals did austria win in the 2011 alpine skiing world championships"}
{"_id": "647605647914971565", "text": "who wrote lyrics for phantom of the opera"}
{"_id": "-7980433566693172177", "text": "what culture region is germany a part of"}
{"_id": "736489586755765404", "text": "who pays medical bills in great britain where does the money come from to pay these bills"}
{"_id": "4985796605690666040", "text": "do you have to have a gun permit to shoot at a range"}
{"_id": "6859619293717253541", "text": "how many episodes is season 4 of the flash"}
{"_id": "-1257072979323742586", "text": "where does the last name baca come from"}
{"_id": "1469385897647131068", "text": "where was the 2015 rugby union world cup held"}
{"_id": "6140600198399820010", "text": "where does porter fly out of in toronto"}
{"_id": "-3403542892395107762", "text": "how many votes to approve supreme court justice"}
{"_id": "-3290814144789249484", "text": "who got the first nobel prize in physics"}
{"_id": "8851020722386421469", "text": "when is the next deadpool movie being released"}
{"_id": "-8817510910624892182", "text": "which mode is used for short wave broadcast service"}
{"_id": "955374967862684316", "text": "the south west wind blows across nigeria between"}
{"_id": "-4340755100872459608", "text": "what does hp mean in war and order"}
{"_id": "-4752044886865067782", "text": "who wrote the first declaration of human rights"}
{"_id": "-3632974700795137148", "text": "who is the owner of reading football club"}
{"_id": "-6965315175406025099", "text": "when is the last time the philadelphia won the superbowl"}
{"_id": "8199559637713501129", "text": "swan lake the sleeping beauty and the nutcracker are three famous ballets by"}
{"_id": "-1640714294501064196", "text": "how many episodes are there in dragon ball z"}
{"_id": "-3672139806378353884", "text": "who designed the garden city of new earswick"}
{"_id": "6556718257422998662", "text": "what is the first step in the evolution of the eye"}
{"_id": "3062778689902618642", "text": "where is the tv show the curse of oak island filmed"}
{"_id": "2673329117028914160", "text": "where is gall bladder situated in human body"}
{"_id": "-2162391145049066060", "text": "who is the current director of the us mint"}
{"_id": "-7855437198803764135", "text": "what is the main mineral in lithium batteries"}
{"_id": "-3129873875789425845", "text": "right to property according to the constitution of india is a"}
{"_id": "-7709111104155953766", "text": "who is the president of usa right now"}
{"_id": "-523751984486228566", "text": "what part of the brain is in the middle cranial fossa"}
{"_id": "-1573340396671826912", "text": "where do the greasers live in the outsiders"}
{"_id": "-6560319052930436991", "text": "who died in the plane crash greys anatomy"}
{"_id": "1658149178541467525", "text": "where do they grow hops in the us"}
{"_id": "-8463303168185775472", "text": "what's the dog's name on tom and jerry"}
{"_id": "-461258131989129967", "text": "in which regions are most of africa petroleum and natural gas found"}
{"_id": "-4876736938910486341", "text": "in which sea pearl is found in india"}
{"_id": "-5190081813109108133", "text": "how many countries are a part of opec"}
{"_id": "-5202826780373179694", "text": "what type of car is a jeep considered"}
{"_id": "2620904320274887581", "text": "who did deion sanders go in the hall of fame as"}
{"_id": "-8650104853556692961", "text": "what is the name of manchester united stadium"}
{"_id": "1706317595158666491", "text": "who played the mother in the black stallion"}
{"_id": "-5670674709553776773", "text": "who sings the theme song for the proud family"}
{"_id": "3723628014502752965", "text": "who wrote cant get you out of my head lyrics"}
{"_id": "-4092499579855624350", "text": "who is rose in the fall season 2"}
{"_id": "-4825429046585874047", "text": "where does the story the great gatsby take place"}
{"_id": "2620720975912644835", "text": "who may be affected by monetary penalties imposed by the irs"}
{"_id": "-4316845615436935736", "text": "who turned out to be the mother on how i met your mother"}
{"_id": "4627523927977896713", "text": "what is the corporate tax rate in great britain"}
{"_id": "-1832461906521344120", "text": "what is the meaning of the name sinead"}
{"_id": "8174037572148648768", "text": "what network is showing the monday night football game"}
{"_id": "8358137531154800533", "text": "what is the form of mozart symphony no 40"}
{"_id": "595996307760943345", "text": "what was the city of beijing previously known as"}
{"_id": "7983190845818424390", "text": "who will take the throne after the queen dies"}
{"_id": "3349644992728619890", "text": "who is the girl in green day 21 guns"}
{"_id": "4590422471265833514", "text": "what are the zords in the power rangers movie"}
{"_id": "-3933902576274996149", "text": "who decides the number of judges in the high court"}
{"_id": "8697610951293426933", "text": "name the process of fusion of an egg with a sperm"}
{"_id": "3587867296617760276", "text": "the vascular layer of the eye is the"}
{"_id": "-8972183967530424533", "text": "the cuban revolt against spain was led by"}
{"_id": "8265744380270943125", "text": "when was the first documented case of tool mark identification"}
{"_id": "-1114133849011983215", "text": "who has won the mens singles title in the australian open tennis tournament"}
{"_id": "-232899194860976791", "text": "when did beds become popular in france and germany"}
{"_id": "9206636474403612005", "text": "who wrote the song the glory of love"}
{"_id": "-8290462455785623591", "text": "who wrote the book the origin of species"}
{"_id": "1728824774090737582", "text": "who sang rip it up and start again"}
{"_id": "-7897846385260632865", "text": "where are the winter olympics and when do they start"}
{"_id": "-7350738264545175214", "text": "when does the miz and maryse show start"}
{"_id": "7306427910586845578", "text": "where was the first season of slasher filmed"}
{"_id": "1404052427196543739", "text": "who said if a tree falls in the woods and nobody hears it"}
{"_id": "2112011235189339436", "text": "turkish finnish and hungarian belong to which family of languages"}
{"_id": "-2112691997365137136", "text": "what is the point of a menstrual cup"}
{"_id": "-3533480353388646236", "text": "a bond that the issuer has the right to pay off before its maturity date"}
{"_id": "-3307908231607643449", "text": "when did united states enter world war i"}
{"_id": "761079737280110147", "text": "who has given the theory of unbalanced economic growth"}
{"_id": "3630714342371225513", "text": "where did the term spirits for alcohol come from"}
{"_id": "-6591614197125818072", "text": "who led the soldiers in ending the raid on the harper's ferry arsenal"}
{"_id": "7680180825510539122", "text": "when did disney art of animation resort open"}
{"_id": "-7900537827363346667", "text": "where would a subcutaneous injection be made in the skin"}
{"_id": "5704535453361095916", "text": "where are most nutrients absorbed in the human digestive tract"}
{"_id": "3262882280361419647", "text": "when do primary ossification centers appear in an embryo"}
{"_id": "-5765931546365345480", "text": "where does kevins family go in home alone 2"}
{"_id": "5098377822521811712", "text": "when is season 2 of jessica jones being released"}
{"_id": "8066631268978073518", "text": "what are the top five wine producing states"}
{"_id": "-3088831012491766629", "text": "what is final season of game of thrones"}
{"_id": "8620612587997496991", "text": "vikram samvat calender is official in which country"}
{"_id": "-5930016277857501798", "text": "who wrote there's a guy works down the chip shop lyrics"}
{"_id": "4142183495658071394", "text": "an edge that is between a vertex and itself is a"}
{"_id": "5926634737519636306", "text": "when does the little couples new season start"}
{"_id": "1311019403755331535", "text": "how tall is the actor who plays hagrid in harry potter"}
{"_id": "9111835660082410727", "text": "what is the job of justice of the peace"}
{"_id": "8179898753906755813", "text": "who won the oscar for best picture in 1976"}
{"_id": "-6216202368088666946", "text": "who has trained the most melbourne cup winners"}
{"_id": "3182507307097242113", "text": "who was involved in the mapp vs ohio case"}
{"_id": "8268392025144002146", "text": "who was kat slater's sisters in eastenders"}
{"_id": "-2388570044858923128", "text": "when did the philadelphia eagles play in the super bowl last"}
{"_id": "-5372667077951673175", "text": "what is the cross on a letter t called"}
{"_id": "2545607965679456162", "text": "whens the last time the patriots played the eagles"}
{"_id": "-7195400924760894316", "text": "who's playing in the world series and when is it"}
{"_id": "-2346694142996376613", "text": "who starred in the movie summer of 42"}
{"_id": "-5345751650770708960", "text": "what album is sacrifice by elton john on"}
{"_id": "587999005951345244", "text": "when did they replace lead with graphite in pencils"}
{"_id": "5195577413672736740", "text": "where can you find dna in the body"}
{"_id": "8426342968417319670", "text": "who won the most medals in the 1924 winter olympics"}
{"_id": "397204824317594616", "text": "what is the final season of downton abbey"}
{"_id": "-1268179953831754266", "text": "which site of an enzyme is called allosteric site"}
{"_id": "4980328185343503580", "text": "who sings the song you'll never find another love like mine"}
{"_id": "-1561741427210997791", "text": "where was the original flight of the phoenix filmed"}
{"_id": "3593786118993246315", "text": "when did red dead redemption 1 come out"}
{"_id": "1645082526444833311", "text": "where was uncle tom's cabin first published"}
{"_id": "-5408466178683031721", "text": "when did the name of bombay change to mumbai"}
{"_id": "5021176063184370614", "text": "where does the formation of atp take place"}
{"_id": "4053461415821443645", "text": "who wrote song what a friend we have in jesus"}
{"_id": "-9047690849210622224", "text": "who dies in season 6 of once upon a time"}
{"_id": "-5775387077145633620", "text": "who is the guy who walked across the twin towers"}
{"_id": "8221988726104372475", "text": "where do the royalties for winnie the pooh go"}
{"_id": "224088321079691518", "text": "all the motor neurons that control the skeletal muscles are"}
{"_id": "-1182093724333869887", "text": "how old is the actress who plays phyllis on y&r"}
{"_id": "-7442827774477803702", "text": "who has scored more goals in the premier league"}
{"_id": "2879480778972019439", "text": "who played stumpy in the movie rio bravo"}
{"_id": "-1610026924693898649", "text": "if there is a line that lies parallel to the horizon it is said to be"}
{"_id": "507570588061075741", "text": "when's the last time the philadelphia eagles played the new england patriots"}
{"_id": "-8899928590244132355", "text": "what was the purpose of a revival meeting during the second great awakening"}
{"_id": "-413717867881585106", "text": "when was catch me if you can made"}
{"_id": "1002962494655967639", "text": "when did toyota first come to the united states"}
{"_id": "3971602566853823038", "text": "what is the official symbol of the carnival of quebec"}
{"_id": "-1330515253963834494", "text": "when is dancing on ice on the tv"}
{"_id": "-7816789034233739974", "text": "what are the band members names of the rolling stones"}
{"_id": "-3738762685792121994", "text": "which film won the oscar for best animated feature in 2007"}
{"_id": "5350383719875421584", "text": "who played daisy duke in the new dukes of hazzard"}
{"_id": "2899508417890381443", "text": "when was the first australian prime minister elected"}
{"_id": "-7008368888638493698", "text": "where is the country music hall of fame located"}
{"_id": "-3001662032923593229", "text": "who has won india's next super star"}
{"_id": "692757468233209793", "text": "what was the first video game for nintendo"}
{"_id": "379105892306760499", "text": "what is the most common blood type in sweden"}
{"_id": "7735703748660141931", "text": "who sings the theme song for the tv show cops"}
{"_id": "3147312731957254507", "text": "who was on the first season of dwts"}
{"_id": "7013168592046328137", "text": "who did the astros play last time they were in the world series"}
{"_id": "908345273639329593", "text": "when was the minimum wage established in the united states"}
{"_id": "8144663807018769234", "text": "who sings theme tune to orange is the new black"}
{"_id": "-4234103220698127642", "text": "when did the the regulatory reform (fire safety) order 2005 first come into effect"}
{"_id": "-1045095421340178958", "text": "who wrote lord have mercy on the working man"}
{"_id": "970985133701043298", "text": "a legislative act passed by congress is an example of"}
{"_id": "-4206190509773458361", "text": "what is the largest bill in american money"}
{"_id": "-5916339609229387906", "text": "where are unipolar neurons found in spinal cord"}
{"_id": "-4355417178001938677", "text": "what are the parts of a domain name called"}
{"_id": "6264871653806230890", "text": "who want to be a millionaire calls his dad"}
{"_id": "-7394149107458430124", "text": "when was the last time villanova won the ncaa basketball championship"}
{"_id": "-8726864419641142603", "text": "two examples where low voltage transformers are used"}
{"_id": "647659679149316553", "text": "what is the significance of the sahara desert"}
{"_id": "-7837083251458003906", "text": "what causes cracked skin at the corners of your mouth"}
{"_id": "1550607712450089106", "text": "who captained the first european ship to sail around the tip of africa"}
{"_id": "2588583207329611463", "text": "who sang a whiter shade of pale first"}
{"_id": "-7930247987013374697", "text": "what material was used to build the roofs of houses in burzahom"}
{"_id": "-7326729858763272108", "text": "when does the new season of law and order svu come on"}
{"_id": "-12824711872448438", "text": "who was the french chef given credit for developing the classic kitchen brigade"}
{"_id": "2374750245195224966", "text": "who sings stop listen what's that sound"}
{"_id": "2991709613727685350", "text": "when do the walking dead comics come out"}
{"_id": "6572568689091749101", "text": "who played mark on the show the rifleman"}
{"_id": "802677011826729357", "text": "who played ricky in secret life of the american teenager"}
{"_id": "3028343500075334931", "text": "who had the longest tenure as moderator on meet the press"}
{"_id": "2236521535238054703", "text": "when was where have all the flowers gone written"}
{"_id": "4556891214981292730", "text": "industrial city in germany on the rhine herne canal"}
{"_id": "-701619113953256261", "text": "what is a real world application of an atwood machine"}
{"_id": "-1354328871737756266", "text": "who starred in the movie natural born killers"}
{"_id": "6766518966445775953", "text": "who wants a heart in the wizard of oz"}
{"_id": "4399912168528695468", "text": "what are the importance of rigor mortis in meat processing"}
{"_id": "2485791396969793161", "text": "when did the song the joker come out"}
{"_id": "6091079313707220510", "text": "what is the tigers name in life of pi"}
{"_id": "-5248648953323441399", "text": "when did god save the queen became the national anthem"}
{"_id": "-7275272659885289884", "text": "when did the 5 day work week begin"}
{"_id": "-6959456828837530300", "text": "where is the north pole on the world map"}
{"_id": "-5412703064874788739", "text": "when did the us stop drafting for the vietnam war"}
{"_id": "2339339749699668536", "text": "who performed the halftime show at super bowl 51"}
{"_id": "5125203672618500204", "text": "who lives in the blue house in balamory"}
{"_id": "-3208479537930323813", "text": "when was the worlds first laptop computer introduced in the market and by whom"}
{"_id": "-3310154792386934413", "text": "when is last time the astros won the world series"}
{"_id": "-7876533033876892996", "text": "who is the speaker in shooting an elephant"}
{"_id": "1838851770314085590", "text": "who plays sheila carter on the bold and the beautiful"}
{"_id": "5753281635295092532", "text": "what is the current mac os operating system"}
{"_id": "2876182999155230775", "text": "when were 2 dollar bills stopped being made"}
{"_id": "-6298338522213213977", "text": "what is the share of agriculture in indian economy"}
{"_id": "7005697705009934957", "text": "who sings the song it ain't me"}
{"_id": "-119638173687275454", "text": "when does the nba season end this year"}
{"_id": "-3975410771448678514", "text": "what us president is the only president to become an eagle scout"}
{"_id": "-752870544387680116", "text": "when was the drinking age set to 21"}
{"_id": "7958143163966698377", "text": "when is the womens ice skating for the olympics"}
{"_id": "7903911150166287814", "text": "what position did doug peterson play in the nfl"}
{"_id": "-3553072210127301492", "text": "who played lionel in as time goes by"}
{"_id": "-7721509949632484180", "text": "when was the first driver's license required"}
{"_id": "-7232598118423691501", "text": "how many co2 molecules are produced in aerobic respiration"}
{"_id": "-6800766892221135307", "text": "where does the optic nerve cross the midline "}
{"_id": "-4899459378116987342", "text": "the grand tour season 2 episode 2 celebrity guests"}
{"_id": "-9199561147097898525", "text": "what is billy last name in where the red fern grows"}
{"_id": "-4066663322214191458", "text": "who painted the ceiling of the florence cathedral"}
{"_id": "7526277995958905171", "text": "who sings too much time on my hands lyrics"}
{"_id": "3274948378518710725", "text": "who has hosted the most fifa world cups"}
{"_id": "1196743193353431992", "text": "which is the lion's mane jellyfish's species within its genus"}
{"_id": "-5738880170312599174", "text": "who was the buccaneers qb when they won the superbowl"}
{"_id": "-9060700279419447020", "text": "who did the central powers defeat on the eastern front before concentrating back on france"}
{"_id": "8881606849310681343", "text": "what kind of fish live in the salton sea"}
{"_id": "6728482020797819238", "text": "who did the music for your lie in april"}
{"_id": "5855711681130036664", "text": "who are the characters in yo gabba gabba"}
{"_id": "-1851146794181763603", "text": "who was the captain of the mayflower when it took the pilgrims to the new world"}
{"_id": "3710929627115646080", "text": "who won the national championship in volleyball 2017"}
{"_id": "775172980988648781", "text": "name a food you might eat on thanksgiving"}
{"_id": "-2419576910417046724", "text": "what is the longest pier in the uk"}
{"_id": "-7751936485586885299", "text": "who owns the dower house in the archers"}
{"_id": "-1773607187248198254", "text": "who sings that aint no way to go"}
{"_id": "6255051608078138794", "text": "who sings why does it hurt when i pee"}
{"_id": "-1609362606908546787", "text": "when does the cannes film festival take place"}
{"_id": "-2402537297213964031", "text": "panic at the disco song about a wedding"}
{"_id": "-4191127664107184255", "text": "who is the voice of the other mother in coraline"}
{"_id": "-6592930185579555872", "text": "how many strong verbs are there in german"}
{"_id": "8288075782992894495", "text": "who sings tie a yellow ribbon around the old oak tree"}
{"_id": "8928073773307888946", "text": "who plays elsa's aunt in once upon a time"}
{"_id": "4793332266598034685", "text": "where was held the first session of muslim league"}
{"_id": "-1728802954650926880", "text": "what is the name of the dragon in eragon"}
{"_id": "-6365160075395818746", "text": "points outside the production possibilities curve represent combinations of products that are"}
{"_id": "1518079107090038152", "text": "what is the largest magnitude earthquake that has occurred in the pacific northwest"}
{"_id": "-1502468652997112484", "text": "when does the champions league quarter finals start"}
{"_id": "-7214444511286945723", "text": "who is the head a in pretty little liars"}
{"_id": "-9089320636043040300", "text": "when did the term sustainability start to be used"}
{"_id": "1848006246448298349", "text": "where was the killing of a sacred deer filmed"}
{"_id": "7775092479081500347", "text": "how much energy does coal produce in the us"}
{"_id": "3359008398677892283", "text": "who was the killer in the movie i know what you did last summer"}
{"_id": "8344293580810347421", "text": "who played susanna in legends of the fall"}
{"_id": "-86170850928243739", "text": "fast & furious 8 release date in india"}
{"_id": "-927966355158112429", "text": "the group that officially elects the president of the united states is called"}
{"_id": "6219610777925981250", "text": "who played adaline in the age of adaline"}
{"_id": "3043899135697147040", "text": "who played raquel in only fools and horses"}
{"_id": "1346202268866280084", "text": "who was elected governor of tennessee in 1865"}
{"_id": "-8390473838502496745", "text": "what type of political system does el salvador have"}
{"_id": "8865736331308174082", "text": "when was the last time.michigan beat ohio state"}
{"_id": "5046330903295447703", "text": "when did they stop making pull tabs on beer cans"}
{"_id": "-670420605258040175", "text": "what is the poorest county in the state of florida"}
{"_id": "-5392528234526381433", "text": "when does the movie jeepers creepers come out"}
{"_id": "5372631738578000712", "text": "when did how you remind me come out"}
{"_id": "-5984668857988357373", "text": "the joint between a coxal bone of the pelvis and the sacrum"}
{"_id": "-8837653404749291736", "text": "what is the song in red dead redemption"}
{"_id": "-6430362822443228402", "text": "who played cosette in les miserables on broadway"}
{"_id": "8968036245733884389", "text": "when did stephen curry won the mvp award"}
{"_id": "-3884651026012756707", "text": "who ran the fastest 40 yard dash in the nfl"}
{"_id": "-6731660837492850061", "text": "whats the difference between tomato paste and tomato puree"}
{"_id": "-8188778280161966817", "text": "what type of plate boundary is associated with iceland and its volcanic eruptions"}
{"_id": "3627157842176736422", "text": "who plays jimmy's mom in 8 mile"}
{"_id": "3712234452307355358", "text": "when was son of a preacher man released"}
{"_id": "-4408509085369399379", "text": "when did the first train run in england"}
{"_id": "-5064749377166389418", "text": "when did the united kingdom entered world war 2"}
{"_id": "-4470643135417898434", "text": "actress who plays brad pitts wife in war machine"}
{"_id": "-5682352906951331542", "text": "who invented the cornell method of note taking"}
{"_id": "-1738218384036165752", "text": "who sings will you still love me when i'm not young and beautiful"}
{"_id": "2621208987222013192", "text": "when did world war 2 officially start and end"}
{"_id": "-6050703859996827650", "text": "who is the book of galatians written to"}
{"_id": "-7812103900635685817", "text": "tujhe dekha toh yeh jana sanam movie name"}
{"_id": "1668669287255788257", "text": "who wrote antigone and what are the dates of his birth and death"}
{"_id": "-8235146511499235503", "text": "list of books written by abul kalam azad"}
{"_id": "-4153891120088105846", "text": "what is the name of the hyena in lion king"}
{"_id": "-6868606462984512329", "text": "where does the white witch live in narnia"}
{"_id": "-8588049058110544544", "text": "who kills barry's mom in the flash"}
{"_id": "3491840972245765831", "text": "who is the book of acts written to"}
{"_id": "-7520682400646360503", "text": "what is the meaning of the name gomez"}
{"_id": "7107516997642411919", "text": "how long have we been celebrating pi day"}
{"_id": "-5735569635564145077", "text": "who is the actor that plays ducky on ncis"}
{"_id": "551385218565928061", "text": "when does the new death of superman come out"}
{"_id": "-2525700398664435471", "text": "who started the state of the union address"}
{"_id": "374835558462691663", "text": "when was a series of unfortunate events published"}
{"_id": "-6923788884598019400", "text": "who produced a change is gonna come"}
{"_id": "6147805135339932603", "text": "when did fortnite battle royal come out on xbox"}
{"_id": "2466911194726715273", "text": "who was the first baseball player to be featured on a postage stamp"}
{"_id": "-6659216097452429531", "text": "when did movies start coming out in color"}
{"_id": "-7504769624068905017", "text": "who wrote knock knock knocking on heavens door"}
{"_id": "3046222823254798993", "text": "who plays stacey's mum in gavin and stacey"}
{"_id": "-1107672282215619263", "text": "when did amnesia the dark descent come out"}
{"_id": "2713615566308412318", "text": "what nfl player has the most nfl rings"}
{"_id": "-7657379080399040683", "text": "where is this years army navy game played"}
{"_id": "7293500350848486415", "text": "dendrites and cell bodies are components of what type of matter found in the brain"}
{"_id": "8841307778581575630", "text": "how long is the famous suspension bridge in san francisco and what is it called"}
{"_id": "4086158102790148091", "text": "who sings i want to dance with you"}
{"_id": "-3871165475204369534", "text": "who sings song at the end of beauty and the beast"}
{"_id": "-4247747709944674497", "text": "what is an example of a government monopoly in the united states"}
{"_id": "-956284282675746733", "text": "where does a wrinkle in time take place"}
{"_id": "-4874966898403317469", "text": "who said the poison is in the dose"}
{"_id": "3371658713053301705", "text": "what year did seven nation army come out"}
{"_id": "-2006971951944899389", "text": "what episode does marnie come back in geordie shore"}
{"_id": "-5045480262712925875", "text": "who played in the first fifty shades of grey"}
{"_id": "6454311031309410150", "text": "when did canada get rid of the death penalty"}
{"_id": "3248410603422198181", "text": "who conducted the opening concert at carnegie hall"}
{"_id": "-8659305167311182035", "text": "where did students for a democratic society start"}
{"_id": "-5475012399181300014", "text": "when did we first put a rover on mars"}
{"_id": "3374568953386327339", "text": "who laid foundation stone of islamia college peshawar"}
{"_id": "-4670733234538385897", "text": "who wrote the song city of new orleans"}
{"_id": "-7761868052579751930", "text": "who became king of erebor after thorin dies"}
{"_id": "-3320617302164503682", "text": "who plays the mouse in alice in wonderland"}
{"_id": "4576972330640834514", "text": "who did us fight in world war 1"}
{"_id": "-8432751606955067146", "text": "rain sleet or snow that contains a high concentration of acids is called"}
{"_id": "6911525668586993309", "text": "who plays jack skellington in nightmare before christmas"}
{"_id": "-1106714590515566575", "text": "who was the head of the spanish inquisition"}
{"_id": "4750785936593695900", "text": "when did the movie peter pan come out"}
{"_id": "-1784166641721771683", "text": "what ethnic group celebrates its contribution to america in october"}
{"_id": "7937545581647887851", "text": "make it or break it who goes to the olympics"}
{"_id": "-1956191281082178662", "text": "element named after fictional planet from which superman came"}
{"_id": "7525433307945555136", "text": "where was the movie i am number 4 filmed"}
{"_id": "-5893650412353024844", "text": "another name for the torso is the blank region of the body"}
{"_id": "3337415792007864057", "text": "where does blood go when it leaves the pulmonary artery"}
{"_id": "-6019500314109646121", "text": "who were the bands in pitch perfect 3"}
{"_id": "6588008666030402706", "text": "who has the most yards per carry in nfl history"}
{"_id": "576128076866993000", "text": "who commissioned the first christmas card in 1943"}
{"_id": "7236492039847101221", "text": "when did they start adding zinc to pennies"}
{"_id": "-4904982167797031611", "text": "who was hope brady's mother on days of our lives"}
{"_id": "-4622532030074150432", "text": "what is the title of the person who runs the house of representatives"}
{"_id": "-6966959898445658330", "text": "who plays the first nfl game of the season"}
{"_id": "-5354565550882599559", "text": "who won last year's ncaa women's basketball"}
{"_id": "-7836296241601038840", "text": "what is the most popular religion in sweden"}
{"_id": "-6944975865006468886", "text": "who is the current defence against the dark arts teacher"}
{"_id": "55168494140189683", "text": "who decides where the super bowl is played"}
{"_id": "-257901159901288598", "text": "where was the last scene of the danish girl filmed"}
{"_id": "7750414429766802805", "text": "what does g stand for in ncis los angeles"}
{"_id": "3555567859880958432", "text": "cls bank deals with transactions arising out of"}
{"_id": "-7416755475743802921", "text": "who is in charge of ratifying treaties in the us"}
{"_id": "6027506175860299510", "text": "where was the hindenburg scheduled to fly and how many passengers were on it"}
{"_id": "2978779480736570480", "text": "days of our lives cast doug and julie"}
{"_id": "-1582234629547061501", "text": "who sang i'm gonna run away from you"}
{"_id": "6471679536081978392", "text": "who came up with popcorn at the movies"}
{"_id": "848669583015546693", "text": "what are the two extracellular fluid compartments in the body"}
{"_id": "-1520776679270199355", "text": "what emperor took over france after the reign of terror"}
{"_id": "-7008352380240766023", "text": "how many episodes of touching evil are there"}
{"_id": "-4461484002255201500", "text": "who sang the song a white sports coat and a pink carnation"}
{"_id": "204388505903466611", "text": "cast of the have and have nots play"}
{"_id": "4103271350467608333", "text": "who wrote shes always a woman to me"}
{"_id": "-4966275942482530330", "text": "where does new crust come from in sea floor spreading"}
{"_id": "2918354452051217435", "text": "where was the first high level language operating system created"}
{"_id": "-2440461470906841040", "text": "who played shaggy in the new scooby doo movie"}
{"_id": "-3568942573258999273", "text": "what is the ultimate objective of financial management"}
{"_id": "179878424839453416", "text": "how many times have real madrid won the champions league in a row"}
{"_id": "-6705627704423938484", "text": "which animal on earth has the longest life span"}
{"_id": "1560261279486353160", "text": "where do you get a cashiers check from"}
{"_id": "7163132803738849961", "text": "who played guitar on my guitar gently weeps"}
{"_id": "8519168409080529801", "text": "what state does rick and morty take place in"}
{"_id": "7417695142066327706", "text": "the removal of temperature in fire fighting method is known as"}
{"_id": "-264420295933348215", "text": "the witch and the hundred knight 2 us release"}
{"_id": "-8779917413777030409", "text": "who was in dont worry be happy video"}
{"_id": "306074923032581824", "text": "who is the original singer of just when i needed you most"}
{"_id": "3803379660163560925", "text": "ganglion axons forming the optic nerve run to the"}
{"_id": "4791954452980353113", "text": "when does i'm a celebrity get me out of here start in the uk"}
{"_id": "-337261340919997771", "text": "where do peaches come from in the us"}
{"_id": "7742806606709612020", "text": "when did they stop putting lead in paint"}
{"_id": "3817110564772494243", "text": "what breed of dog is the teddy bear dog"}
{"_id": "-3875958317236683310", "text": "when did the battles of lexington and concord happen"}
{"_id": "4200848110079075636", "text": "who won the 1st battle of bull run"}
{"_id": "512270438779129035", "text": "what is the name of the under butler in downton abbey"}
{"_id": "-1591045039186403819", "text": "in the early 1800s california society was dominated by which group"}
{"_id": "-2743701347497238377", "text": "how oxygenated blood returns to the heart from the lungs"}
{"_id": "4030984189598524193", "text": "when did the government change the retirement age"}
{"_id": "-1248294721289676131", "text": "who plays jill bigelow in line of duty"}
{"_id": "-3434322761169401700", "text": "where does the paraguay river start and end"}
{"_id": "-8747637469328088527", "text": "who is next in line to inherit the british throne"}
{"_id": "-1403561686055024600", "text": "what language is the olympic anthem sang in"}
{"_id": "-6081006991734955423", "text": "where did the battle of bonhomme richard take place"}
{"_id": "-7341804957038262139", "text": "where does the ohio river and the mississippi river meet"}
{"_id": "2875495346792993998", "text": "who was the actor that played ben stone on law and order"}
{"_id": "-302450126325076130", "text": "where do the phaeacians live in the odyssey"}
{"_id": "-714884244600608354", "text": "who invented the glasses that give sight to the blind"}
{"_id": "-3344403727454433038", "text": "when do we find out luke and leia are siblings"}
{"_id": "-1269617643231220405", "text": "who wrote the original little red riding hood story"}
{"_id": "3610488274381813727", "text": "what are the four main types of precipitation"}
{"_id": "-2528164310441623185", "text": "who won the men's ice skating 2018"}
{"_id": "-7052052953885262396", "text": "who are the permanent member of un security council"}
{"_id": "7184006124686030926", "text": "a concave mirror can form a real image which is a copy of an object that forms"}
{"_id": "-219343909406145028", "text": "which abbott and costello movie has who on first"}
{"_id": "1928973707594149608", "text": "who does the voice of the beast in the new movie"}
{"_id": "5933037193128057305", "text": "when did the first wireless beats come out"}
{"_id": "-5548201381317088445", "text": "when did the first pair of yeezys come out"}
{"_id": "-7615960389617916651", "text": "who wrote the song be thankful for what you got"}
{"_id": "-7778233237890403173", "text": "where did they film the show the crossing"}
{"_id": "-5631645752168123789", "text": "when was the movie cool hand luke made"}
{"_id": "8838716539218945006", "text": "who says that which we call a rose"}
{"_id": "-6686589476706381891", "text": "who proposed the first accurate model of dna"}
{"_id": "-4907737409043643902", "text": "where is the hero golf challenge being played"}
{"_id": "-4417086040246134402", "text": "when did congress passes legislation to fund the national cancer institute"}
{"_id": "-4362695987518558696", "text": "who is the cast of despicable me 3"}
{"_id": "5191402605768653295", "text": "who wrote put your hand in the hand of the man who stilled the water"}
{"_id": "2223188268381215709", "text": "who presides over the joint sessions of parliament"}
{"_id": "-2185648301276956086", "text": "who was the president of pakistan during 1971 war"}
{"_id": "6762133121441037463", "text": "who is the girl in the hinder video lips of an angel"}
{"_id": "4984871413174473846", "text": "who helped the british in the french and indian war"}
{"_id": "7468904582092612742", "text": "which animal is the carrier of the h1n1 virus"}
{"_id": "324460096927819590", "text": "which type of fire detector uses the effect of smoke on a light source and photo-electric cell"}
{"_id": "3867705141367202061", "text": "who sings ive loved you for a thousand years"}
{"_id": "-1546147308403024577", "text": "who stole the mona lisa from the louvre in 1911"}
{"_id": "3497042947752645554", "text": "who sings far from the home i love in fiddler on the roof"}
{"_id": "5751999721029016250", "text": "when did billy don't be a hero come out"}
{"_id": "5721484771051022882", "text": "who is mowgli's main enemy in the jungle book"}
{"_id": "8660243868576307033", "text": "when did the tradition of self government began in america"}
{"_id": "-6669308254741746858", "text": "who wrote somewhere there's a place for us"}
{"_id": "-8730376679284292370", "text": "actor who played caesar in dawn of the planet of the apes"}
{"_id": "-7032694139181071944", "text": "what information is displayed in clear text from the ftp header"}
{"_id": "-2454338314238497026", "text": "what is the name of son of lord krishna"}
{"_id": "343386192639661502", "text": "who sang with eternal on i wanna be the only one"}
{"_id": "8214553978288463642", "text": "who was elected the president of constituent assembly"}
{"_id": "4235501567333822185", "text": "what is the name of the gap between two front teeth"}
{"_id": "-5406271458964804846", "text": "deep water fishing boat with many baited hooks"}
{"_id": "-727723498305027307", "text": "how many steps does the cn tower have"}
{"_id": "1537244195687008584", "text": "when did south sudan join east african community"}
{"_id": "1477597133151050942", "text": "who votes in the speaker of the house"}
{"_id": "-8883866849303680195", "text": "who plays steve's wife on my three sons"}
{"_id": "9105761634910939930", "text": "the chinese dragons are protectors of how many seas diggy"}
{"_id": "-7344445742524899311", "text": "what is the meaning of gorakh dhanda in urdu"}
{"_id": "810060125994185205", "text": "who was the first to say i'm going to disney world"}
{"_id": "7851442863470339390", "text": "who signed the largest on the declaration of independence"}
{"_id": "-1413547797481632580", "text": "when was the r10+20 summit in rio de janeiro held"}
{"_id": "-1886758056229796497", "text": "all time highest goal scorer in spain national team"}
{"_id": "2312273655863950790", "text": "where did the book small steps take place"}
{"_id": "-8488975200279464488", "text": "when was the last time minnesota vikings was in the super bowl"}
{"_id": "947093291536268916", "text": "how many episodes are in season 7 of pretty little liars"}
{"_id": "-4036894528440923365", "text": "where did the term 'robot' come from"}
{"_id": "4479358397781065399", "text": "where is south pole located on a map"}
{"_id": "-7047954345271309528", "text": "prior to 1948 north and south vietnam were a part of"}
{"_id": "5685325490242203626", "text": "wal-mart is a prime example of which type organization"}
{"_id": "2448678927070663694", "text": "where do the florida marlins have spring training"}
{"_id": "2329833534419074937", "text": "when does star trek discovery season 1 end"}
{"_id": "5719567211015639388", "text": "who is the director of nightmare before christmas"}
{"_id": "-454207605481343797", "text": "when was the term social justice first used"}
{"_id": "8229835206359765152", "text": "when did it become law to stand for the national anthem"}
{"_id": "-6985110895923478566", "text": "how many gold medals won by india in 2018 commonwealth games"}
{"_id": "-3482256578135150392", "text": "who changed the role of the first lady"}
{"_id": "5261178826676259974", "text": "who is the best director in bollywood 2017"}
{"_id": "-8508097902776503936", "text": "what is the word for clarified butter in the balkans and middle east"}
{"_id": "-801969127480774190", "text": "who played the girl in silence of the lambs"}
{"_id": "6223491322879193188", "text": "what is the name of the compound p4010"}
{"_id": "583026970021621830", "text": "who invented the first home video security system"}
{"_id": "-8330750687314909009", "text": "when does rick and morty play on tv"}
{"_id": "-1715459847782748773", "text": "when will the 2018 oscar nominations be announced"}
{"_id": "1754802809667665408", "text": "when is the new dumping ground coming out 2017"}
{"_id": "679914466501587278", "text": "who is under the mask of darth vader"}
{"_id": "7430241504002219754", "text": "who plays justin on the haves and the have nots"}
{"_id": "3411217364166344563", "text": "when was harry potter and the philosophers stone published"}
{"_id": "-2031241268009007717", "text": "who is the father of genetics and what did he study"}
{"_id": "-3476455683698256952", "text": "who played the judge in good will hunting"}
{"_id": "2351468410839009011", "text": "what state did they film daddy's home 2"}
{"_id": "-8610553732217816182", "text": "where was the first session of the assam association held in1905"}
{"_id": "5315333565609466244", "text": "who proved that cells come from other cells"}
{"_id": "-295049090356671696", "text": "who sang the song with reba does he love you"}
{"_id": "-8579271792005383992", "text": "referring to the organs of reproduction is called"}
{"_id": "-2202492303403575297", "text": "what is the source of information for account receivables"}
{"_id": "-7697487810686930412", "text": "who sings the song i'll never forget you"}
{"_id": "-2212094428102896502", "text": "skin that covers the palms fingertips and soles of the feet"}
{"_id": "-2666014283344944039", "text": "who dies in the lost city of z"}
{"_id": "7383354502292277568", "text": "when was the last time oklahoma won a national championship in football"}
{"_id": "9148233787183514779", "text": "who sang it my party and i'll cry if i want to in the 80"}
{"_id": "3833603461933012569", "text": "when was the last time dallas cowboys won the super bowl"}
{"_id": "9165537165199340364", "text": "where does hydrogen peroxide come from in the body"}
{"_id": "4046851836203380467", "text": "legislation regarding data protection and security in uk"}
{"_id": "2845443756485516190", "text": "where does the eurostar train arrives in london"}
{"_id": "-5462359833619124697", "text": "who sings every light in the house is on"}
{"_id": "7475061672965272250", "text": "who was the leader of the soviet union when the berlin wall was built"}
{"_id": "1446099047596356015", "text": "how many stores does lowes have in canada"}
{"_id": "8201603428336748987", "text": "who developed the central processing unit (cpu)"}
{"_id": "7019297080476133879", "text": "what is a another name for the water cycle"}
{"_id": "-8111631832195028942", "text": "what is the biggest determinant of climate in venezuela"}
{"_id": "4323871331649279373", "text": "who invented the printing press and in what year"}
{"_id": "-7652145090230313122", "text": "who plays the queen in victoria and abdul"}
{"_id": "-7243720341959076675", "text": "who is the first indian woman to be canonized as a saint"}
{"_id": "500081949393316899", "text": "what is the meaning of the harp in ireland"}
{"_id": "5575695503847666333", "text": "what is the origin of the word celsius"}
{"_id": "-6810329884310977510", "text": "who plays lindsay denton in line of duty"}
{"_id": "-7205494399914538839", "text": "when was hitchhiker's guide to the galaxy made"}
{"_id": "4705803842367216340", "text": "what is the full form of cfc's"}
{"_id": "-942228778821731241", "text": "who is the team that beat the eagles this season"}
{"_id": "-549757350185698395", "text": "who plays kevins shrink on kevin probably saves the world"}
{"_id": "3642025747201578819", "text": "who won the battle of saratoga in 1777"}
{"_id": "-8392081634321923269", "text": "where does the name loyola university come from"}
{"_id": "-288937641151618309", "text": "when does season 8 of shameless come back"}
{"_id": "8663125622899433567", "text": "who is playing halftime show super bowl 50"}
{"_id": "2370031936195519627", "text": "the assassination of gianni versace american crime story season 2 episode 2"}
{"_id": "297857577311545840", "text": "where do rory and paris go to college"}
{"_id": "8633446439194247784", "text": "who was the winner of the first indianapolis 500"}
{"_id": "2343902375984110832", "text": "who does the voice of mickey mouse on mickey mouse clubhouse"}
{"_id": "1301404612765075489", "text": "which episode does gideon die in criminal minds"}
{"_id": "3903631751397750234", "text": "what does the ghost of christmas present sprinkle from his torch"}
{"_id": "-631926128215110114", "text": "who won the 2018 women's royal rumble match"}
{"_id": "72470187726524890", "text": "where was part of the classic surfing movie endless summer filmed"}
{"_id": "-5266947057771511513", "text": "who was the first woman to win who wants to be a millionaire"}
{"_id": "-1899514742808499173", "text": "who are nominated for president of india 2017"}
{"_id": "4784420206031467202", "text": "who wrote he ain't heavy he's my brother lyrics"}
{"_id": "-2055788643958254872", "text": "when was the lupus foundation of america founded"}
{"_id": "-429661761446961913", "text": "who drafted the document of the un declaration of human rights"}
{"_id": "2316219466458554937", "text": "aphasia is a term defining difficulty or loss of ability to"}
{"_id": "-1833051064924762940", "text": "who plays alec ramsay in the black stallion"}
{"_id": "891746977133226745", "text": "who wrote you must have been a beautiful baby"}
{"_id": "4315543730143212934", "text": "which is the default file extension for an audio file in windows media player"}
{"_id": "-909543708804159189", "text": "when was rosencrantz and guildenstern are dead written"}
{"_id": "1862639185051508137", "text": "who plays connor's mom in madeas christmas"}
{"_id": "3018508708756779", "text": "hazels boyfriend in the fault in our stars"}
{"_id": "-7942290859136471251", "text": "when did italy enter the second world war"}
{"_id": "5185978890489959594", "text": "who drives the number 95 car in nascar"}
{"_id": "-1180168003678804636", "text": "i was a great islamic scholar and mathematician who died in 1131 ce"}
{"_id": "96833482883405603", "text": "where was the witch of blackbird pond published"}
{"_id": "422507927579350549", "text": "when did the us cut off trade with cuba"}
{"_id": "-8251885859273118288", "text": "cast of the movie pride of the marines"}
{"_id": "9188359206780164872", "text": "when was the reaper invented by cyrus mccormick"}
{"_id": "3724356943291190911", "text": "season 2 this is us number of episodes"}
{"_id": "3780798490838700655", "text": "when did seattle slew win the triple crown"}
{"_id": "-3916198822947717701", "text": "how many writes does a flash drive have"}
{"_id": "-6569395974597414012", "text": "who did michigan state play in the rose bowl"}
{"_id": "6403936039868410763", "text": "when did teenage mutant ninja turtles come out"}
{"_id": "-8240837250531908357", "text": "when does the team find out prentiss is alive"}
{"_id": "-1769528362781268772", "text": "who lived in jamestown before the arrival of the english"}
{"_id": "6788315330567276031", "text": "who plays the dad in girl meets world"}
{"_id": "-8518155586522600846", "text": "who are you in assassin's creed 4"}
{"_id": "-5339088518859431071", "text": "who destroyed the first temple and exiled the two tribes of judah to babylon"}
{"_id": "-1602930054930299018", "text": "where is the white castle that harold and kumar go to"}
{"_id": "4721622231665415813", "text": "when was child benefit paid for the first child"}
{"_id": "243685073103458654", "text": "what was the initial effect of the transition from command to market economies in eastern europe"}
{"_id": "5041227796109703758", "text": "when did linkin park release one more light"}
{"_id": "-9039792036843684255", "text": "what territory is spain and the united kingdom in a dispute over"}
{"_id": "-5962986518182066490", "text": "who has the most green jackets from the masters"}
{"_id": "-4447833523561749340", "text": "who was the first black person to register to vote"}
{"_id": "4131432785529318958", "text": "song have i told you lately i love you"}
{"_id": "-716659397149237689", "text": "when did britain set up east indian trading company"}
{"_id": "-7583855073136179893", "text": "when did david akers kick the 63 yard field goal"}
{"_id": "6203839542590166972", "text": "who is the coach of university of kentucky basketball"}
{"_id": "-163195825366469164", "text": "where does the papillary layer of the skin lie"}
{"_id": "-7984751231760514910", "text": "who has become the new chairman of sebi"}
{"_id": "-3800318726442204745", "text": "how many times has psg won champions league"}
{"_id": "-1975115150327235272", "text": "when was kudzu introduced to the united states"}
{"_id": "4911813695697896179", "text": "the radiographic term used to describe the dense bone of the socket and septal crest is"}
{"_id": "3490824095431420580", "text": "where was the tv show friday night lights filmed"}
{"_id": "-8363239742768997492", "text": "who led an attack that allowed for american victory at yorktown"}
{"_id": "8127283608263713430", "text": "what process causes the continents to drift apart how"}
{"_id": "-4677464867334464937", "text": "who played in last train from gun hill"}
{"_id": "658101134800391459", "text": "who invented the first computer game in 1962 and what was the name of the game"}
{"_id": "-6371603500131574271", "text": "who sings somebody's watching me with michael jackson"}
{"_id": "-89839634525298434", "text": "who played the mom on what's eating gilbert grape"}
{"_id": "4094570070863238215", "text": "when does the second part of vikings season 4 start"}
{"_id": "-1084748809184043293", "text": "when did the us stop trading with japan"}
{"_id": "6792980250224411482", "text": "who is the minister of local government in zimbabwe"}
{"_id": "4395570541686945657", "text": "who are the dallas cowboys playing on thanksgiving"}
{"_id": "-6558090229319450246", "text": "what are the roles of international monetary fund"}
{"_id": "-628291178392259442", "text": "when was the first star wars film released"}
{"_id": "9199587263422732891", "text": "who was the bad guy in silence of the lambs"}
{"_id": "-2175263027345747679", "text": "what does the c stand for chrysler 300c"}
{"_id": "-507214070235479571", "text": "epidemiologists attempt to explain the link between health and variables such as"}
{"_id": "5954016886103366248", "text": "when was night at the museum 3 filmed"}
{"_id": "4492033271398413517", "text": "what mall did they use in back to the future"}
{"_id": "-3719623571078658627", "text": "what does rt mean on a dodge car"}
{"_id": "-3436933223479131319", "text": "when did the movie breakfast club come out"}
{"_id": "-6477588851233520447", "text": "who is the king and queen of the netherlands"}
{"_id": "7281701387754006749", "text": "what written material is included in the talmud"}
{"_id": "2178534208098154067", "text": "what are the value of style guides and style sheet"}
{"_id": "1915885935757407192", "text": "what is the approximate volume of blood in your body"}
{"_id": "-369514098498013661", "text": "what season does bart bass die in gossip girl"}
{"_id": "-1116288849470511210", "text": "when did france and belgium invade the ruhr"}
{"_id": "1787430967072848088", "text": "what type of novel is goodbye mr chips"}
{"_id": "2105265206768647509", "text": "who won the mens figure skating in 2018 olympics"}
{"_id": "134587584998146088", "text": "when do you get your dress blues in the army"}
{"_id": "1450599178139755430", "text": "what happened at the 1939 worlds fair in regards to television"}
{"_id": "7075559602853408649", "text": "when does buffy tell her friends she was in heaven"}
{"_id": "6709331549884586945", "text": "the recipient of first jnanpith award was an author which language"}
{"_id": "-5800244801360835363", "text": "criminal minds episode where jj becomes a profiler"}
{"_id": "7361909937331900466", "text": "who has played raoul in phantom of the opera"}
{"_id": "3130297943294617952", "text": "who discovered that neural communication between cells occurs through chemicals"}
{"_id": "-3197375005297250079", "text": "which condition would most likely require nutrition delivered through tpn"}
{"_id": "-1059932910092423631", "text": "today gestalt psychology ideas are part of which branch of psychology"}
{"_id": "3063199819637642694", "text": "how did long john silver lose his leg in treasure island"}
{"_id": "3124572532765125550", "text": "who did the mavericks beat in the finals"}
{"_id": "-8179137917755764249", "text": "who is the actor that plays sneaky pete"}
{"_id": "-488573928094288904", "text": "sequel to a christmas story it runs in the family"}
{"_id": "-7386387080002447998", "text": "a political leader during the roman empire was called"}
{"_id": "6648524536408285205", "text": "what is the first book of percy jackson"}
{"_id": "-8743280518479013381", "text": "who sings the song only in my dreams"}
{"_id": "8015709437014232395", "text": "where is the capital city of alabama located"}
{"_id": "-7741834825578210187", "text": "when was coffee first made into a drink"}
{"_id": "5397736648256223057", "text": "when was the last time vancouver had an earthquake"}
{"_id": "-2756184966764635962", "text": "when did tim hortons open in the usa"}
{"_id": "1471601930209559051", "text": "who used to present i'm a celebrity now"}
{"_id": "5150934530929664244", "text": "who led the conquest of the incas in south america"}
{"_id": "5255969991136559330", "text": "who sings the pokemon theme song season 1"}
{"_id": "1376719706403766477", "text": "where was the rise of the planet of the apes filmed"}
{"_id": "-8781977407436236434", "text": "where does wild caught sockeye salmon come from"}
{"_id": "-3200873089876979747", "text": "how many ammendments to the constitution have there been"}
{"_id": "-4565661977175862394", "text": "who added a press room to the white house"}
{"_id": "5306300389470118812", "text": "what was the religion in persia before islam"}
{"_id": "4492088526674104172", "text": "why does kerosene oil rise up in the wick of lantern"}
{"_id": "-4373262132142058334", "text": "mention the chemical change that proinsulin undergo to be able to act as mature insulin"}
{"_id": "-5298560410953979569", "text": "where does the sweetness of fruit come from"}
{"_id": "4344648368832551136", "text": "an object that moves around an external axis is said to be"}
{"_id": "-724426540432437711", "text": "what was the name of the plant on little shop of horrors"}
{"_id": "-5541610970112826260", "text": "who signed the declaration of independence for maryland"}
{"_id": "-86997217831791339", "text": "when does wonder woman come out on blue ray"}
{"_id": "-8062812506672279762", "text": "what nba team did derrick rose play for"}
{"_id": "7933002036740390435", "text": "where did the term liberal arts come from"}
{"_id": "-2991400700385487821", "text": "who heads the executive department of west virginia government"}
{"_id": "8029901619424338449", "text": "when did the uk and us become allies"}
{"_id": "4828649525820722736", "text": "who sang the theme song for the man with the golden gun"}
{"_id": "-7924663090486742985", "text": "american horror story freak show girl kidnapped by clown"}
{"_id": "-360675773049242516", "text": "the probability of making a type i error when retaining ho at the .05 level of significance is"}
{"_id": "5819386267283467034", "text": "what year did the us hockey team won the olympics"}
{"_id": "3916394566028297311", "text": "who wrote it's a long long way to pasadena"}
{"_id": "-2432292250757146771", "text": "who wrote the song i hate you i love you"}
{"_id": "2393389448844632496", "text": "what is loihi and where does it originate from"}
{"_id": "-6677440871585683891", "text": "who rebuilt the temple after the babylonian captivity"}
{"_id": "-6750750235985613277", "text": "who was executed for being an american spy during the revolutionary war"}
{"_id": "8770209312170080158", "text": "who sang the song suddenly with olivia newton john"}
{"_id": "-180549795106449014", "text": "who is command sergeant major of the army"}
{"_id": "7815138213728640354", "text": "who sings the original windmills of your mind"}
{"_id": "2098168902147822379", "text": "where will the next summer and winter olympics be held"}
{"_id": "-6861734002351236912", "text": "who sang the song how far is heaven"}
{"_id": "-1722216190521937227", "text": "where are the organ mountains in new mexico"}
{"_id": "2988284357714596500", "text": "where are red blood cells made in adults"}
{"_id": "-4616596799374362422", "text": "who was the pinkerton detective agency's first female detective"}
{"_id": "-3650291155113659146", "text": "how many episodes are there in modern family"}
{"_id": "3381924381590631417", "text": "who built the first temple for god in jerusalem"}
{"_id": "-154783694579651082", "text": "what is a dropped pin on google maps for"}
{"_id": "7811140318762480311", "text": "who is the owner of the mandalay bay in vegas"}
{"_id": "-4960762045917431768", "text": "who came in last place on amazing race"}
{"_id": "5770553296217961046", "text": "what is the shannara chronicles season 2 based on"}
{"_id": "1982612949029580872", "text": "who votes in the baseball hall of fame"}
{"_id": "9140154657058392803", "text": "who played taylor on the bold and beautiful"}
{"_id": "-2103986527722712835", "text": "what do you call initials that stand for something"}
{"_id": "-4628267852301989966", "text": "when did michigan last win a national championship"}
{"_id": "2075983400652387259", "text": "when did holland become involved in world war 2"}
{"_id": "-4232542402127068459", "text": "when was the first ford f 150 made"}
{"_id": "2529995246626301289", "text": "which philosopher advocated the idea of return to nature"}
{"_id": "-7525814017949926060", "text": "what are the spices in chinese 5 spice powder"}
{"_id": "4860670634595834038", "text": "when were birth certificates first issued in the united states"}
{"_id": "7217548419303343001", "text": "when was the time the eagles won the superbowl"}
{"_id": "-7021815855704126983", "text": "time of the state of the nation address"}
{"_id": "4729762918573109439", "text": "what are the ranks in the us navy"}
{"_id": "-1339904377518094367", "text": "who owns the majority of the us debt"}
{"_id": "-6268901707080208502", "text": "where is wake forest located in north carolina"}
{"_id": "-2374123134703428327", "text": "what is the movie about six degrees of separation"}
{"_id": "-4348634504898683825", "text": "where is dakar located on the world map"}
{"_id": "7129435073281101883", "text": "who is credited with the discovery of the neutron"}
{"_id": "833339112517825805", "text": "all of the states in the northeast region"}
{"_id": "7952266582472914199", "text": "where did an independence movement occur because of the congress of vienna"}
{"_id": "-1418750656649473638", "text": "who played the princess in kingsman secret service"}
{"_id": "-9141276525854297532", "text": "when did the three little pigs come out"}
{"_id": "7429441805782246560", "text": "where does the term the west come from"}
{"_id": "-4362393628580767173", "text": "who is the first president to be impeached"}
{"_id": "-4570590494700805981", "text": "what kind of beer is st pauli girl"}
{"_id": "3012568508229512715", "text": "when does like cage season 2 come out"}
{"_id": "839669511198247322", "text": "types of skiing in the winter olympics 2018"}
{"_id": "-5881961149303861412", "text": "who played gino in a place to call home"}
{"_id": "-9077495306870424234", "text": "who did the 49ers beat in the super bowls"}
{"_id": "-5623229691925051533", "text": "when was the south asian association for regional co-operation (saarc) formed"}
{"_id": "8707879945343660137", "text": "what hangs from the trees in the bayou"}
{"_id": "-731256923033768782", "text": "new york heart association functional classification of angina"}
{"_id": "-5350413673278085389", "text": "who wrote the song would i lie to you"}
{"_id": "-6190173184813176768", "text": "number of films in lord of the rings"}
{"_id": "8239463385147663167", "text": "is jaffa cakes a biscuit or a cake"}
{"_id": "7355457342276623885", "text": "what drug does the mom use in requiem for a dream"}
{"_id": "-251770629620567718", "text": "how long was dark side of the moon number 1"}
{"_id": "3227997019205769806", "text": "where is the snooker world open currently held"}
{"_id": "8499576329103738172", "text": "who is the actor that plays jt on the young and the restless"}
{"_id": "4230593664190705298", "text": "when was the first commercial cell phone released"}
{"_id": "8179100082271836759", "text": "when did the first ice age come out"}
{"_id": "-1946900884888632776", "text": "what is a e8 in the marine corps"}
{"_id": "8538836642175821278", "text": "who is given credit for the gnu initiative"}
{"_id": "-7137073055537137289", "text": "who is the lead singer of collective soul"}
{"_id": "7198381700174721586", "text": "who does dwyane wade play for right now"}
{"_id": "222526478564019881", "text": "a drug that might be used in surgery for its amnesic properties is"}
{"_id": "-9216522514171777028", "text": "a single period of precession of earth's axis is completed in about"}
{"_id": "8838750614698973059", "text": "who did johnny manziel play college football for"}
{"_id": "7579233308152571691", "text": "natural resources can be divided into what two categories"}
{"_id": "1106103350744797710", "text": "what is the white stork a symbol for in western culture"}
{"_id": "-5202207990213031495", "text": "the oligodynamic effect is a phenomenon that describes"}
{"_id": "-8069963735453146166", "text": "when do you declare honors in contract bridge"}
{"_id": "-2154502691082554319", "text": "which country is the last member of saarc"}
{"_id": "7392498509104714323", "text": "who played sonny in lemony snicket's a series of unfortunate events"}
{"_id": "2911493370352980057", "text": "when was united nations convention on the rights of the child created"}
{"_id": "2495228512593253768", "text": "when did we decide to leave the eu"}
{"_id": "95636137517606056", "text": "tallest building in the world of all time"}
{"_id": "-4020097033891103749", "text": "who plays chummy's mother in call the midwife"}
{"_id": "-7690316790133138931", "text": "who created separation of powers and checks and balances"}
{"_id": "972568347460262100", "text": "when was nepal declared a secular state in bs"}
{"_id": "-4845827823184041115", "text": "who took control of jamestown and made new rules that made everyone work"}
{"_id": "-217684522847197793", "text": "when does body temperature tend to be lowest"}
{"_id": "3926678456788602613", "text": "what us state forms the western boundary of montana"}
{"_id": "-444951262186580688", "text": "what is the pirates of the caribbean in order"}
{"_id": "-822810697742332337", "text": "if a piece of music is perceived to have changed key then we say the piece has"}
{"_id": "-4663296615598634791", "text": "who was allowed to vote in the roman republic"}
{"_id": "3695813920971622504", "text": "when does the next warrior book come out"}
{"_id": "-1531676396763282931", "text": "which greek god flew too close to the sun"}
{"_id": "-3682350378604306871", "text": "when did the song rapper's delight come out"}
{"_id": "9187994979510737197", "text": "who's the model on let's make a deal"}
{"_id": "5078709962400196312", "text": "what mlb teams did deion sanders play for"}
{"_id": "-4910305402988079742", "text": "how much money did the film titanic make"}
{"_id": "1636956235349274030", "text": "when does it's a wonderful life comes on"}
{"_id": "5608421991404219229", "text": "where does the last name hansen come from"}
{"_id": "2577140274301537828", "text": "what is the symbol for christmas in brazil"}
{"_id": "-6762654750812139940", "text": "who sings she's like the wind lyrics"}
{"_id": "-3640066593401557276", "text": "where does the this is us family live"}
{"_id": "-4546405080702371934", "text": "when was the term prime minister first used"}
{"_id": "3653635084331615973", "text": "who won the mens single ice skating 2018"}
{"_id": "-8943432852681116531", "text": "what is cain and abel software used for"}
{"_id": "-2040762149245803825", "text": "what channel is abc on in phoenix arizona"}
{"_id": "-1378070576053000718", "text": "who played jennifer in back to the future"}
{"_id": "-8946826352712324685", "text": "where was the summer olympics held in 2012"}
{"_id": "-5578685052965147220", "text": "who cooks for the president of the united states"}
{"_id": "-7530191989994326613", "text": "where was the film coming home for christmas filmed"}
{"_id": "-7296166998534064378", "text": "who played the middle sister on full house"}
{"_id": "-4173722566701480014", "text": "a 58-story skyscraper in san francisco is tilting and sinking"}
{"_id": "8741253661372783389", "text": "when was the first season of when calls the heart"}
{"_id": "-2244798821441304446", "text": "who said one man's vulgarity is another's lyric"}
{"_id": "4764100575661627990", "text": "what football player is called the honey badger"}
{"_id": "-2273381713182307888", "text": "how many episodes of the killing on netflix"}
{"_id": "7214445857680379083", "text": "from whose perspective is the story of all quiet on the western front told"}
{"_id": "4905519627710399354", "text": "who was the person who escaped from alcatraz"}
{"_id": "-5199162398326752157", "text": "where does trick or treat for unicef money go"}
{"_id": "9200381329776083757", "text": "where is the inscription on the statue of liberty"}
{"_id": "9179702110514757818", "text": "where are the next two winter olympics going to be held"}
{"_id": "-5410471527866417159", "text": "when did i'm coming out come out"}
{"_id": "-3621585537083644585", "text": "what type of bridge is the charles bridge"}
{"_id": "-6934435686987287378", "text": "who makes the important government decisions in an autocracy"}
{"_id": "-7488727646515698670", "text": "what was the main characteristic of post-world war ii american society"}
{"_id": "-7003244893871973796", "text": "what is on top of us capitol building"}
{"_id": "-3587434056219625939", "text": "who did dwight howard play for last year"}
{"_id": "7225785319983716635", "text": "gabbar is back is a remake of which telugu movie"}
{"_id": "8466196474705624263", "text": "who was running as vice president in 1984"}
{"_id": "-7011448454774306489", "text": "who took the first steps on the moon in 1969"}
{"_id": "3125559316824073534", "text": "state with highest population growth rate in india 2011"}
{"_id": "7527743041084411715", "text": "who has the power (judicial) to make decisions in courts of law"}
{"_id": "-7168867178928877609", "text": "who does the voice of marceline on adventure time"}
{"_id": "5616662639825468727", "text": "who played truman capote in in cold blood"}
{"_id": "549545544241578743", "text": "which is the site of the light dependent reactions of photosynthesis"}
{"_id": "4248915064337089892", "text": "who is nebula on guardians of the galaxy"}
{"_id": "-2591224500902459000", "text": "who played desmond doss father in hacksaw ridge"}
{"_id": "-4733919216436438252", "text": "where can the mona lisa be found today"}
{"_id": "-7342336255668985618", "text": "when did canada sign the un declaration of indigenous rights"}
{"_id": "2503275827954984607", "text": "computer based models of real life situation are called"}
{"_id": "-7596137699185694907", "text": "where does the coral sea meet the pacific ocean"}
{"_id": "-547131849699096681", "text": "who is in charge of new issues not mentioned in the constitution"}
{"_id": "8391452533341141122", "text": "original cast of natasha pierre and the great comet of 1812"}
{"_id": "-7121388319008571057", "text": "what type of writing did ancient egypt use"}
{"_id": "-2840415450119119129", "text": "who started the guinness book of world records"}
{"_id": "6770911139022104689", "text": "which president supported the creation of the environmental protection agency (epa)"}
{"_id": "-6885378859177561056", "text": "who plays the protagonist peter rabbit in the 2018 motion picture release"}
{"_id": "-7001569795804002884", "text": "who sings i'm going to soak up the sun"}
{"_id": "2067016910489049269", "text": "where did the last name edwards come from"}
{"_id": "-8497815888777511426", "text": "who is mostly responsible for writing the declaration of independence"}
{"_id": "6316577464072726065", "text": "who plays the saint of killers on preacher"}
{"_id": "2238872939740015368", "text": "where does kfc get their chicken in south africa"}
{"_id": "-2937491632716380332", "text": "who does april end up with on parks and rec"}
{"_id": "734309880189507498", "text": "who played dwight's brother on the office"}
{"_id": "-2598748625975521828", "text": "when was corporal punishment banned in south africa"}
{"_id": "-745462523697378219", "text": "where was the first colony in north america located"}
{"_id": "8528577323396442254", "text": "when did sierra nevada brewery open in asheville"}
{"_id": "1453227198324349389", "text": "who plays the mother of howard on big bang theory"}
{"_id": "3593586556051918438", "text": "when did the bill of rights come out"}
{"_id": "6268752976507719216", "text": "when do you celebrate birthday if born on feb 29"}
{"_id": "-5677793720723651646", "text": "this poster was created to increase support for the war effort.the poster links food rationing to"}
{"_id": "-2362041234838636399", "text": "who was the first coronated king of manipur at kangla"}
{"_id": "4209712193405977362", "text": "who won big brother head of household canada"}
{"_id": "5063128834246440475", "text": "only player to play for manchester united manchester city liverpool and everton"}
{"_id": "-4352771238918801643", "text": "who is the quarterback for the green bay packers"}
{"_id": "-7147339950013793632", "text": "georgia out of angus thongs and perfect snogging"}
{"_id": "6055944049146105228", "text": "who sang the song if loving you is wrong i don't want to be right"}
{"_id": "2523901879214891936", "text": "when is the 5th round fa cup played"}
{"_id": "1496876286718225625", "text": "who built the tower of london in 1066"}
{"_id": "-8655962063448315913", "text": "when did seat belts become law in ontario"}
{"_id": "5423010984809516518", "text": "where does the band imagine dragons come from"}
{"_id": "-4423551111496986075", "text": "when was the last time the eu was audited"}
{"_id": "-1368496226157825142", "text": "where does the cell spend most of its time in the cell cycle"}
{"_id": "-7769128346512554192", "text": "who plays yoda in revenge of the sith"}
{"_id": "-5412367758097383866", "text": "what kind of national legislature did the constitution created"}
{"_id": "-5332490337340067440", "text": "where did the california gold rush take place"}
{"_id": "-5114443519122563276", "text": "who plays the dwarf king in the hobbit"}
{"_id": "-7441549111767247071", "text": "where did they film woody the woodpecker movie"}
{"_id": "-4343317143943754995", "text": "who presides over the highest criminal court in a district"}
{"_id": "6160560751326098110", "text": "who sang how long has this been going on song"}
{"_id": "-827423235244691325", "text": "when does bill nye saves the world season 2 come out"}
{"_id": "-1360571182637952554", "text": "when did skiing halfpipe become an olympic event"}
{"_id": "-4902262571850248372", "text": "when did the movie princess bride come out"}
{"_id": "8169291169016955760", "text": "who is ishani in lies of the heart"}
{"_id": "6638086316746882631", "text": "who hung the lanterns in the old north church"}
{"_id": "-7989535213092054347", "text": "when was the last wolf pack killed in yellowstone"}
{"_id": "7805719588487348587", "text": "when did the vikings first sail and reach britain"}
{"_id": "8327771608227586862", "text": "what is the minimum dollar amount for federal court"}
{"_id": "5239772721292332989", "text": "where would the group bacteroids likely be found"}
{"_id": "-6982838549793641839", "text": "who sings i wanna rock'n'roll all night"}
{"_id": "-7919701986808486506", "text": "what is it called when you believe in greek gods"}
{"_id": "-8498847464685915036", "text": "who won french open 2017 tennis tournament in men's double category"}
{"_id": "6434358870603591101", "text": "whos jack the ripper in gotham by gaslight"}
{"_id": "-6053488055478960702", "text": "who won first ancient olympic 200 yard race"}
{"_id": "-426239886608637831", "text": "who was selected for the 2018 football hall of fame"}
{"_id": "-1904757966771983046", "text": "what type of speed does a speedometer measure"}
{"_id": "-2937923533751095941", "text": "what is the name of the lymphatic vessels located in the small intestine"}
{"_id": "-443991868383137604", "text": "the inner sanctuary of the parthenon where the statue of athena is located in known as the"}
{"_id": "-7686691121046294763", "text": "what is the emblematic rhythm of dominican republic"}
{"_id": "-248879071981501725", "text": "who wrote the theme song to law and order"}
{"_id": "4166288673192618908", "text": "most of new zealands land supports which economic activity"}
{"_id": "-1141391488445604324", "text": "what was the original purpose of the kremlin"}
{"_id": "-2912534651218543566", "text": "when is the opening ceremonies of the olympics 2018"}
{"_id": "8130289504436773028", "text": "who sang theme song for dukes of hazard"}
{"_id": "-8769953039083630381", "text": "points on a sphere or angles in a circle are measured in units called"}
{"_id": "-8240658439749215817", "text": "when did john hart play the lone ranger"}
{"_id": "-5805368237608313439", "text": "published a treatise on perspective della pitture (or on painting) in 1435"}
{"_id": "-5674327280636928690", "text": "who sings you're welcome in moana credits"}
{"_id": "-1239615596735775879", "text": "who is the coach for the ottawa senators"}
{"_id": "-8097674464864205103", "text": "where was the remake of dirty dancing filmed"}
{"_id": "-6860089942313371938", "text": "when did sussex split into east and west"}
{"_id": "-3149747311750202105", "text": "who does the voice of the gorilla in the movie sing"}
{"_id": "-7315704277534873222", "text": "who was suite judy blue eyes written about"}
{"_id": "-4769385456939034988", "text": "when did a wrinkle in time start filming"}
{"_id": "8437192694659989578", "text": "who played shmuel in the boy in the striped pyjamas"}
{"_id": "-3320993703958028468", "text": "what color pages in the emergency response guidebook (erg) list compounds by name"}
{"_id": "7026548049572374691", "text": "who developed the concept of total quality management"}
{"_id": "8453604009134928493", "text": "this inventor co-created the film fred ott’s sneeze"}
{"_id": "-3407490342806384733", "text": "who sings what the world needs now in boss baby"}
{"_id": "-442417708560275755", "text": "who won the most medals at the 2014 winter olympics"}
{"_id": "-7627363632917466497", "text": "who determines the rules of the us house and us senate"}
{"_id": "4884658732028049316", "text": "when did las vegas become a gambling town"}
{"_id": "-5107559781320376096", "text": "who is the highest paid baseball player in the major leagues"}
{"_id": "5890866538303894370", "text": "list the seven gifts of the holy spirit"}
{"_id": "4870961414505835033", "text": "where is beijing located on the world map"}
{"_id": "-9151459252301477194", "text": "when did the legal drinking age changed to 21"}
{"_id": "333763277804609492", "text": "a player that can shoot pass or dribble is considered to be"}
{"_id": "-938578705122215845", "text": "where does the spinal cord become cauda equina"}
{"_id": "-8834996069938989383", "text": "when did clifford the big red dog first air on tv"}
{"_id": "-2953491529624297458", "text": "when was the last time kentucky won ncaa"}
{"_id": "1967531558485427303", "text": "what was guantanamo bay before it was a prison"}
{"_id": "1265966537878407180", "text": "who was the 19th c. artist who was both painter and graphic designer"}
{"_id": "3826862253571581938", "text": "who plays brad pitt's daughter in moneyball"}
{"_id": "254065856937943955", "text": "who won season 2 of real chance of love"}
{"_id": "-953849400724466906", "text": "where did huntington's disease get its name"}
{"_id": "-5407234157766859145", "text": "turkey stuffed with a duck stuffed with a chicken"}
{"_id": "2884966474182044344", "text": "who won the first season of america's got talent"}
{"_id": "-5061370765188535062", "text": "how many quarterbacks have a receiving touchdown in the superbowl"}
{"_id": "-346866783760651662", "text": "when did ga state get a football team"}
{"_id": "1627235089487061878", "text": "when does the first nba basketball game start"}
{"_id": "6217752837777787594", "text": "who plays heather in beauty and the beast"}
{"_id": "7368254478874801356", "text": "who is the head of the department of homeland security 2017"}
{"_id": "5009255319596563516", "text": "who has the most gold gloves at shortstop"}
{"_id": "-7344570058818349307", "text": "who can be called a man of god"}
{"_id": "-5255735265739582707", "text": "a system of fortifications along france's border"}
{"_id": "-521349963474269802", "text": "who wrote ain't living long like this"}
{"_id": "-7607504458781868831", "text": "what is the name of the skin between your nostrils"}
{"_id": "-145926233057232882", "text": "what is the breakdown product formed when one phosphate group is removed from atp"}
{"_id": "-2520765213268223500", "text": "ahana from dil sambhal ja zara real name"}
{"_id": "-7267574651947029426", "text": "to transplant a nucleus from one cell to another cell a scientist would use"}
{"_id": "3840901317699168424", "text": "what does a bull shark tooth look like"}
{"_id": "-1163524811252371834", "text": "who played the girl in my two dads"}
{"_id": "-8152430794227425375", "text": "what type of planet is neptune known as"}
{"_id": "-5738106146117683016", "text": "when do love and hip hop new york come back on"}
{"_id": "-3970079294139411862", "text": "how many gallons of water in the gulf of mexico"}
{"_id": "810772972080024175", "text": "anastomosis between the epididymis and the vas deferens"}
{"_id": "-4044344454441564632", "text": "who is given credit for inventing the aqua lung"}
{"_id": "7143040220722532389", "text": "when was it was not death for i stood up published"}
{"_id": "-5748368670037082784", "text": "what is the definition of the name thomas"}
{"_id": "8190949321615211886", "text": "actress who plays penelope garcia on criminal minds"}
{"_id": "-9203958203595622889", "text": "who is president of india in present time"}
{"_id": "-2349691009719617713", "text": "why did kevin can't wait wife leave the show"}
{"_id": "1442521968114516256", "text": "when did season 4 of glee come out"}
{"_id": "4920082918364942541", "text": "who were the major countries involved in the cold war"}
{"_id": "2607341085762662184", "text": "what is the main use of the eiffel tower in modern times"}
{"_id": "3221048264431718328", "text": "sweet leavened bread prepared for easter in romania"}
{"_id": "-5864856625806411702", "text": "chief ministers of tamil nadu mentioned on wikipedia"}
{"_id": "-6145868466021183224", "text": "who played solomon in little house on the prairie"}
{"_id": "-8209571805051987276", "text": "what is the genus of a bald eagle"}
{"_id": "7062924428870783818", "text": "who directed the best years of our lives"}
{"_id": "6882831655380911332", "text": "which british city is farthest from the sea"}
{"_id": "7895715200373578920", "text": "how many characters are present in icd-10 codes"}
{"_id": "-8464536395541330825", "text": "which layer of the meninges is connected to the brain"}
{"_id": "-4392475526001139368", "text": "who was first governor general of british india"}
{"_id": "-4487724214437405890", "text": "where is the heart of palm on a palm tree"}
{"_id": "-1342189058950802702", "text": "who made the poppies at tower of london"}
{"_id": "-6531366728667964971", "text": "what is the inner core of the earth made from"}
{"_id": "608136254238749812", "text": "where did the british army launch a successful invasion in 1776"}
{"_id": "-4049786002203271572", "text": "who wrote the guitar solo in beat it"}
{"_id": "-2033893527164697325", "text": "who was the first executive president of guyana"}
{"_id": "-7555953957057409422", "text": "who plays sven in the santa clarita diet"}
{"_id": "4639443563976072562", "text": "term limits for house of representatives and senate"}
{"_id": "-7264742768431676142", "text": "who hosted and won the inagural world cup"}
{"_id": "-755777782301038229", "text": "iupac name of element with atomic number 107"}
{"_id": "-564063817056958231", "text": "when does boomer find out she a cylon"}
{"_id": "2010294071842366580", "text": "who wrote the treasure of the sierra madre"}
{"_id": "-838090964585984539", "text": "what was the name of darth vader star destroyer"}
{"_id": "5980486301760893723", "text": "what is the female lion called in lion king"}
{"_id": "8551231508158823921", "text": "how many seasons are in star wars the clone wars"}
{"_id": "-4664207169377167173", "text": "who sings gone gone gone she been gone so long"}
{"_id": "-7605852330002608395", "text": "what does the air gap do on a dishwasher"}
{"_id": "1747539378277902434", "text": "who sang smoke gets in your eyes first"}
{"_id": "2494339783007699672", "text": "where does dividends go on cash flow statement"}
{"_id": "-6195495799282225761", "text": "what is the 180 degree line of longitude called"}
{"_id": "-2808093071562767910", "text": "who played the face in the a team"}
{"_id": "7119887147544272496", "text": "when did the last volcano erupt in iceland"}
{"_id": "-7102729436138036180", "text": "when are you considered under the poverty line"}
{"_id": "-8391680223788694572", "text": "who wrote if i were a boy reba or beyonce"}
{"_id": "-6785327703850595221", "text": "who has climbed mount everest the number of times"}
{"_id": "6345284186404798651", "text": "when did world war one begin and end"}
{"_id": "8554383981733928079", "text": "who is opening for little mix glory days tour"}
{"_id": "-8143736059759034639", "text": "who did the steelers lose to in the playoffs last year"}
{"_id": "-2520046502679470257", "text": "who designed the earth day flag in 1969"}
{"_id": "-2847479235569545307", "text": "the length and direction of a straight line between two locations or positions"}
{"_id": "6970106779911297", "text": "who played nathan scott on one tree hill"}
{"_id": "-5477318889235784500", "text": "who plays manny in diary of a wimpy kid"}
{"_id": "-7088737664341110606", "text": "where is the citrus bowl held this year"}
{"_id": "-5749344355510160678", "text": "who plays the woodsman in over the garden wall"}
{"_id": "-2265968001577911109", "text": "who played anna in once upon a time"}
{"_id": "2269298549089163701", "text": "who made possible the first reproduction of the human voice on the phonograph"}
{"_id": "-7877453212935784905", "text": "when did american idol end the first time"}
{"_id": "-2513471321816151630", "text": "when did the anti smacking law come in nz"}
{"_id": "-2595383962592690378", "text": "what's the dwarf's name in game of thrones"}
{"_id": "-9204719170990332384", "text": "who plays ser davos in game of thrones"}
{"_id": "1678705738877397170", "text": "who hit the first home run in the houston astrodome"}
{"_id": "-3571188254210519942", "text": "whats the movie called with justin timberlake and time"}
{"_id": "9094942671294087016", "text": "who wrote the poem for whom the bell tolls"}
{"_id": "-2099882460840294879", "text": "where did the idea of a unicorn come from"}
{"_id": "2522763786590394101", "text": "which battle ended britain's support for the south"}
{"_id": "-468308601189845347", "text": "the atomic number of indium which belongs to 5th period is"}
{"_id": "1210321528011089603", "text": "what is the number of total presidential electoral votes"}
{"_id": "-283793683772083530", "text": "where does fungi go on a food web"}
{"_id": "-5550418359037039165", "text": "who plays noah newman on the young and the restless"}
{"_id": "6680143054298906636", "text": "when did the botswana currency first come into circulation"}
{"_id": "-8273418381527082543", "text": "when did television come out in the us"}
{"_id": "2632565114286235954", "text": "who plays on the tv show the resident"}
{"_id": "8635293627598264071", "text": "who is the real killer in basic instinct 2"}
{"_id": "6402018757680749173", "text": "what's in a beam me up scotty"}
{"_id": "-666438026258925606", "text": "where did the legend of the easter bunny come from"}
{"_id": "8764595541108458270", "text": "which material is the heaviest in term of density"}
{"_id": "-8442256917076545156", "text": "when does star trek discovery air on tv"}
{"_id": "-6966211165344833885", "text": "when was the last god of war made"}
{"_id": "9070003128797416503", "text": "who has scored the most half centuries in test cricket"}
{"_id": "-8568491076373357236", "text": "what awards did the curious case of benjamin button win"}
{"_id": "-5471777320348063942", "text": "when do you get your white coat in pharmacy school"}
{"_id": "-7464749427171296276", "text": "where do they film take me out fernando's"}
{"_id": "-237144182679384676", "text": "where was harry potter and the deathly hallows part 1 filmed"}
{"_id": "3759549262611018858", "text": "when was the last year thanksgiving was on the 23rd"}
{"_id": "7930206982073279144", "text": "who won the medals in men's figure skating 2018"}
{"_id": "-336322932979016835", "text": "who played violet in a series of unfortunate events netflix"}
{"_id": "3347518453038702697", "text": "who played the mom in the partridge family"}
{"_id": "-388088153376170061", "text": "star wars episode ii attack of the clones characters"}
{"_id": "764280410308248685", "text": "who plays dawn on nicky ricky dicky and dawn"}
{"_id": "5656114713186915530", "text": "who played tom in four weddings and a funeral"}
{"_id": "-6662395259728504920", "text": "who directed the iconic animated short educational film ek anek aur ekta"}
{"_id": "-544805225908484128", "text": "is greenland part of europe or north america"}
{"_id": "2982601324330300938", "text": "what age do you need to be to buy a bb gun"}
{"_id": "2377437532445574435", "text": "when did jelly beans became associated with easter"}
{"_id": "-1358153963523436054", "text": "who introduced the first chrismas tree to the uk"}
{"_id": "-4643274656789968266", "text": "where is fe best absorbed in the body"}
{"_id": "-6453913694020606995", "text": "when did starbucks become a publicly traded company"}
{"_id": "8235058762225896097", "text": "what side does us army go on acu"}
{"_id": "-7056259512574600329", "text": "what type of business is chamber of commerce"}
{"_id": "-7334041128732111683", "text": "chemicals produced in one part of a plant that affect the growth and response of other parts"}
{"_id": "5741018585387321089", "text": "what are the power of supreme court in the philippines"}
{"_id": "-815668701520014042", "text": "who plays reggie the robot in justin's house"}
{"_id": "-1634190793035608785", "text": "who played cruella de vil in 101 dalmatians"}
{"_id": "-5646056836091194880", "text": "name two fibres which are made of proteins"}
{"_id": "-4950472843406558062", "text": "who is john snow on game of thrones"}
{"_id": "-4842157801620760631", "text": "what kind of book is where's waldo"}
{"_id": "8948147123900423867", "text": "who won latest america's next top model"}
{"_id": "-2881080266029510543", "text": "where is the left anterior descending artery located"}
{"_id": "-9035993121375530942", "text": "where does the pulmonary trunk receive blood from"}
{"_id": "-2324904500814145665", "text": "when was south african youth day first celebrated"}
{"_id": "-6075869945949324935", "text": "who has the most trophies in la liga"}
{"_id": "-5011119306587397321", "text": "who sings the theme song to all that"}
{"_id": "1374897305605891319", "text": "who's playing in the sec championship 2017"}
{"_id": "-4612848028122198988", "text": "what was the purpose of the mall of america"}
{"_id": "1860721105326995859", "text": "who does betty end up with on riverdale"}
{"_id": "1819826198204382781", "text": "who won the american league east in 2017"}
{"_id": "5120284913074858552", "text": "when is the last time congress passed a complete budget"}
{"_id": "112939521296080681", "text": "what is the real name of our sun"}
{"_id": "2482628942817165629", "text": "who sang the song i wanna be sedated"}
{"_id": "-8573099532306102698", "text": "china in chinese is called zhongguo which means"}
{"_id": "-5003538501505873412", "text": "who sang i dreamed a dream in les miserables"}
{"_id": "8396656374303117091", "text": "who plays the scary nun in the conjuring 2"}
{"_id": "-8958554260105256647", "text": "who has the most number one single hits"}
{"_id": "-8868717887523773702", "text": "how does the cash cab guy read the questions"}
{"_id": "-9078934592669508929", "text": "when did the black death end in england"}
{"_id": "5675431682011947120", "text": "when do new episodes of ncis los angeles return"}
{"_id": "-5435239394920907507", "text": "when did the ouija board first come out"}
{"_id": "6163677680292872516", "text": "where was the movie the glass castle filmed"}
{"_id": "-4955470695601569897", "text": "who grows the most coffee in the world"}
{"_id": "-2945927163209585149", "text": "when are the next commonwealth games going to be held"}
{"_id": "2197542686080749603", "text": "who sang one bad apple spoils the bunch"}
{"_id": "813008019706037994", "text": "where is the tennessee titans football stadium located"}
{"_id": "-1222948057007052760", "text": "how many players on the line of scrimmage in american football"}
{"_id": "-5841995020099553222", "text": "where does the last name cintron come from"}
{"_id": "7021313805354142751", "text": "who invented the transtheoretical model of behavior change"}
{"_id": "-474186399952989830", "text": "where are they playing the superbowl at this year"}
{"_id": "-2870089333524299909", "text": "who has won the 2018 formula one australia grand prix tournament"}
{"_id": "3587717836446003640", "text": "who represents the arizona 9th district in the house"}
{"_id": "-684058159028311642", "text": "when did are you smarter than a 5th grader first air"}
{"_id": "6390417107479371828", "text": "leader of carthage in the first punic war"}
{"_id": "-5218891314401070056", "text": "where did the indian myna bird come from"}
{"_id": "3044524575104566448", "text": "when was the 50th star added to the united states flag"}
{"_id": "-2795284316569893699", "text": "who was the famous scientist that ran the research lab moseley went to in manchester"}
{"_id": "-3160944401519566327", "text": "when did come fly with me come out"}
{"_id": "-9044766538067253255", "text": "when did avatar the last airbender first air"}
{"_id": "4890697807517137179", "text": "islamic term for the community of the faithful"}
{"_id": "4803203223743199668", "text": "what group of animals do octopus belong to"}
{"_id": "4417122874832363992", "text": "when did the second it movie come out"}
{"_id": "1236464249337844933", "text": "who plays caesar planet of the apes 2014"}
{"_id": "6784484022376193117", "text": "who is the girl who played in the grinch"}
{"_id": "675165728449090652", "text": "when did the tv show the waltons first air"}
{"_id": "-3598155157204674722", "text": "where did the dewey decimal system come from"}
{"_id": "6785597892935739178", "text": "what was the first light beer in the us"}
{"_id": "-2885325042912800073", "text": "who sings the christmas song all i want for christmas is you"}
{"_id": "525831041586003017", "text": "who had a baby at 100 in the bible"}
{"_id": "3844547203530823529", "text": "who won the most stanley cups in history"}
{"_id": "7399729722473359987", "text": "country with most olympic gold medals all time"}
{"_id": "8475341882385418406", "text": "when did the song things that make you go hmmm come out"}
{"_id": "7959139617269330860", "text": "when was the last time clemson won the national championship"}
{"_id": "5364680911815100032", "text": "how many seasons of the glades were made"}
{"_id": "4145652099727036103", "text": "when was the problem of cfc's discovered"}
{"_id": "3503546694948898984", "text": "who won the ncaa basketball championship in 1994"}
{"_id": "6928874682184290118", "text": "where does the term jack mormon come from"}
{"_id": "-4088294748246363182", "text": "who used the word physiology for the first time"}
{"_id": "3113303114979865831", "text": "who won season 5 of hell's kitchen"}
{"_id": "-1237541127242374338", "text": "who is emma dating in once upon a time"}
{"_id": "-4511879760813465490", "text": "star cast of ab tumhare hawale watan sathiyon"}
{"_id": "2937853297914087210", "text": "who played the jewish man in coming to america"}
{"_id": "-7990369220756678421", "text": "who is the most followed user on instagram 2017"}
{"_id": "6857253186683092244", "text": "when did the ncaa tournament became more important than the nit"}
{"_id": "-8109367537690343895", "text": "who were the twins that played for kentucky"}
{"_id": "6066757719405746509", "text": "when did frank sinatra first sing new york new york"}
{"_id": "-5388682165581915393", "text": "who is the first wife on sister wives"}
{"_id": "-3559055084635054736", "text": "an influential religion to enter china along the silk route during the han dynasty was"}
{"_id": "2353810359858824661", "text": "who sang the song one of these nights"}
{"_id": "2417630864456570353", "text": "who won season 16 on dancing with the stars"}
{"_id": "-4636354580839411970", "text": "what kind of metric system does the us use"}
{"_id": "6248334821889299282", "text": "who sings i just want to use your love tonight"}
{"_id": "3630221908691397878", "text": "who sang our god is an awesome god"}
{"_id": "-7803275603460252965", "text": "forney's sister in where the heart is"}
{"_id": "3895386769528538506", "text": "who played the twins in darling buds of may"}
{"_id": "-4599632734156664921", "text": "when did the first marvel vs capcom come out"}
{"_id": "5117997122043803853", "text": "what flag is red and has a gold star"}
{"_id": "-5931088709249789625", "text": "how many pieces in a terry's chocolate orange"}
{"_id": "6081417350032666016", "text": "what are the functions of the human skeleton"}
{"_id": "-5962834986971381510", "text": "when did the study of media effects begin"}
{"_id": "-2145320572161635842", "text": "what is the oasis in ready player one"}
{"_id": "-2935843424354238215", "text": "what was the name of the horse in steptoe and son"}
{"_id": "-3241019768341947300", "text": "when did the golden state warriors win the finals"}
{"_id": "-7583584111592285108", "text": "who was the youngest president to be elected"}
{"_id": "-3251809994408662838", "text": "when was the young and the restless first aired"}
{"_id": "-1859849449356311607", "text": "when did lionel messi play his first game for barcelona"}
{"_id": "-8812023770401780881", "text": "the boards name on ed edd and eddy"}
{"_id": "-5156262494346608389", "text": "how many episodes in game if thrones season 7"}
{"_id": "-5454592898253291827", "text": "who are the only 2 families that have had 3 generations of oscar winners"}
{"_id": "5901661238535651276", "text": "who plays nikko in the wizard of oz"}
{"_id": "4478004096965535989", "text": "who founded mission nuestra senora de la soledad"}
{"_id": "-736666438111464162", "text": "the lowest temperature at which a lubricant will flow is called the"}
{"_id": "-3611207637583466860", "text": "when did martial law in the philippines end"}
{"_id": "-6430153193272048276", "text": "name the four major layers of the earth in order"}
{"_id": "-3165901349277199099", "text": "how many levels of protein structure are there"}
{"_id": "1164480442515469320", "text": "what is the definition of the word hosanna"}
{"_id": "-2878146513822230753", "text": "what areas of africa were involved in colonization"}
{"_id": "-2788043399971738134", "text": "when did the isle of wight become an island"}
{"_id": "-6020718793311054865", "text": "what part of maryland is close to washington dc"}
{"_id": "2190194517181431024", "text": "when was the last time giants won superbowl"}
{"_id": "2910151259471653358", "text": "where can you find convergent boundaries on earth"}
{"_id": "-4550963235437934590", "text": "who plays the lion in the movie zookeeper"}
{"_id": "-8232747178854227347", "text": "what is the speed of the nascar pace car"}
{"_id": "-9125298319026314215", "text": "what was the emperor name in star wars"}
{"_id": "-319753359485793466", "text": "who is the original singer of fool if you think it's over"}
{"_id": "3602256045094949542", "text": "who played the female lead in the 1942 film casablanca"}
{"_id": "8520286983945685639", "text": "where did hope on bold and beautiful go"}
{"_id": "-728063265509858234", "text": "where did they get the vibranium to make captain americas shield"}
{"_id": "2566134310827847072", "text": "when did radio shack change to the source"}
{"_id": "-3781618134435423364", "text": "which state was returned to spain after the revolutionary war"}
{"_id": "3507994835462863402", "text": "who played forrest gumps mother in the 1994 film"}
{"_id": "7156662876463792168", "text": "where does new york drinking water come from"}
{"_id": "-5242214421933718346", "text": "how did leo dalton die in silent witness"}
{"_id": "2019544776477780298", "text": "public companies are part of what economic sector"}
{"_id": "-7762777183448554957", "text": "who played young clark kent in 1978 superman"}
{"_id": "530230237658072225", "text": "who formed the indian society of oriental art"}
{"_id": "1505158538363142164", "text": "who discovered that plants were made of cells"}
{"_id": "-86061704964093180", "text": "when was the suite life of zack and cody made"}
{"_id": "5217063434217549041", "text": "where does the sun hit the us first"}
{"_id": "-6705663232244508339", "text": "who's flag is red white and green"}
{"_id": "4411139568251991249", "text": "when did the new day win the tag team titles"}
{"_id": "5546821905435239058", "text": "who wrote if she knew what she wants"}
{"_id": "-7724688015982273680", "text": "where does the last name tavarez come from"}
{"_id": "-4073927395432951958", "text": "is coca cola a public or private company"}
{"_id": "-5319807841072678492", "text": "who wrote from now on from the greatest showman"}
{"_id": "-5702657710806575402", "text": "who sang nice day for a white wedding"}
{"_id": "7974359068346844171", "text": "who is the authority or governing body of mca"}
{"_id": "8122014815961110057", "text": "where does sound travel fastest solid liquid or gas"}
{"_id": "-614648021530826336", "text": "what does aa on a license plate mean"}
{"_id": "-1302735871169787915", "text": "who was president when the panama canal was built"}
{"_id": "3898402058787987982", "text": "who is super bowl 2018 half time show"}
{"_id": "-3475631746322547715", "text": "where does prime rib come from on a cow"}
{"_id": "923934477516364422", "text": "who enforces the charter of rights and freedoms"}
{"_id": "-7857107859116157889", "text": "who plays joker in batman the dark knight"}
{"_id": "2672721743911117185", "text": "who developed a set of postulates to prove that specific microorganisms cause disease"}
{"_id": "-4747832956913377153", "text": "what is the common name for gravitational force"}
{"_id": "-227349815410103996", "text": "region of antarctica where march of the penguins filmed"}
{"_id": "-4732547990490429386", "text": "when do new episodes of mindy project air"}
{"_id": "-8544960023313580012", "text": "first who wants to be a millionaire winner uk"}
{"_id": "-1937309298763023705", "text": "where's the pro bowl going to be this year"}
{"_id": "6946792759880491067", "text": "who sang raindrops keep fallin on my head"}
{"_id": "-4762892019388626691", "text": "who is credited with developing the geocentric view"}
{"_id": "-5542027230461232052", "text": "who was the voice of templeton in charlotte's web"}
{"_id": "-1986464037797500492", "text": "when did the jurassic park movies come out"}
{"_id": "-5933106165534207240", "text": "in the dynastic cycle what is the right to rule called"}
{"_id": "-5757676728167190063", "text": "who sings i don't want to be lonely"}
{"_id": "7207818293887284017", "text": "who was the successful commanding general of the northern forces in the civil war"}
{"_id": "-6969822882191683401", "text": "who sang the original song send in the clowns"}
{"_id": "6653870244983132962", "text": "who sang the theme song to step by step"}
{"_id": "-6656001676709758921", "text": "when is beyblade burst super z coming out"}
{"_id": "5995814638252489040", "text": "who played scotty baldwins father on general hospital"}
{"_id": "530113058367948452", "text": "vine with heart shaped leaves and white flowers"}
{"_id": "-6169823256011832032", "text": "where does the thames river begin and end"}
{"_id": "2781354757702216858", "text": "how many wing stops are there in the united states"}
{"_id": "-782889873546878660", "text": "who sang theme song for license to kill"}
{"_id": "-7477380923799732007", "text": "what is the spelling of lakh in english"}
{"_id": "7538504132348604924", "text": "who won last year's grand national 2017"}
{"_id": "2483747509286639118", "text": "where did the first persian gulf war take place"}
{"_id": "-9138327189311045968", "text": "who is responsible for establishing local licensing forum"}
{"_id": "1216909357450278577", "text": "what was the name of the first continent"}
{"_id": "7059301291526954298", "text": "who was the ruler of england in 1616"}
{"_id": "276186078274972209", "text": "what episode does caroline get turned into a vampire"}
{"_id": "-1411792450237623098", "text": "which of the following helmiths feeds on blood"}
{"_id": "6540158939765976212", "text": "when does the men's worlds curling start"}
{"_id": "-7784467847733894276", "text": "who did cubs beat in 2016 world series"}
{"_id": "-1092628173964573043", "text": "who owns the rights to rocky and bullwinkle"}
{"_id": "8421534552620239493", "text": "where does blonde hair green eyes come from"}
{"_id": "-4691591736078111137", "text": "who is the cast of the new tomb raider movie"}
{"_id": "-2308595657305132985", "text": "where does the song 10 green bottles come from"}
{"_id": "2393638031430483272", "text": "what was the first kind of vertebrate to exist on earth"}
{"_id": "5822668534694350880", "text": "who played the original wonder woman on tv"}
{"_id": "8959238068572804006", "text": "where was the louisiana purchase signed in 1803"}
{"_id": "-3230216294564163039", "text": "when does the call of the wild take place"}
{"_id": "7549291271483002097", "text": "who were the first kings to issue coins bearing their names"}
{"_id": "3918096352404329238", "text": "who played the colorado kid in rio bravo"}
{"_id": "-2039013127734208846", "text": "what is the main character's name in layer cake"}
{"_id": "1869544962035349915", "text": "who played the original steve mcgarrett on hawaii five-o"}
{"_id": "-2362225378701070067", "text": "what year did return of the mack come out"}
{"_id": "6992145419791846251", "text": "the xix of the social security act of 1965 established"}
{"_id": "-7064677612340044331", "text": "who wrote the song if i were a boy"}
{"_id": "8143662000752264594", "text": "when was the bridge over the hoover dam built"}
{"_id": "-4515156080866469611", "text": "who plays auggie in the movie the wonder"}
{"_id": "-9094405453475162500", "text": "when was the japanese videogame company nintendo founded"}
{"_id": "-3987615030635779915", "text": "who proposed the virginia plan at the constitutional convention"}
{"_id": "-1570489268362749053", "text": "what is the current population of bora bora"}
{"_id": "4313270809530812562", "text": "what does sip stand for in the ngn / ims context"}
{"_id": "-6848893167800415235", "text": "what channel is celebrity big brother on in the usa"}
{"_id": "-4491659746428436172", "text": "who overthrew the mongols and established the ming dynasty"}
{"_id": "5200102147660112302", "text": "where does the grapes of wrath take place"}
{"_id": "7323267680049207147", "text": "who wrote the declaration of man and citizen"}
{"_id": "6455569855608254961", "text": "who was the author of the art of war"}
{"_id": "7410490453997997451", "text": "when was fingerprinting first used by the police"}
{"_id": "4606135189354740425", "text": "when did the ottoman empire surrender in ww1"}
{"_id": "9050098303086371705", "text": "where do the blood vessels that supply the retinal cells lie"}
{"_id": "1360782626100733336", "text": "when does elijah first appear in vampire diaries"}
{"_id": "5596752231317655524", "text": "who does the voice of nala in the lion king"}
{"_id": "7087578791099746645", "text": "who sings god gave rock and roll to you"}
{"_id": "-9218071870296104401", "text": "when does the new mlp movie come out"}
{"_id": "-1294267222332926580", "text": "who made the first spanish landing on the mainland of north america"}
{"_id": "6933630205273896681", "text": "where was the film the remains of the day filmed"}
{"_id": "8355190372032373580", "text": "where was the remake of wake in fright filmed"}
{"_id": "-7542148038453012824", "text": "where did they film the royal tv series"}
{"_id": "-426246770431284105", "text": "type of disappearing lake found in limestone areas in the west of ireland"}
{"_id": "6252368506266045525", "text": "in which year was led zepplin refused entry into singapore because the band members had long hair"}
{"_id": "6905741655003866786", "text": "when were the words under god added to the pledge"}
{"_id": "-7955945279195374355", "text": "what was vietnam called in the years before world war 2"}
{"_id": "5287882544670516867", "text": "who is directly elected according to the constitution"}
{"_id": "-6133376783179617930", "text": "when did the lion king start on broadway"}
{"_id": "-8663677348726230272", "text": "when was the movie the wizard of oz made"}
{"_id": "-4833508989682322610", "text": "when does the next apollo book come out"}
{"_id": "-4399684604572035360", "text": "what kind of dog is nana in snow dogs"}
{"_id": "-5892817736532940525", "text": "who has won the most college football national champions"}
{"_id": "-2836256430486788997", "text": "who ruled the ottoman empire in the 1500s"}
{"_id": "-2315398743302009652", "text": "where is lord's prayer found in bible"}
{"_id": "2884377448854647000", "text": "how are leaders of the two parties in congress chosen"}
{"_id": "-8845728821520703165", "text": "three act puccini opera first performed in 1900"}
{"_id": "-6047989319894692111", "text": "who has a ring of power in lotr"}
{"_id": "-6280343799051483232", "text": "philadelphia is known as the city of what"}
{"_id": "6848877582744849076", "text": "first dynasty to issue gold coins in india"}
{"_id": "4448657589160490300", "text": "who played bubba in the heat of the night"}
{"_id": "-5789423858312767304", "text": "who is the singer of kal ho na ho"}
{"_id": "-6450570765214926500", "text": "who is the minister of youth in namibia"}
{"_id": "8576065768686847484", "text": "where did the crown of thorns starfish come from"}
{"_id": "350873972182122769", "text": "when does the movie the star come out"}
{"_id": "8871626316457705248", "text": "who did bette midler portray in the rose"}
{"_id": "8185245440398430688", "text": "where do they get the hair for a hair transplant"}
{"_id": "9163642493279224316", "text": "when was the last time anyone was on the moon"}
{"_id": "1689396195793528553", "text": "where does what in the sam hill come from"}
{"_id": "3297310095043146275", "text": "the vast interior rural area of australia is known as the"}
{"_id": "109376485309440169", "text": "where is the love meaning of the song"}
{"_id": "938657920608427711", "text": "what type of reaction occurs to form a dipeptide"}
{"_id": "2417467680631356371", "text": "when did india win their first cricket match"}
{"_id": "-1170316701863569392", "text": "the era of the great mughals began with the accession of"}
{"_id": "383080598812969868", "text": "which financial statement involves all aspects of the accounting equation"}
{"_id": "-6420655192200739203", "text": "where did the world's largest recorded wave occur"}
{"_id": "-4239413776022566850", "text": "when did hyderabad became a part of india"}
{"_id": "3180985211266498326", "text": "who plays bianca in that's so raven"}
{"_id": "440199079925036478", "text": "who are the leaders of the jehovah witnesses"}
{"_id": "401505652382102094", "text": "which church was given a letter in the book of revelation"}
{"_id": "-6544639991517260033", "text": "what parts make up the peripheral nervous system"}
{"_id": "5427679691711111925", "text": "who were the two mathematicians that invented calculus"}
{"_id": "-4620078914335056493", "text": "where do red ear slider turtles lay eggs"}
{"_id": "-8055004517352753847", "text": "when is the new season of wentworth coming out"}
{"_id": "-7229544162712597170", "text": "when was the miraculous journey of edward tulane published"}
{"_id": "4005078879968270199", "text": "character in macbeth who is murdered and appears as a ghost"}
{"_id": "-4911625429276396291", "text": "when was as you like it first performed"}
{"_id": "-430859680692445019", "text": "when did computer become widespread in homes and schools"}
{"_id": "-5501481664893105662", "text": "who proposed that electrons behave like waves and particles"}
{"_id": "8594030243394572667", "text": "how many senators are there in the us senate"}
{"_id": "-716176363900512091", "text": "phase change from gas to solid is called"}
{"_id": "-5593761806871287545", "text": "what is the longest english word in the dictionary"}
{"_id": "4245798066923223457", "text": "who has the most all star mvp awards"}
{"_id": "-331751834641431619", "text": "how many breeds of pigs are there in the uk"}
{"_id": "1318031841813121387", "text": "who sang the theme song to that 70s show"}
{"_id": "-873107511766305306", "text": "when was zero first used in mathematical operations"}
{"_id": "-58163792752112756", "text": "what was one reason south carolina gave for its decision to secede from the union"}
{"_id": "-2812597164906272385", "text": "who laid the foundation of school of possibilism"}
{"_id": "-6639724600997668931", "text": "how much for a passport in the philippines"}
{"_id": "6309445075358131629", "text": "who sang let me tell you about the birds and the bees"}
{"_id": "6230352510064329328", "text": "when was the first time the internet was used"}
{"_id": "7747650527256300808", "text": "nuclear power plant that blew up in russia"}
{"_id": "8654444840445750317", "text": "who is stephanie's mom on the bold and the beautiful"}
{"_id": "5543510584551366341", "text": "when did the celebrities enter the big brother house"}
{"_id": "-2919421084803245578", "text": "who did carolina lose to in the super bowl"}
{"_id": "1065612251914840415", "text": "who is the girl in the stone sour video say you'll haunt me"}
{"_id": "4258647591080003263", "text": "what kind of bird is in the lion king"}
{"_id": "-1626541047372980132", "text": "when did the red guards start and end"}
{"_id": "-693847391395525804", "text": "what type of database is library literature and information science"}
{"_id": "4019335299699332844", "text": "who sang the theme song from russia with love"}
{"_id": "8852834747561852791", "text": "who established the idea that microorganisms play a role in disease"}
{"_id": "5267267408295554461", "text": "where did this case of product tampering occur"}
{"_id": "8095779539186493860", "text": "how many us states are commonwealths and which states are they"}
{"_id": "-1739221498934438491", "text": "where is season 3 of the detour filmed"}
{"_id": "3139540629453277852", "text": "how many paintings of sunflowers did van gogh paint"}
{"_id": "4989141810567668595", "text": "who is the actress that plays penny on the big bang theory"}
{"_id": "-507393196484821237", "text": "who is known as the philippine queen of bossa nova"}
{"_id": "-6244540977142172176", "text": "when was the last time it snowed in england on christmas day"}
{"_id": "-1580637763990313083", "text": "when did muhammad ali win an olympic gold medal"}
{"_id": "-1043054449143427368", "text": "when does thomas rhett's new album come out"}
{"_id": "7165584361596920907", "text": "a town in west yorkshire on the river aire home to a rugby league team"}
{"_id": "2776741854318333179", "text": "who sings only love can break your heart"}
{"_id": "-7518405190999038417", "text": "who was assassinated during a visit to sarajevo in bosnia"}
{"_id": "7520402739582397133", "text": "when was the first book made into a movie"}
{"_id": "-510907719981675661", "text": "what allows chyme to enter the small intestine"}
{"_id": "-7198839892825072919", "text": "who was the baby in ghost busters 2"}
{"_id": "-4042391161693864280", "text": "author of the hymn great is thy faithfulness"}
{"_id": "-5599477228666844910", "text": "what type of rock dominates the earth's surface"}
{"_id": "-1317942101497986450", "text": "when is season 8 for game of thrones"}
{"_id": "-2751908283042856030", "text": "who sang original i want a hippopotamus for christmas"}
{"_id": "5639549384591145661", "text": "when is the end of the football season"}
{"_id": "5478391725045473537", "text": "who plays spock in the new star trek movies"}
{"_id": "-7155063525359960751", "text": "how many nfl games were played in london"}
{"_id": "-7438513259629345624", "text": "what is alpha centauri's approximate distance from earth"}
{"_id": "2129315990503064870", "text": "when did the ouija board game come out"}
{"_id": "-1425049791898563664", "text": "who said i will not go quietly into the night"}
{"_id": "-6638858301927955236", "text": "who wins america's next top model cycle 20"}
{"_id": "353421942758169811", "text": "what is the zebras name in peppa pig"}
{"_id": "2057977686951937626", "text": "who played david on the assassination of gianni versace"}
{"_id": "-2905696611778901658", "text": "who sang oh annie i not your daddy"}
{"_id": "-2622805360660993548", "text": "on which river did the exploration of the louisiana purchase begin"}
{"_id": "3394342679382237403", "text": "where did the last name taylor originate from"}
{"_id": "5328438809332726480", "text": "when does planet of the apes come out 2017"}
{"_id": "-7223601253318877532", "text": "when was the first time lebron went to the finals"}
{"_id": "-7581059872074630037", "text": "who plays the voice of john smith in pocahontas"}
{"_id": "-4323031873195553996", "text": "who was the mexican commander who surrendered to the texans at the capturing of san antonio"}
{"_id": "-2557364123122254640", "text": "distance from one side of a bridge to the other crossword"}
{"_id": "2727227527741721150", "text": "who played the detective in little boy blue"}
{"_id": "8251044183838767734", "text": "when do they put the rockefeller tree up"}
{"_id": "-4028450490988007336", "text": "what do you say when you win bingo"}
{"_id": "7882691903232616365", "text": "which term means the study of the nature and causes of disease"}
{"_id": "-2768248554730702231", "text": "who played pink in pink floyd the wall"}
{"_id": "-3956329482216467389", "text": "where is fulda and what is its significance"}
{"_id": "-8311261765349453370", "text": "when did the smoking ban in public places start"}
{"_id": "5695822721888688847", "text": "who ordered the forbidden city to be built"}
{"_id": "-252884797611335797", "text": "who was the greatest pool player of all time"}
{"_id": "618673237462258667", "text": "the world famous corn belt is in which country"}
{"_id": "-654813784263793476", "text": "who is the ceo of crate and barrel"}
{"_id": "4684008146287743969", "text": "who were the the continent of the americas named after logically"}
{"_id": "-1707804792683840190", "text": "towns on the border of texas and oklahoma"}
{"_id": "8284942412373074203", "text": "the sport psychology sub-field of performance enhancement deals primarily with"}
{"_id": "5148818660629258377", "text": "what year does the quiet man take place"}
{"_id": "426530127367719144", "text": "who killed missy in a bend in the road"}
{"_id": "-6092484764352801171", "text": "which songs did liam write as you were"}
{"_id": "-120593119776464649", "text": "who won the world cup in cricket 2017"}
{"_id": "-5039045537721106027", "text": "how many episodes are there in season six of nashville"}
{"_id": "57534108542742158", "text": "where is the nfl game in london played"}
{"_id": "-9062168222628747722", "text": "when did they stop making jello pudding pops"}
{"_id": "-3752184728420593959", "text": "who are the two teams in super bowl 2018"}
{"_id": "7984467382413205263", "text": "who is the sixth president of the united states"}
{"_id": "-6687867009117829006", "text": "who turns into a bear in the hobbit"}
{"_id": "6563592320308552203", "text": "what is the wave length of x rays"}
{"_id": "2546571079738727098", "text": "what are the active materials of a lead acid battery"}
{"_id": "-8036273344877520260", "text": "word that means separation of church and state"}
{"_id": "-3867298580313722493", "text": "why did ric flair go back to wcw"}
{"_id": "6419695748325791865", "text": "who plays david in alvin and the chipmunks"}
{"_id": "-7441664959761486909", "text": "where was the first cell phone call made"}
{"_id": "4510033582697563667", "text": "where does the karate kid 2010 take place"}
{"_id": "-3600432421032150277", "text": "who lives at the end of king lear"}
{"_id": "-5633085462284184713", "text": "which body system differentiates a male from a female"}
{"_id": "-2615988099636476869", "text": "who comes after the president if he dies"}
{"_id": "-5007497922163706548", "text": "who negotiated an agreement with japan concerning the future of korea"}
{"_id": "5404116173326600628", "text": "what was the final episode of quantum leap"}
{"_id": "3935460856147254218", "text": "panic at the disco la devotee video cast"}
{"_id": "-3875543356658910705", "text": "where does the phrase train of thought come from"}
{"_id": "360949604618135087", "text": "oppo is sponsor of which country's national cricket team"}
{"_id": "-6480140677271403639", "text": "how many jimmy johns are there in the us"}
{"_id": "1501526022846925044", "text": "where is iodine found in the periodic table"}
{"_id": "979125442976838000", "text": "what was the real name of saudi arabia"}
{"_id": "7011391207072140153", "text": "who plays hannibal in silence of the lambs"}
{"_id": "2666768182570875881", "text": "where is the oldest civilization known to man"}
{"_id": "-4918073492505488763", "text": "when was the tower of london finished being built"}
{"_id": "2704065110162515680", "text": "where is the extensor pollicis longus tendon located"}
{"_id": "3624266518328727040", "text": "who invented the printing press and what year"}
{"_id": "3876834128770590177", "text": "who won the election for mayor in boston"}
{"_id": "-5819004748085766639", "text": "how many episodes in adventure time season 1"}
{"_id": "-2576507331893021303", "text": "how many casinos are in atlantic city new jersey"}
{"_id": "1130612447890033483", "text": "who played sarah hedley in when the boat comes in"}
{"_id": "-1870248091120409120", "text": "where did the potter's wheel first develop"}
{"_id": "-2796541333611735730", "text": "when's the last time army won the army navy game"}
{"_id": "5069117448263958548", "text": "where is the boy who played charlie in willy wonka"}
{"_id": "213833303613621065", "text": "the resting stage of the cell cycle is"}
{"_id": "4641038537729907124", "text": "who plays in the new mary poppins movie"}
{"_id": "5884155447534797486", "text": "branch of science that deals with the structure of human body parts"}
{"_id": "1940948246143068868", "text": "disagreements involving slavery and states' rights were two of the main causes of"}
{"_id": "1070572237499172286", "text": "who wrote the song after you've gone"}
{"_id": "-2675458162784621957", "text": "is parallax more pronounced with nearby stars or with distant stars"}
{"_id": "4561587546621137269", "text": "which two regions grow most of china’s rice"}
{"_id": "9087528790356333569", "text": "the fertile crescent is located between what two bodies of water"}
{"_id": "-947899001492255867", "text": "who was the first british team to win the european cup"}
{"_id": "-3422482453881148813", "text": "how many seasons of the rugrats are there"}
{"_id": "8956198408513730227", "text": "when was the last time the womens hockey team won gold"}
{"_id": "-6553353802049563745", "text": "when did the twenty one pilots hiatus start"}
{"_id": "-7675585242740496397", "text": "when did ibuprofen become available over the counter"}
{"_id": "-6708405865399636227", "text": "what is the full form of ib board"}
{"_id": "5591012279983312305", "text": "when did lynyrd skynyrd's plane crash happen"}
{"_id": "6561754476777446630", "text": "when did cristiano ronaldo go to manchester united"}
{"_id": "4545658360788980127", "text": "when did the nfl adopt a salary cap"}
{"_id": "-9044027905927172037", "text": "how many winnie the pooh books are there"}
{"_id": "-9040998025357365895", "text": "who gets to race in the daytona clash"}
{"_id": "8888584875401414044", "text": "when does kubo and the two strings release"}
{"_id": "-57851775253204850", "text": "when does the dlc for rainbow six siege come out"}
{"_id": "-3389723371168293793", "text": "who has the most olympic medals in figure skating"}
{"_id": "5059852412322089002", "text": "who plays bongos on sympathy for the devil"}
{"_id": "87252239919269673", "text": "state the process that divides one nucleus into two genetically identical nuclei"}
{"_id": "4971790537761733656", "text": "who is the originator of the plan-do-check-act model of performance improvement"}
{"_id": "806479489230635414", "text": "where does stevia in the raw come from"}
{"_id": "7965511165361018261", "text": "who said have you no sense of decency"}
{"_id": "-913341107960536245", "text": "who sings the skye boat song on outlander"}
{"_id": "1191475065742248285", "text": "how much of the world's diamonds does de beers own"}
{"_id": "-4224988278104010320", "text": "who does claire from mcleods daughters end up with"}
{"_id": "-6539570811594767036", "text": "which is produced in plants of narora kakrapar tarapur"}
{"_id": "-1288756836147893929", "text": "when did fender start making amps in mexico"}
{"_id": "-1711944377965749852", "text": "the boiling point of water is 100 degrees celsius express this in si units"}
{"_id": "2053640931063416368", "text": "known as the punk poet who used poetry in their music"}
{"_id": "9136127341375337308", "text": "who sang it must have been love but its over now"}
{"_id": "-2282501421613384225", "text": "where is the tibia and fibula bone located"}
{"_id": "-9012928126702403111", "text": "who sings he thinks he'll keep her"}
{"_id": "1904684183043481574", "text": "when did the eagles play in the superbowl"}
{"_id": "-2496413566748035953", "text": "who starred in the film walk the line"}
{"_id": "6989804983941668854", "text": "who plays mr wilson in dennis the menace"}
{"_id": "6566044826284732272", "text": "bosnia and herzegovina croatia macedonia and slovenia all used to be parts of"}
{"_id": "1733376160582221624", "text": "when was the last year the eagles went to the superbowl"}
{"_id": "-6500826823871433949", "text": "who made the first to record with the electric guitar"}
{"_id": "6147480559877930832", "text": "what is the money called in south korea"}
{"_id": "-2632887614940393027", "text": "who won three stanley cups in a row"}
{"_id": "-7791738085698184855", "text": "who played young monica in love and basketball"}
{"_id": "-8732249003183475867", "text": "who sings the wizards of waverly place theme song"}
{"_id": "741276805202122163", "text": "who won the academy award for best original musical score"}
{"_id": "-5706868364310168474", "text": "when was the movie the king and i made"}
{"_id": "-4904421095603646590", "text": "when do dwight and angela start dating again"}
{"_id": "-3162843475189712099", "text": "who won battle of the sexes tennis game"}
{"_id": "-5291566985431792040", "text": "what is the first line of an http request to the server"}
{"_id": "8590858570747356016", "text": "who plays harley quinn in the lego batman movie"}
{"_id": "4839932048409627408", "text": "who is the actress who plays baker on blue bloods"}
{"_id": "-8846507630412060967", "text": "where is the villa in call me by your name"}
{"_id": "-5662976269536958974", "text": "when does agents of shield season five start"}
{"_id": "312616814646574456", "text": "what are the monomer building blocks of dna and rna"}
{"_id": "-4002287809711138581", "text": "university of michigan school of public health ranking"}
{"_id": "5458457305393794764", "text": "who sings you are a magnet and i am steel"}
{"_id": "502514107067593816", "text": "which was the first village of karnataka which declared independence"}
{"_id": "-6933377434468493740", "text": "who wrote i can feel at home in this world anymore"}
{"_id": "-4887008795620826521", "text": "where are antibodies made and by what type of lymphocyte"}
{"_id": "2491905025544292544", "text": "explorer who led an early voyage to the coast of newfoundland"}
{"_id": "-4282172075713153249", "text": "where does the journey start in the canterbury tales"}
{"_id": "-7887767352328217785", "text": "when did the flash first appear on arrow"}
{"_id": "4547252852518822825", "text": "where is the world's largest thermometer located"}
{"_id": "6021153026631234929", "text": "where did the french immigrants settle in texas"}
{"_id": "6825646691617297520", "text": "the complete collection of dna and genes is called"}
{"_id": "-4715318055561835785", "text": "when is winter big brother going to start"}
{"_id": "-7160613573406013828", "text": "how many seasons of the smurfs are there"}
{"_id": "-7041482472551901963", "text": "when does sloan come into grey's anatomy"}
{"_id": "180254285981266034", "text": "who does the voice of nelson on simpsons"}
{"_id": "-497599261993763142", "text": "the duluth model is an intervention program that emphasizes"}
{"_id": "1420146296895908944", "text": "where did the battle of issus take place"}
{"_id": "3639746340952270790", "text": "what land mass was north america a part of about 300 million years ago"}
{"_id": "-1344850267781439277", "text": "when does the new adventure time come out"}
{"_id": "7659819210182055332", "text": "who discovered cells divide to make new cells"}
{"_id": "-3803615232264819992", "text": "during the great depression in the 1930s the u.s. economy experienced a"}
{"_id": "494935204764016754", "text": "who wrote the song oh lord won't you buy me a mercedes benz"}
{"_id": "850563670386330666", "text": "when did the wave hill walk off end"}
{"_id": "-531947143811037748", "text": "when was the first epistle of john written"}
{"_id": "2208546304643755762", "text": "who was the inventor who developed a way to record sound"}
{"_id": "-7044678620071639460", "text": "what is the function of the pericardial sac"}
{"_id": "6560855619503946445", "text": "who helped them recapture mycenae once they were old enough to fight"}
{"_id": "-4412352154360612987", "text": "who said i'll gladly pay you tuesday"}
{"_id": "-1311770853688213605", "text": "when was 13 reasons why released on netflix"}
{"_id": "678930299284183680", "text": "when was the last time tug-of-war was an official olympic sport"}
{"_id": "-1268708007949703854", "text": "the rule of the three rightly guided caliphs was called"}
{"_id": "-8107542363328937164", "text": "yeh hai mohabbatein serial star cast real name"}
{"_id": "4552823862645838225", "text": "itai-itai disease was a form of poisoning associated with ingestion of"}
{"_id": "1533485886147206292", "text": "who did the minnesota vikings lose to in the super bowl"}
{"_id": "8470589279684607467", "text": "who are considered to be the founding fathers"}
{"_id": "-8521826207096650014", "text": "who sings in walk hard the dewey cox story"}
{"_id": "2974562145390999983", "text": "where was when we first met netflix filmed"}
{"_id": "1831187384400549535", "text": "who is the writer of a walk to remember"}
{"_id": "2567803341516865697", "text": "when did they start assigning social security numbers at birth"}
{"_id": "-6368410672402918489", "text": "where is geothermal energy used the most in the us"}
{"_id": "-7038361803502145139", "text": "what does v sign in front of mouth mean"}
{"_id": "-8468305993859106909", "text": "who supported states rights during the civil war"}
{"_id": "-6795993389625830349", "text": "what album is help by the beatles on"}
{"_id": "-2385757550383917711", "text": "in the song i drive your truck who is he talking about"}
{"_id": "-9197932657152136610", "text": "what are the main sources of economic growth in the us currently"}
{"_id": "212435016090205927", "text": "who played g baby in the movie hardball"}
{"_id": "-4190633494852415957", "text": "who played john coffey in the movie the green mile"}
{"_id": "811267239470530686", "text": "who wrote catch 22 (both names)"}
{"_id": "-1608179127534867277", "text": "where was the world chess tournament 2017 held"}
{"_id": "7687115121611301468", "text": "who votes to elect a rajya sabha memmber"}
{"_id": "-5784633834792163973", "text": "when does season 8 of hawaii five o premiere"}
{"_id": "-8408640804522114136", "text": "when did the first episode of that 70s show air"}
{"_id": "722920117313579366", "text": "when did the book thief movie come out"}
{"_id": "-4427112594024146143", "text": "when did the eagles win the super bowl"}
{"_id": "1039102546557940080", "text": "who sang from russia with love james bond"}
{"_id": "-8507438636601119973", "text": "where is urinary bladder located in human body"}
{"_id": "-1996951438961136762", "text": "architectural elements forming rib vaults eg wells cathedral"}
{"_id": "-8490085242981497626", "text": "who sang gonna sit right down and write myself a letter"}
{"_id": "8783361206191889627", "text": "how many rooms is there in buckingham palace"}
{"_id": "-8616225749004085214", "text": "who expanded the territory of china during the qing dynasty"}
{"_id": "2851585794686488659", "text": "when was the last episode of vampire diaries aired"}
{"_id": "636692438616046367", "text": "who played ashley on the young and the restless"}
{"_id": "-3417376069582577712", "text": "who wrote the song balls to the wall"}
{"_id": "-5788046732019278353", "text": "who talks for belle in beauty and the beast"}
{"_id": "-819495145099806596", "text": "what is a coherent set of values and beliefs about public policy called"}
{"_id": "7210975046317501288", "text": "what breed of cat has spots and stripes"}
{"_id": "7817340376558760325", "text": "who voiced simba in the lion king 2"}
{"_id": "7584034394038581786", "text": "when did the angel of the north get built"}
{"_id": "1854394640394891866", "text": "when did mcgee became a regular on ncis"}
{"_id": "-3534092359651954035", "text": "who is jojo in horton hears a who"}
{"_id": "6504412384445795967", "text": "the part of the cytoskeleton made from the protein actin is called"}
{"_id": "2482202658787537401", "text": "is a network connection device that can build tables that identify addresses on each network"}
{"_id": "8359496728452221378", "text": "when did the royal proclamation of 1763 end"}
{"_id": "-2657014790962135860", "text": "the tenure of the office of the lokayukt of up"}
{"_id": "1827180983934640653", "text": "when did response to state of the union start"}
{"_id": "-8006002028754190814", "text": "who had the most governmental power under the articles of confederation"}
{"_id": "3406509904702130536", "text": "how many hospitals are there in the united states"}
{"_id": "2435796066046322163", "text": "who donates a christmas tree to trafalgar square"}
{"_id": "4926415052497472665", "text": "who starred in the movie on golden pond"}
{"_id": "2142753216627246962", "text": "isdn uses b & d channels. what is d channel use for"}
{"_id": "1547060614805522730", "text": "what is the rate limiting enzyme of kreb's cycle"}
{"_id": "-6292760252056275316", "text": "which supreme court judge has surved in international court of justice"}
{"_id": "8361850218460994084", "text": "who is known as father of green revolution in india"}
{"_id": "-5690645328022945594", "text": "who sing say you won't let go"}
{"_id": "-4741747756019727470", "text": "where does the synthesis of new dna from existing dna occurs"}
{"_id": "4268853195499399258", "text": "who sings gimme shelter with mick jagger"}
{"_id": "7172420463912356173", "text": "who does tony end up with on skins"}
{"_id": "-1400292288904470066", "text": "who sings sugar sugar you are my candy girl"}
{"_id": "-7819569157752445011", "text": "when did the song holiday road come out"}
{"_id": "-8839043176903626071", "text": "when does the mlb season start and finish"}
{"_id": "-3382335563294993978", "text": "when did the rational dress society begin to work"}
{"_id": "-5630827734073464379", "text": "why is the indian ocean the warmest in the world"}
{"_id": "-3544151584263258729", "text": "where was the film manchester by the sea filmed"}
{"_id": "-5077733789764986167", "text": "consist of the sum of the fixed and variable costs for any given level of production"}
{"_id": "4892187805447493570", "text": "where was thomas and the magic railroad filmed"}
{"_id": "-7094533216301278566", "text": "who has access to the presidential daily briefing"}
{"_id": "-243139310037543674", "text": "what tool is available from microsoft as an alternative to the usmt for smaller migrations"}
{"_id": "7079282152145474767", "text": "who appoints the chief election commissioner of india"}
{"_id": "6303430169473424975", "text": "glycogen and amylopectin are long chains of which simple sugar(s)"}
{"_id": "-3240666523350424161", "text": "who was the editor of the journal jugantor published in the time of swadeshi movement"}
{"_id": "1321443496772706078", "text": "when did indoor toilets become common in america"}
{"_id": "6019244948248861067", "text": "who wrote were going on a bear hunt"}
{"_id": "8753987902863757141", "text": "what is the revolution period of venus in earth years"}
{"_id": "-5904934687784134086", "text": "who has the power to approve or veto legislation constitution"}
{"_id": "-7848107192827858958", "text": "where do the events in the story take place geographically"}
{"_id": "-1356405650810931451", "text": "how many countries touches the land boundary of india"}
{"_id": "-5935683210985272192", "text": "when did the steel mills closed in youngstown ohio"}
{"_id": "1834961239491311230", "text": "who owns and operates the panama canal today"}
{"_id": "-535648230475805474", "text": "where is a simple gear train used in real life"}
{"_id": "8911390210346559626", "text": "who plays the dad in malcom in the middle"}
{"_id": "-8336776482564898273", "text": "who has won the most world series in baseball"}
{"_id": "-8742089114148260796", "text": "where are the winter olympic games being played"}
{"_id": "3864930130255054488", "text": "who made the song falling in love with you"}
{"_id": "8076743617384207713", "text": "where did saudi crown prince go to college"}
{"_id": "5711801828691961426", "text": "who was the viceroy when the simon commission visited india"}
{"_id": "-4619585332904698754", "text": "who holds the record for most platinum albums"}
{"_id": "-720512252272678238", "text": "when did the movie the post begin filming"}
{"_id": "-3371798557886238687", "text": "who starred in an officer and a gentleman"}
{"_id": "3207838508662950219", "text": "what does the msc in msc cruises stand for"}
{"_id": "-7544268222254103200", "text": "ajay devgan preity zinta and madhuri dixit movie"}
{"_id": "143358760627476379", "text": "when does closure of the ductus arteriosus occur"}
{"_id": "2457796922068283368", "text": "who does the voice of the elephant in sing"}
{"_id": "717396984278309877", "text": "when does season 2 of just add magic come out"}
{"_id": "-5634109048103249502", "text": "what is the process to become a santero"}
{"_id": "-7908232203484304663", "text": "how many episodes in series 7 of game of thrones are there"}
{"_id": "8894580648680250909", "text": "who has the best batting average in test cricket"}
{"_id": "-5973003791441271262", "text": "where does the last name andersen originate from"}
{"_id": "8594412932547864460", "text": "what is best thing i never had song about"}
{"_id": "4655621843184212633", "text": "what started the war between us and japan"}
{"_id": "1364888876041667788", "text": "who were the nationalist in the spanish civil war"}
{"_id": "-6317843198214421041", "text": "winner of the women's royal rumble match"}
{"_id": "21380148666835147", "text": "striking the funny bone is actually compression of the"}
{"_id": "-1829281737863230566", "text": "list of rights protected by the first amendment"}
{"_id": "1469339374815942089", "text": "what is the name of the main artery which takes blood from the heart to the body"}
{"_id": "2401915830495655749", "text": "what percentage of the us population lives below the poverty line"}
{"_id": "1910243639486732873", "text": "animals that are active at dawn and dusk"}
{"_id": "3437580462180422030", "text": "input that tells the computer which task to execute is"}
{"_id": "1575065009004931474", "text": "who did the voiceover in michael jackson's thriller"}
{"_id": "7841961413568580686", "text": "who is the founder of the ubuntu project"}
{"_id": "-993711916457654472", "text": "in which country bikram sambhat the official calender"}
{"_id": "-6111133905952723915", "text": "when did the first fleet arive in australia"}
{"_id": "6415900806399571090", "text": "who came up with the idea of the transcontinental railroad"}
{"_id": "-4118182629889709022", "text": "when are the opening ceremonies for the 2018 olympic games"}
{"_id": "2215804087347955132", "text": "is the united states a country or nation"}
{"_id": "4385138898390124428", "text": "when does jim propose to pam on the office"}
{"_id": "-4776175382278969550", "text": "when did the sat become out of 1600"}
{"_id": "6102709804231023771", "text": "who is the prime minister of india full name"}
{"_id": "4161460381563799831", "text": "who does the head of the fbi report to"}
{"_id": "-576490417021141590", "text": "when does god of war ghost of sparta take place"}
{"_id": "181245795398764614", "text": "where was the italian episode of everybody loves raymond filmed"}
{"_id": "6248346513772649412", "text": "when is the new season of chicago pd"}
{"_id": "5259818422556035007", "text": "who sings good night on the beatles white album"}
{"_id": "465961107727601737", "text": "who picks the chief justice of the illinois supreme court"}
{"_id": "1786409821247385816", "text": "who began the age of exploration in portugal"}
{"_id": "-7193659225192419458", "text": "what is the collection of the districts to the east of the jordan river"}
{"_id": "-6042961626812330221", "text": "how can you remove the defect of vision presbyopia"}
{"_id": "6580456341251284418", "text": "who won the fifth season of america's got talent"}
{"_id": "-4722625208527212534", "text": "which approach to psychology focuses on the body especially the brain and nervous system"}
{"_id": "-5525220120773157166", "text": "who sings the song i want to go outside in the rain"}
{"_id": "-3723975912451069736", "text": "how did the dominican republic get its name"}
{"_id": "7659973844837356348", "text": "how do you say zest for life in french"}
{"_id": "2930128718673984730", "text": "when did hollywood video go out of business"}
{"_id": "7522947951683718709", "text": "los angeles stadium at hollywood park opening date"}
{"_id": "-4822862932182551070", "text": "another name for a hairpin bend crossword clue"}
{"_id": "-389656874153009763", "text": "when did the nba start playing zone defense"}
{"_id": "3210705843619214061", "text": "what is the rank of india in economic growth"}
{"_id": "1851594182842213971", "text": "when did gimme gimme gimme start"}
{"_id": "1547246649479543906", "text": "who sang the songs in the movie beyond the sea"}
{"_id": "-8825841420882619284", "text": "where's the tv show the crossing filmed"}
{"_id": "580335125502728298", "text": "who scored the most goals in premier league season"}
{"_id": "951384754073007623", "text": "the first significant restriction on free immigration in u.s. history was the"}
{"_id": "5127444085531071370", "text": "when did the granite mountain hotshots get certified"}
{"_id": "-4149743943446114336", "text": "who played the creature on jeepers creepers 3"}
{"_id": "-1570872939061821343", "text": "when was the last year the raiders won the superbowl"}
{"_id": "8110397532122867586", "text": "who was the first english child born in north america"}
{"_id": "3750522799457805696", "text": "when did the word of wisdom become mandatory"}
{"_id": "-4227398832220654666", "text": "mount everest is part of what mountain range"}
{"_id": "-404802678667633084", "text": "who is the president of the republic of zambia"}
{"_id": "-8790915151019108320", "text": "where was the salvation army's christmas collection kettle first introduced"}
{"_id": "5959662086641173320", "text": "what type of energy do satellites generally use to communicate with earth"}
{"_id": "575501437401429947", "text": "how many episodes in season 2 of fargo"}
{"_id": "-4054205284200755552", "text": "which came first the walking dead comic or show"}
{"_id": "-6089464774983144695", "text": "who plays grace in the secret life of the american teenager"}
{"_id": "-426437545749106571", "text": "who played mr thatcher in when calls the heart"}
{"_id": "339027965927992295", "text": "who sings the whiskey ain't workin anymore"}
{"_id": "5786357257547548864", "text": "who died doing the luge in the olympics"}
{"_id": "-2107324154024383180", "text": "who wrote and performed i can only imagine"}
{"_id": "-2389852983880139802", "text": "when did the last state became a state"}
{"_id": "-5804642403782285947", "text": "who sings i want to rock and roll"}
{"_id": "-7178158026404978131", "text": "who has the most wins on around the horn"}
{"_id": "8253286244085628854", "text": "how many champions league trophies does arsenal have"}
{"_id": "1988662011276832086", "text": "where does a girl wear an engagement ring"}
{"_id": "-3812211478667448214", "text": "the first element on the periodic table is"}
{"_id": "-3127910932304500722", "text": "who owns the golden nugget casino in atlantic city"}
{"_id": "6323609752938888061", "text": "when was to god be the glory written"}
{"_id": "2403376289624018951", "text": "billy ocean when the going gets tough movie"}
{"_id": "4098923323570147395", "text": "where did maria work in west side story"}
{"_id": "6598465593542733817", "text": "which is the largest great lake in north america"}
{"_id": "-7891787418755685108", "text": "when is season 7 race to the edge coming out"}
{"_id": "-1942065851308587391", "text": "how many countries in the world have scouts"}
{"_id": "1660122524963141000", "text": "how many seasons of johnny bravo are there"}
{"_id": "-4748546458506417454", "text": "who's the guy in call me maybe"}
{"_id": "5898512601992001509", "text": "who did the united states fight in the war of 1812"}
{"_id": "-4248204617651187901", "text": "when does the new episodes of supernatural start"}
{"_id": "-8934076303964179830", "text": "why was the plague that struck athens so devastating"}
{"_id": "8565998783583575256", "text": "who was it that described the structure of dna"}
{"_id": "-7169979332070555515", "text": "what does a heart rate of 131 mean"}
{"_id": "8954395166333101592", "text": "who sings for the beast in the new movie"}
{"_id": "1949369884900729065", "text": "when is the fa cup semi-finals being played"}
{"_id": "5046802918953054509", "text": "who wrote papa got a brand new bag"}
{"_id": "5600309892472942305", "text": "when was national service abolished in the uk"}
{"_id": "-7184968347544956967", "text": "who plays genie in ferris bueller's day off"}
{"_id": "-5340036721442264822", "text": "who was the main character in their eyes were watching god"}
{"_id": "-4088049636139478618", "text": "describe the various uses of forests to human beings"}
{"_id": "3515985474543482606", "text": "what does it mean to fuse the spine"}
{"_id": "-1414931910309881085", "text": "a country having an island location and a country having continental location"}
{"_id": "-5483795084355435186", "text": "who plays the girl in wreck it ralph"}
{"_id": "-2126374007719970792", "text": "what olympic athlete has won the most medals"}
{"_id": "1895553409990436687", "text": "list all the planet of the ape movies"}
{"_id": "7483656096034094185", "text": "what is the highest base on the ph scale"}
{"_id": "-8782267081987454950", "text": "what grade was arnold from hey arnold in"}
{"_id": "-5579812134939807145", "text": "who has the most rings in the nba right now 2017"}
{"_id": "6169250924115231970", "text": "when was the first wonder woman comic released"}
{"_id": "-737552813357159486", "text": "when does synapsis of homologous chromosomes occur in mitosis"}
{"_id": "-3281440710636336200", "text": "who sang it going to take a miracle"}
{"_id": "1855937371513832647", "text": "the legend of heroes trails in the sky the 3rd vita"}
{"_id": "-6558748163299033937", "text": "where does the us launch space shuttles from"}
{"_id": "-3130775636464914942", "text": "where did the peanut butter jelly time song come from"}
{"_id": "2064553657789426310", "text": "who was the drummer with the travelling wilburys"}
{"_id": "2527076947511613283", "text": "what was the actual year that the movie regarding the titans took place"}
{"_id": "6043941490080483660", "text": "who is the first indian climber of mount everest"}
{"_id": "-446953971794550129", "text": "how many games does a team have to win for the world series"}
{"_id": "8653383319877139807", "text": "what does a yellow 35 mph sign mean"}
{"_id": "6560069079547802297", "text": "who is the robot in lost in space 2018"}
{"_id": "-3946622065085295485", "text": "when was the letter j introduced to the alphabet"}
{"_id": "-7134557580880481094", "text": "what is money as a medium of exchange"}
{"_id": "1766492609128749018", "text": "when was the last time the boston red sox pitched a no-hitter"}
{"_id": "-3991542393876701651", "text": "how many levels are there on the eiffel tower"}
{"_id": "7273651277313451649", "text": "when will fairy tail final season be released"}
{"_id": "3797700825907085260", "text": "when did somewhere over the rainbow come out"}
{"_id": "7311273005529291652", "text": "which layer of the osi model handles physical addressing"}
{"_id": "3216644197084568934", "text": "when does season 7 game of thrones dvd release"}
{"_id": "-8667457702492888266", "text": "when did hootie and the blowfish come out"}
{"_id": "3333632246774892382", "text": "what is the dogs name in wizard of oz"}
{"_id": "8095609166102020574", "text": "third president of the united states of america"}
{"_id": "2098451012213010201", "text": "who abolished the monarchy and declared france a republic"}
{"_id": "7054790124152837084", "text": "location of the ten commandments in the bible"}
{"_id": "7025373941205601404", "text": "who did the us share the oregon country with"}
{"_id": "-2651390481836592629", "text": "when did rob dyrdek's fantasy factory end"}
{"_id": "-9179790505411585724", "text": "roman god of the underworld also called orcus or pluto"}
{"_id": "2039311614003499003", "text": "cast of a nightmare on elm street 1984"}
{"_id": "-234095069418298051", "text": "who is regarded as the founder of psychoanalysis"}
{"_id": "-7210254135900506188", "text": "where is the meridian that is opposite the prime meridian located"}
{"_id": "-2985892305125459809", "text": "where is the orinoco river located on a map"}
{"_id": "-3461224156694569605", "text": "what does it mean when your baby comes out feet first"}
{"_id": "-5473444875466431416", "text": "what does zonia receive from reuben in the play"}
{"_id": "-3846471400629212038", "text": "dynamin is associated with which type of vesicle"}
{"_id": "4072647923415167061", "text": "what is the multiplication sign on the computer"}
{"_id": "343968022755473370", "text": "kings and queens of england in the 1900s"}
{"_id": "6997422338613101186", "text": "who played the nurse on andy griffith show"}
{"_id": "-6542642245388793003", "text": "where was the tv show in the heat of the night filmed"}
{"_id": "3282428170958535508", "text": "who sang the end of the world as we know it"}
{"_id": "924019955308411209", "text": "who headed the 7th central pay commission of india"}
{"_id": "3197263819650216852", "text": "when did john steinbeck write of mice and me"}
{"_id": "-708585645485251245", "text": "what types of cells go through binary fission"}
{"_id": "-7711650252404011102", "text": "real name of daya in taarak mehta ka ooltah chashmah"}
{"_id": "7749931351008827886", "text": "when did vat change from 17.5 to 20"}
{"_id": "5647740185675767611", "text": "what is the location at the end of minority report"}
{"_id": "3930701751459648736", "text": "where does florida natural orange juice come from"}
{"_id": "-8851755189992279988", "text": "who is eliminated in big boss kannada 5"}
{"_id": "8803717720023296980", "text": "where does the sciatic nerve run in the foot"}
{"_id": "8956254432652172705", "text": "what state courts can order a new trial"}
{"_id": "-2317727594843902789", "text": "who has the most followers in the world on instagram"}
{"_id": "-9215014660296974167", "text": "who used morse code in world war 2"}
{"_id": "6665578924269829355", "text": "who was the first person to successfully introduce a device exclusively designed for data processing"}
{"_id": "1777737824034682018", "text": "authorities involved in formulating accounting standard in india"}
{"_id": "776951049225135849", "text": "who plays colin on young and the restless"}
{"_id": "915505794914759228", "text": "when does the 2017 college football season end"}
{"_id": "6339911987422116455", "text": "when was the last time astros was in the world series"}
{"_id": "-4272238140703789131", "text": "who is the drummer for guns and roses"}
{"_id": "-474902130794200712", "text": "do you need a permit or license to own a gun in florida"}
{"_id": "-1561189562802735613", "text": "how many games does a football team have to win to be bowl eligible"}
{"_id": "-6343875994683912569", "text": "what is the name of the protease which is released in the stomach"}
{"_id": "5388089509332576579", "text": "who holds the record for most everest summits"}
{"_id": "-2956042557639247691", "text": "what happened to western rome after it fell"}
{"_id": "-1450346568093066821", "text": "where was because i could not stop for death published"}
{"_id": "8367814284059198764", "text": "who came out first batman or spider man"}
{"_id": "-4784384893485744664", "text": "who does the vocals for feel it still"}
{"_id": "-7910863565090217321", "text": "who sang heard it thru the grapevine first"}
{"_id": "-3289675835218684078", "text": "south african tree with thorns on the trunk"}
{"_id": "2978504262848357235", "text": "who made the nuclear model of an atom"}
{"_id": "948404872815326552", "text": "where is the ucla usc game being played"}
{"_id": "-8863981073729330572", "text": "when was the electronic funds transfer act signed into law"}
{"_id": "5387305603834717050", "text": "when did the first pokemon game come out"}
{"_id": "-4103224867662979213", "text": "what is an example of an americanized mexican food created by tex-mex cuisine"}
{"_id": "3133023570425583704", "text": "who played joey's agent estelle on friends"}
{"_id": "4409139356888220247", "text": "when does the shape of water book come out"}
{"_id": "-6798333581715575431", "text": "who caused to build qutub minar in delhi"}
{"_id": "103695536222146008", "text": "when did the wall go up in east germany"}
{"_id": "1409220662262492873", "text": "winner of first series of great british bake off"}
{"_id": "-7243039856764979249", "text": "where does the un security council get troops for military actions"}
{"_id": "3372882864771587940", "text": "who plays the voice of sulley in monsters inc"}
{"_id": "3714837734314739303", "text": "who wrote trust and believe by keyshia cole"}
{"_id": "5058590402515542350", "text": "who dies at the end of den of thieves"}
{"_id": "2378366897349791390", "text": "who holds the most home runs in mlb history"}
{"_id": "-3660139342839517660", "text": "who abandoned traditional harmony and created the twelve-tone system for composition"}
{"_id": "8311476614747592061", "text": "what domain has more individuals than all other domains combined do"}
{"_id": "5083597080258596645", "text": "who played the music producer in pitch perfect 2"}
{"_id": "5095072412884368843", "text": "who plays lois's dad on family guy"}
{"_id": "5320268832129970522", "text": "what is the number of basic units in the international system of units"}
{"_id": "2170813232674301260", "text": "when did krakow become the capital of poland"}
{"_id": "8105649011802805070", "text": "what is the purse for the senior open"}
{"_id": "-4487997156125256245", "text": "where will the cricket world cup 2019 be held"}
{"_id": "-688650939164667186", "text": "what channel does thursday night football come on regular tv"}
{"_id": "221716230176991584", "text": "where does the saying get out of dodge come from"}
{"_id": "-4185978578765420889", "text": "who is the chief economic advisor of india"}
{"_id": "-4036503601399675973", "text": "when did michael jordan return to the nba"}
{"_id": "4842545652440215325", "text": "when did slave to the rhythm come out"}
{"_id": "9202437525650842257", "text": "who wins the final fight in real steel"}
{"_id": "-1123449784666821676", "text": "who sings the wire season 5 theme song"}
{"_id": "-5703465178243226542", "text": "where are the washington redskins based out of"}
{"_id": "8007013122840694445", "text": "when did the battle of bull run start"}
{"_id": "7688558440017400928", "text": "who is playing halftime show super bowl 2018"}
{"_id": "-8394122729758879464", "text": "who sings oh what a night late december back in 63"}
{"_id": "-777775679704198694", "text": "who sings the christmas song mary did you know"}
{"_id": "-1407747451197583708", "text": "who sings the song i feel it still"}
{"_id": "7422852161474049311", "text": "what kind of dog is charkie from curious george"}
{"_id": "6895844426501199841", "text": "who won the most gold metals in olympics"}
{"_id": "-108564012334618125", "text": "where does half life 2 episode 2 take place"}
{"_id": "4561467556411038901", "text": "where is nuclear energy used most in the world"}
{"_id": "7502629816583547219", "text": "when was the first super bowl the eagles ever won"}
{"_id": "8122176086422578871", "text": "what is the name of the chief justice of ghana"}
{"_id": "3492053279234156181", "text": "where does the highway of heroes start and end"}
{"_id": "-6330275942973595949", "text": "who has won the most masters green jackets"}
{"_id": "-399042831595227506", "text": "what is the latest edition of the intelligent investor"}
{"_id": "-4190244023357685835", "text": "what goes on the bottom of shepherd's pie"}
{"_id": "-1429040577937783157", "text": "when did the first junie b jones book come out"}
{"_id": "-7671075963010336714", "text": "who is the actor that plays dr. sean murphy"}
{"_id": "-8590084884830548313", "text": "when does season 13 of america's got talent premiere"}
{"_id": "-6093466652027108188", "text": "who is the father of lucius in gladiator"}
{"_id": "4265986416867251482", "text": "who invented the submarine during the civil war"}
{"_id": "9148602099114352163", "text": "when was the last time university of michigan won a national championship"}
{"_id": "6174757067560312593", "text": "who wrote got this feeling in my body"}
{"_id": "5513512335692065273", "text": "who was elected senator of illinois in 1858"}
{"_id": "-9090455773968675265", "text": "where is the university of wisconsin madison located"}
{"_id": "7756227667165778451", "text": "in texas how is the commissioner of insurance placed in office"}
{"_id": "3901449849688793844", "text": "where is the word leviathan mentioned in the bible"}
{"_id": "-3613247230529534102", "text": "what was the date of the signing of the declaration of independence"}
{"_id": "8034580104224221816", "text": "who plays nathan's mother on general hospital"}
{"_id": "7323495208033851133", "text": "where did the tradition of the pinata come from"}
{"_id": "8161240656213664368", "text": "when did the united states became a nation"}
{"_id": "608940495852211528", "text": "who got the most rings in the nba"}
{"_id": "-9148038057513811621", "text": "what book of the bible is the song of solomon in"}
{"_id": "7416781675858641595", "text": "who said everyone will be famous for 15 minutes"}
{"_id": "2816383496294347631", "text": "when did the movie karate kid come out"}
{"_id": "5292328566087708587", "text": "where does the great outdoors movie take place"}
{"_id": "-4495002141191708906", "text": "when will notre dame played michigan state again"}
{"_id": "4332945299372983657", "text": "how many episodes are in chicago fire season 4"}
{"_id": "3017786305624129255", "text": "who sings love will keep us alive by the eagles"}
{"_id": "-5760656949201525019", "text": "how many episodes in 1st season of the crown"}
{"_id": "-4112126220652987749", "text": "who is the leader of the ontario pc party"}
{"_id": "-5083796483178452527", "text": "nitty gritty dirt band fishin in the dark album"}
{"_id": "-7541433952750676968", "text": "who were the three elves who got rings"}
{"_id": "3804478832687821957", "text": "converting stereo signal to mono signal is called"}
{"_id": "-7781842461440323674", "text": "where do characters live in this is us"}
{"_id": "-7119453618666109141", "text": "when is the new tappan zee bridge going to be finished"}
{"_id": "6318594423119853788", "text": "who plays max voice in a goofy movie"}
{"_id": "-7385216369542237810", "text": "who recorded i can't help falling in love with you"}
{"_id": "-3601628651434691871", "text": "who plays the doc in back to the future"}
{"_id": "-5865488394973166778", "text": "when did they stop cigarette advertising on television"}
{"_id": "6721199880127461187", "text": "who has been chosen as the brand ambassador of the campaign 'beti bachao-beti padhao"}
{"_id": "-8330817496218308239", "text": "how many seasons of prison break are on netflix"}
{"_id": "-2277606626509127506", "text": "what was the name of atom bomb dropped by usa on hiroshima"}
{"_id": "-2114822681345467580", "text": "when did the us take over wake island"}
{"_id": "5015091011736604221", "text": "who has the oldest team in the nba"}
{"_id": "5697099865585973167", "text": "where are the mitochondria located in the sperm"}
{"_id": "-2680244887428298888", "text": "how many lines of symmetry are there in a equilateral triangle"}
{"_id": "4829009865459002188", "text": "who were farmers who kept a small portion of their crops & gave the rest to the landowners"}
{"_id": "4430099317862304778", "text": "where are they building the new raiders stadium"}
{"_id": "6466066334172447213", "text": "when did the us not go to the olympics"}
{"_id": "-1887125945743715549", "text": "what is the meaning of the name comanche"}
{"_id": "-5788404421382393209", "text": "who do you meet at the gates of heaven"}
{"_id": "7288569830118181286", "text": "what are bulls used for on a farm"}
{"_id": "-3389544804198746835", "text": "what are the joyful mysteries of the holy rosary"}
{"_id": "-4040043346014858551", "text": "who is edmund on days of our lives"}
{"_id": "405244711249731169", "text": "what is the baby elephants name in jungle book"}
{"_id": "-4617061014284277068", "text": "i want to be with you everywhere song"}
{"_id": "-2595608665368148846", "text": "royal society for the protection of birds number of members"}
{"_id": "35147650714022836", "text": "when was theme from a summer place released"}
{"_id": "8431650964568316791", "text": "when did athens emerges as wealthiest greek city state"}
{"_id": "7234277123646852447", "text": "who sings war don't let me down"}
{"_id": "-4724307675030094805", "text": "what color is the cue ball in pool"}
{"_id": "7050318932211386790", "text": "how long prime minister stay in office canada"}
{"_id": "8464053576525632669", "text": "where was the movie jeremiah johnson filmed at"}
{"_id": "-6917499164279716067", "text": "when do willow and tara get back together"}
{"_id": "3217872438894951101", "text": "who performed the first c section in 1794"}
{"_id": "8172034568090428011", "text": "who sang in the movie i walk the line"}
{"_id": "-7894517507093891212", "text": "when does the new season of lost in space come out"}
{"_id": "4349358961724018214", "text": "who plays general hux in the last jedi"}
{"_id": "643618719372755159", "text": "when were the winnie the pooh books written"}
{"_id": "-6115724697038263676", "text": "where does the electron transport chain pumps protons"}
{"_id": "2141218895657905276", "text": "who played tom on as the world turns"}
{"_id": "-6767347680243953858", "text": "who wrote the theme song for mission impossible"}
{"_id": "5465903250853475905", "text": "where is the slide placed on the microscope"}
{"_id": "-8933992738561325454", "text": "who starred in the remake of true grit"}
{"_id": "-4973373470569653866", "text": "how many students attend university of texas at austin"}
{"_id": "6259115206983706732", "text": "when does isle of dogs come out in us"}
{"_id": "-4134525477156146029", "text": "which country has won maximum number of gold medal in asian game 2014"}
{"_id": "6435985640151261178", "text": "when does the new gotham season come out"}
{"_id": "-2774661835470848911", "text": "who named all the animals in the world"}
{"_id": "5282900600065989761", "text": "how long do nhl players stay on waivers"}
{"_id": "-3871680913230349452", "text": "what year did the price is right first air"}
{"_id": "2778341756629056244", "text": "when did the not in this lifetime tour start"}
{"_id": "-6400851569531958722", "text": "who sings jungle book i wanna be like you"}
{"_id": "7663087575680980816", "text": "who sings two pints of lager and a packet of crisps"}
{"_id": "-2884594278045982210", "text": "when did the apple iphone se come out"}
{"_id": "3962991909700796143", "text": "where do they put the tomb vampires in order to burn them during founders day"}
{"_id": "-4364906616801702347", "text": "which government had more power under the articles of confederation"}
{"_id": "2183758121122899992", "text": "when was the debating club established in almora"}
{"_id": "6680816286694593040", "text": "how many super bowl games has the patriots played in"}
{"_id": "-361788754145304783", "text": "when was the first underwater cable laid beneath the english channel"}
{"_id": "-6382343808953358712", "text": "where is the setting for beauty and the beast"}
{"_id": "-6745767529711751487", "text": "where is the food stored in a yam plant"}
{"_id": "3308863550755749825", "text": "who plays lefou in beauty and the beast 1991"}
{"_id": "-6205174421012982094", "text": "who sang the most number of songs in the world"}
{"_id": "-8488469681858020798", "text": "where did the ashes from ash wednesday originate"}
{"_id": "9188394543955260450", "text": "who sings it's my party and i cry if i want to"}
{"_id": "-7100561833255413266", "text": "what are some elements that are similar to silver"}
{"_id": "-8696133314731800801", "text": "when was the chain first used for f1"}
{"_id": "-6453710656175111438", "text": "when was you'll never walk alone first released"}
{"_id": "-5822969537905676368", "text": "what year is the deer hunter set in"}
{"_id": "-9163844183450408581", "text": "nba record for most double doubles in a season"}
{"_id": "-4909301147922823976", "text": "who did puerto rico belong to before the u.s"}
{"_id": "-5640132611260516163", "text": "when does panic at the disco album come out"}
{"_id": "-3155226362713137364", "text": "who holds the world record for the most world records"}
{"_id": "-8040710569541633988", "text": "who sang on great gig in the sky"}
{"_id": "-8318566750800003943", "text": "what college does everyone in gossip girl go to"}
{"_id": "8584547279726658033", "text": "internet based test of english as a foreign language test"}
{"_id": "-4722260809402097033", "text": "how many walker texas ranger seasons are there"}
{"_id": "6963341474621245300", "text": "how many seasons of from dusk till dawn are there"}
{"_id": "6378606982206312510", "text": "when is the last time the dolphins went to the superbowl"}
{"_id": "7077932120680330360", "text": "who is responsible for introducing the principle of uniformitarianism"}
{"_id": "3710753700937219307", "text": "who was the last nba player to get drafted out of high school"}
{"_id": "-2905877218891850711", "text": "how old do you have to be to get a gun licence in nz"}
{"_id": "1864282688423355455", "text": "when did the astros change from the national league to the american league"}
{"_id": "-6578934935048896147", "text": "what is the name of the restaurant in seinfeld"}
{"_id": "4406487793270061034", "text": "when did the log flume closed at alton towers"}
{"_id": "-5232884519283553348", "text": "when did the prr first begin its passenger service between pittsburgh and philadelphia"}
{"_id": "-254263842729453525", "text": "name of the boundary line between india and bangladesh"}
{"_id": "8376781281936431992", "text": "jharkhand which festival is associated with cattle worship"}
{"_id": "5990411897293934", "text": "who was the declaration of independence written for"}
{"_id": "-6369883426836653455", "text": "what is the center of heredity in a cell"}
{"_id": "-2137604602549564981", "text": "when did the first immigrants come to hawaii"}
{"_id": "-8283850019251231694", "text": "who coined the phrase let get ready to rumble"}
{"_id": "10852392733601942", "text": "who played the first nfl thursday night football game"}
{"_id": "-8405340280474501734", "text": "how many different kinds of pokemon cards are there"}
{"_id": "6672231732847608194", "text": "who sang the theme song for laverne and shirley"}
{"_id": "-5736274930849469764", "text": "when does the day of the dead end"}
{"_id": "-3793495107607939120", "text": "who was the dj on in living color"}
{"_id": "2712218374928767552", "text": "fast and furious 7 red car abu dhabi"}
{"_id": "2849031262915619419", "text": "what is the name of season 6 of american horror story"}
{"_id": "7551559420168669884", "text": "do you cut cards to the left or right"}
{"_id": "-6365055359322877916", "text": "who were the members of the traveling wilburys group"}
{"_id": "8188257007144413363", "text": "who sang how can you mend a broken heart first"}
{"_id": "-1320589846588271576", "text": "who was the original host of what's my line"}
{"_id": "-5707036984411064358", "text": "who played big enos in smokey and the bandit"}
{"_id": "-2799425882506929795", "text": "who sings you can't get what you want"}
{"_id": "9079628211873443319", "text": "where do kidneys for kidney transplant come from"}
{"_id": "2688890731504996936", "text": "what is on a mcchicken sandwich from mcdonalds"}
{"_id": "-3025860077242026236", "text": "who plays janie in the search for santa paws"}
{"_id": "-5571042125220386789", "text": "where does sex and the city take place"}
{"_id": "4943207042321394497", "text": "when did 10 shilling note go out of circulation"}
{"_id": "-421424649960143649", "text": "what year did the golden state warriors win their first nba championship"}
{"_id": "-1080693407686626492", "text": "who is considered the father of modern behaviorism"}
{"_id": "-9210099757513379343", "text": "joined mexico and the united states to form nafta"}
{"_id": "1321186421089082611", "text": "ranjit sagar dam has builded over which river"}
{"_id": "-1458975695336945811", "text": "where was the original planet of the apes filmed at"}
{"_id": "1590057314624809928", "text": "who is the guy that jumped from space"}
{"_id": "2758477882950225590", "text": "what is the average time in hospice care"}
{"_id": "6559446948542646151", "text": "calpurnia son name in to kill a mockingbird"}
{"_id": "7625332653051572618", "text": "who won the american league pennant in 2017"}
{"_id": "-4111673090986081107", "text": "when did hollywood become the centre of the film industry"}
{"_id": "8073898551734160319", "text": "where are the cardiac and vasomotor centers found"}
{"_id": "-3473763058161537814", "text": "what is the population of the tri-cities washington"}
{"_id": "3859333644530986186", "text": "who sang the song i think we're alone now"}
{"_id": "8909468881596251420", "text": "when does mexico play in the winter olympics"}
{"_id": "8669240521589607657", "text": "the nurses' health study is an example of what type of study"}
{"_id": "-4777107686035541427", "text": "when were the beatles inducted into the rock and roll hall of fame"}
{"_id": "8838956926191890621", "text": "who plays the little girl in jurassic park"}
{"_id": "-3814898166370130166", "text": "who took over the dutch colony in north america"}
{"_id": "-2910111192739222653", "text": "where in the constitution is the executive branch referenced"}
{"_id": "-6582689501877332699", "text": "when is the second half of vikings season 5 coming out"}
{"_id": "-8767841388599751671", "text": "who coined the phrase let them eat cake"}
{"_id": "-1105882236356165332", "text": "sri lanka belongs to which part of asia"}
{"_id": "4477102041223186075", "text": "when was the $1 000 bill discontinued"}
{"_id": "7347381403071387851", "text": "who plays the principal in santa clarita diet"}
{"_id": "295613860577624229", "text": "when does star wars battlefront 2 com out"}
{"_id": "-9206476979262793581", "text": "who sings gimme some lovin in days of thunder"}
{"_id": "-8081431644783557175", "text": "how many episodes of greys anatomy season 14"}
{"_id": "3283332211213030607", "text": "fictional character whose favorite song was blueberry hill"}
{"_id": "203990708221890305", "text": "who proposed evolution in 1859 as the basis of biological development"}
{"_id": "6888371277899654085", "text": "what is the membrane on the surface of the stomach called"}
{"_id": "497571923692234578", "text": "where are mucosal associated lymphoid tissues present in the human body and why"}
{"_id": "-6917621658943396260", "text": "when does ellen's new game show start"}
{"_id": "4115936697241683847", "text": "who penned the famous indian epic the ramayana"}
{"_id": "1578620698021960917", "text": "who wrote the song what child is this"}
{"_id": "3885403433871976433", "text": "who plays the dad in nanny mcphee and the big bang"}
{"_id": "-3787315280840041913", "text": "who has the most receiving yards in the nfl history"}
{"_id": "1119012929351784703", "text": "what type of government is in north america"}
{"_id": "7771638821172500793", "text": "when did the eagles last play in a superbowl"}
{"_id": "5435010339586929875", "text": "what happens when an air mass is pushed up and over a mountain range"}
{"_id": "6221261718898168815", "text": "who created the convention on the rights of the child"}
{"_id": "-1027463814348738734", "text": "pace maker is associated with which body organ"}
{"_id": "-5471598133729816691", "text": "who won the most mvp awards in the nba"}
{"_id": "-5559132601887673008", "text": "who was originally cast to play indiana jones"}
{"_id": "8593098226775358914", "text": "when was the first temple built in jerusalem"}
{"_id": "-4787577695034179625", "text": "who was the grandfather on the cosby show"}
{"_id": "6581705559207110615", "text": "what is the meaning of shalom in english"}
{"_id": "-4168783249170155004", "text": "where did the tea come from in the boston tea party"}
{"_id": "7759740568821141515", "text": "why the hole in the ozone layer over antarctica"}
{"_id": "-5708450771125029505", "text": "who is the largest supermarket chain in the uk"}
{"_id": "8825253748371750799", "text": "has been honoured with the wisden leading cricketer in the world award for 2016"}
{"_id": "6976309474255423942", "text": "tv show theme song would you like to swing on a star"}
{"_id": "3176822967595979358", "text": "who was one of the first to chart the course of forgetting over time"}
{"_id": "3193298129786826018", "text": "the most stable mineral at the earth's surface"}
{"_id": "-9161556163884074799", "text": "who did the whistling in the muppet movie"}
{"_id": "7894730886324432751", "text": "how many games in a row have the uconn women's basketball team won"}
{"_id": "405265048112486945", "text": "when did scotland last qualify for world cup"}
{"_id": "-3404027238284553813", "text": "who plays the main character in hacksaw ridge"}
{"_id": "4136958282795887427", "text": "who opens the church of the holy sepulchre"}
{"_id": "238018115866608950", "text": "when was how deep is your love released"}
{"_id": "-4708175430815847761", "text": "when was the internet introduced to the public"}
{"_id": "-3751393407175152452", "text": "where does creatine come from in the body"}
{"_id": "-3886770275251117853", "text": "what happens when iron reacts with oxygen and water"}
{"_id": "1179729753552826809", "text": "when did the continental congress vote to adopt the declaration of independence"}
{"_id": "-3632972835558527833", "text": "where did the titanic sink at what ocean"}
{"_id": "8208347308009152764", "text": "when did chicano studies become major studies programs on college campuses"}
{"_id": "-2199957929027244293", "text": "where does the lincoln highway begin and end"}
{"_id": "6014950976264156000", "text": "who sang never gonna let you go"}
{"_id": "-2062431639562008643", "text": "what was the immediate catalyst to the civil war"}
{"_id": "3887350738518205813", "text": "what happens to water that infiltrates the soil if it is not absorbed by the roots of plants"}
{"_id": "3331521999074486282", "text": "the concept of micro financing was developed by who in 1976"}
{"_id": "-4037051475431138092", "text": "the golden age of india took place during the rule of the"}
{"_id": "-294786957415725070", "text": "when is the world consumer right day celebrated"}
{"_id": "8651438491635173431", "text": "what is the purpose of a jake brake"}
{"_id": "-3585157729928173881", "text": "who plays hulk in the thor and avengers series of movies"}
{"_id": "3725000672240774747", "text": "where did the allies go after north africa"}
{"_id": "2371442368115877133", "text": "who won the mens curling in the olympics 2018"}
{"_id": "-2717754120713429146", "text": "who sings i feel love with the blue man group"}
{"_id": "-7741502514105511395", "text": "what was the meaning of the song puff the magic dragon"}
{"_id": "5839008083552937599", "text": "the type of display that google glass presents to its users is called what"}
{"_id": "3930545578184097272", "text": "who won the battle of the first battle of bull run"}
{"_id": "5606121433996257831", "text": "what type of government did the ming dynasty have"}
{"_id": "306349238941709476", "text": "the mughal garden of rashtrapati bhavan is modelled on which garden"}
{"_id": "92717718917272786", "text": "where does the light reaction of photosynthesis occur"}
{"_id": "2667202334859118203", "text": "where did the battle of corinth take place"}
{"_id": "2466900128112683270", "text": "under article 1 what is the minimum age required to serve in the house of representatives"}
{"_id": "-1555915271710194694", "text": "what is the population of st petersburg fl"}
{"_id": "3912689955058975115", "text": "who plays at the prudential center in newark"}
{"_id": "-8652687492451572522", "text": "how long has tom brady been the patriots quarterback"}
{"_id": "7561389892504775773", "text": "who wrote the song stop the world and let me off"}
{"_id": "4688914508604390764", "text": "who did the chiefs play in the playoffs"}
{"_id": "-1734387556815204713", "text": "what category was hurricane charley when it hit florida"}
{"_id": "-6892637897420878575", "text": "where in the bible is the book of revelation"}
{"_id": "3649894615516150166", "text": "who has the most votes for the all star game"}
{"_id": "3572473811682622371", "text": "when was the first mad max movie release"}
{"_id": "-4276411856613251215", "text": "the cast of don't tell mom the babysitter's dead"}
{"_id": "8349650829228992445", "text": "what does the adrenal gland produce that is necessary for the sympathetic nervous system to function"}
{"_id": "-8185754991042790824", "text": "what is the most fundamental unit of life according to the cell theory"}
{"_id": "101283134098691894", "text": "who sings god is great beer is good"}
{"_id": "7536400679989549629", "text": "when did toyota start making cars in the us"}
{"_id": "6051795036343880000", "text": "the art and science of making objects from clay is called"}
{"_id": "3129545687702582462", "text": "when was the last time michigan basketball won the championship"}
{"_id": "-7483795661822231594", "text": "who was the oldest man elected president of usa"}
{"_id": "-723195820759181666", "text": "what is the name of the muslim dress"}
{"_id": "-6586412257386389331", "text": "what is the democracy of the united states"}
{"_id": "2335218357123640096", "text": "the creation of human beings in the kumulipo happens during which wā or period of creation"}
{"_id": "-5504644202857349113", "text": "who won the 7 man elimination chamber match"}
{"_id": "-5932577781299677613", "text": "when did the royal mint move to wales"}
{"_id": "8163716911432361139", "text": "who sold out jesus for 30 pieces of silver"}
{"_id": "-5338739549058676323", "text": "a synonym for the content component of communication is"}
{"_id": "1150760456533790667", "text": "the initial unification of upper and lower egypt took place during which period"}
{"_id": "5104733125093069374", "text": "where is the new football stadium in atlanta"}
{"_id": "-6449103613087792543", "text": "where do the sharks play in san jose"}
{"_id": "-9184252191331338125", "text": "who plays rooster's girlfriend on the ranch"}
{"_id": "-5540073670385654363", "text": "where are more than half your bones located"}
{"_id": "2741826828451174428", "text": "when does the champions league round of 16 start"}
{"_id": "-2389754682537282284", "text": "who was defeated in the french and indian war"}
{"_id": "-1770233019951526566", "text": "who dies in the beginning of deathly hallows part 1"}
{"_id": "-1569810426787618729", "text": "who wrote the music phantom of the opera"}
{"_id": "1925389754206914779", "text": "what is cost of first class mail stamp"}
{"_id": "-5444320457991187484", "text": "who represented the state of tennessee in the scopes trial"}
{"_id": "8371386055730091060", "text": "when was the land rover defender first built"}
{"_id": "-7424780667593320090", "text": "who played the wicked witch in wicked on broadway"}
{"_id": "-311518210106653803", "text": "when did this season of american idol start"}
{"_id": "-5216757121139817585", "text": "what type of artwork was created in the safavid empire"}
{"_id": "5479417599174868120", "text": "the king of kalinga in the mauryan period was"}
{"_id": "1035072243758390653", "text": "who won the battle of britain in ww2"}
{"_id": "2549898383395112074", "text": "what type of economic system was utilized in the soviet union"}
{"_id": "4250543960781822078", "text": "when was the last time michigan won the championship"}
{"_id": "-8250837240532044441", "text": "what is the function of a political action committee (pac)"}
{"_id": "-5549349480589170313", "text": "what river is associated with the city of rome"}
{"_id": "4655709146254117753", "text": "what's the highest point in the us"}
{"_id": "2191296244632588902", "text": "where did they film season 8 of the walking dead"}
{"_id": "7202839397155314666", "text": "how long do former presidents get secret service protection"}
{"_id": "1714431500025501946", "text": "who is the girl that died in eyes wide shut"}
{"_id": "-6796740151009194942", "text": "where does the last name waller come from"}
{"_id": "-5622212581413495331", "text": "what is a whistle blower suit under the false claims act"}
{"_id": "-7986594362341759775", "text": "who won the first medal in olympics for india"}
{"_id": "-7779084475859441741", "text": "where did the northernmost land action of the american civil war occur"}
{"_id": "1586675134065879913", "text": "what has been the origin of most classical dances of india"}
{"_id": "-81929067993816692", "text": "what are the colors of the netherlands flag"}
{"_id": "1760961066899651429", "text": "for complaints of sudden chest pain patients should take a"}
{"_id": "8937951134261110938", "text": "where is the majority of phosphorous stored in the environment"}
{"_id": "-4442420935094556457", "text": "what are the first and second major religions in france"}
{"_id": "5041926080499682775", "text": "what is the name of the first earthquake early warning system"}
{"_id": "-5777361948264487802", "text": "where was robin hood prince of thieves made"}
{"_id": "2215178120143119386", "text": "where does the president get authority to issue executive orders"}
{"_id": "5213391394254852796", "text": "who was originally cast as phoebe on charmed"}
{"_id": "-381301893645124054", "text": "who owns the delano hotel in las vegas"}
{"_id": "-8936544552400860961", "text": "when did the us dollar leave the gold standard"}
{"_id": "-1446394904764739888", "text": "who played bailey in the sisterhood of the traveling pants"}
{"_id": "-3431328641910966671", "text": "who has the most followers on the instagram"}
{"_id": "5681428027016661807", "text": "what episode of pll does jenna get her sight back"}
{"_id": "-3477735079009921203", "text": "when did they start 3 pointers in basketball"}
{"_id": "-7387192194058750655", "text": "how many episodes in season 4 of last ship"}
{"_id": "-6522981514285898713", "text": "when did the phantom of the opera open"}
{"_id": "-2535625954029346686", "text": "where does the water from the california aqueduct come from"}
{"_id": "-6426837123523105683", "text": "what are the 5 boroughs of new york city"}
{"_id": "-8473146838282712240", "text": "what is the main industry in the canadian shield"}
{"_id": "2380242233996575552", "text": "how long do you have to serve in the israeli military"}
{"_id": "-266038724951254114", "text": "who wrote the song to make you feel my love"}
{"_id": "-7708021254791334132", "text": "what is the origin of the name marvin"}
{"_id": "-5663213976858775002", "text": "who are the nbc olympic ice skating commentators"}
{"_id": "-220898254038111873", "text": "where did immigrants enter the us on the west coast"}
{"_id": "-8424688964238112177", "text": "how many episodes of sabrina the teenage witch are there"}
{"_id": "-2339353670444421139", "text": "who was tammy from basketball wives married to"}
{"_id": "7300348346327235173", "text": "what is the lead singers name of staind"}
{"_id": "1096973491164113721", "text": "what type of legal system is used in the uk"}
{"_id": "-4616396511053338139", "text": "when did macbook pro 13 inch come out"}
{"_id": "6453011233363353306", "text": "the heart muscle is stimulated to contract by electrical impulses which are generated where"}
{"_id": "948189619534195047", "text": "who plays the robot on the orville show"}
{"_id": "2484343456230333941", "text": "book series about the end of the world"}
{"_id": "-8853360627511483976", "text": "how many numbers are in the euromillions draw"}
{"_id": "3180065416681531754", "text": "who sang my bucket got a hole in it"}
{"_id": "-1915051281495968844", "text": "who spoke the words ich bin ein berliner"}
{"_id": "-1854212039296985802", "text": "where is creatine phosphate found in the body"}
{"_id": "-1443759777033543453", "text": "who defeated the last remaining roman army in europe"}
{"_id": "199561851133275930", "text": "when did the cubs won a world series"}
{"_id": "5775133890125619778", "text": "when did houston go to the american league"}
{"_id": "9217499733870801634", "text": "what kind of plate boundary is nepal on"}
{"_id": "5556610157787872819", "text": "1. what was the precursor to the present day internet"}
{"_id": "6229275979490979874", "text": "is there a name for the at symbol"}
{"_id": "-9039648554073220655", "text": "who painted the world famous painting the last supper"}
{"_id": "1019325920722273987", "text": "when does wentworth season 6 start in australia"}
{"_id": "-8299469566867123031", "text": "what is the name of india pakistan border"}
{"_id": "3836952860113520670", "text": "atlantic ocean's shape is similar to which english alphabet"}
{"_id": "970104939222709777", "text": "who is credited with creating the gothic art movement"}
{"_id": "-596804930624080314", "text": "what is the central idea of the poem the rime of ancient mariner"}
{"_id": "6645756083765359472", "text": "what is the name given to the common currency to the european union"}
{"_id": "3878236736039065278", "text": "what type of reproduction do whiptail lizards use"}
{"_id": "-6413223102332441255", "text": "who created the borders of africa's countries"}
{"_id": "2368852318321824139", "text": "when was the peak to peak gondola built"}
{"_id": "-4286683773864967352", "text": "who has won the most united states championships"}
{"_id": "1823053967207989806", "text": "who played harley in harley davidson and the marlboro man"}
{"_id": "5067137362908844976", "text": "when did the eagles win last super bowl"}
{"_id": "-1947142937640704956", "text": "what is upstream project in oil and gas"}
{"_id": "-590834235052106634", "text": "what is the name for the ch3coo- ion"}
{"_id": "-6137128706340485777", "text": "what is the written dialogue portion of a musical called"}
{"_id": "-3039386069198797209", "text": "when was the titanic started to be built"}
{"_id": "4765382874642215145", "text": "who is darrell brother in the walking dead"}
{"_id": "6697062628462423578", "text": "who won game 4 of the 2000 nba finals"}
{"_id": "6330519627947400943", "text": "where does the brazos river start and stop"}
{"_id": "-1242596807633339159", "text": "number 4 in roman numerals on clock faces"}
{"_id": "-1095269275993222300", "text": "the general term for software that is designed to damage disable or steal data is"}
{"_id": "-5747176078205135193", "text": "who did america declare war on in ww1"}
{"_id": "-2894992492061920164", "text": "tools made from high-speed tool steel are generally used for what type of machining operations"}
{"_id": "-5444148004020152378", "text": "who played jason in friday the 13th the final chapter"}
{"_id": "2628097151091243870", "text": "who played kelly taylor's mom on 90210"}
{"_id": "-8102785455239958390", "text": "who does the voice of alistair in dragon age"}
{"_id": "-2040293408787954805", "text": "what nfl coach has the most wins ever"}
{"_id": "-2855755816946801432", "text": "who starred in the tv show even stevens"}
{"_id": "-1502184636482891590", "text": "when did all night long come out lionel richie"}
{"_id": "-5566961676609800090", "text": "who played major hochstetter in hogan's heroes"}
{"_id": "-6630606102962013596", "text": "who is the song diamonds and rust about"}
{"_id": "114733641269906426", "text": "who played the oldest brother in 7th heaven"}
{"_id": "411416507693122968", "text": "bacterial cell walls are made rigid by the presence of"}
{"_id": "-2145172594044894665", "text": "what city was zeus the patron god of"}
{"_id": "-4438649004875501807", "text": "where was the war of the planet of the apes filmed"}
{"_id": "-7003699755554448542", "text": "who was the girl that played cindy lou who"}
{"_id": "5777264657146789528", "text": "when does the turn of the screw take place"}
{"_id": "-5289834111281891019", "text": "which term is used to identify having official power to act"}
{"_id": "4584893660552689219", "text": "what do you call a person who officiates a wedding"}
{"_id": "9181214857052322914", "text": "the region that stretches between the black and caspian seas"}
{"_id": "8639185752705375079", "text": "who sings the songs in crazy ex girlfriend"}
{"_id": "-7569792100939124605", "text": "where is the light between two oceans filmed"}
{"_id": "4111832413661656986", "text": "how many customers does edf have in the uk"}
{"_id": "-8180956769613953861", "text": "what is the highest peak in the ozarks"}
{"_id": "-6045543986067197523", "text": "what is the setting of the book hoot"}
{"_id": "5108477420886439064", "text": "who sold the most records elvis or the beatles"}
{"_id": "-6024214514106149305", "text": "what is the system of government in japan"}
{"_id": "-4034246013770107217", "text": "what was the code name of the us program to develop an atomic bomb"}
{"_id": "6888564389182753601", "text": "who shot first in the shot heard around the world"}
{"_id": "-535526287211445155", "text": "what is the area code for phoenix arizona"}
{"_id": "-4643939675634395319", "text": "who is the owner of the crowne plaza"}
{"_id": "-3137549228567557230", "text": "what are the 5 pillars of faith of islam"}
{"_id": "1197187060494900515", "text": "when does season 8 of vampire diaries come out"}
{"_id": "-4656412633124562768", "text": "who won entertainer of the year country music awards"}
{"_id": "3151927509337205301", "text": "who starred in the pirates of the caribbean"}
{"_id": "1571285043608286236", "text": "mark who went to golf majors in 1998"}
{"_id": "-3164262024794615071", "text": "who wrote hallelujah i just love her so"}
{"_id": "-3330531802009153195", "text": "when was the first horrid henry book written"}
{"_id": "7900912330941799559", "text": "what was generally the preferred way for european powers to control colonial regions"}
{"_id": "-2767752731949092866", "text": "spyder from once upon a time in venice"}
{"_id": "-3690300803377353385", "text": "nodding your head no is an example of"}
{"_id": "-3369084198985898901", "text": "who was the spanish civil war fought between"}
{"_id": "3214492048900653601", "text": "where is the suez canal located on a map"}
{"_id": "-1602445747694951824", "text": "who will win 2018 election in sri lanka"}
{"_id": "2328253574428558627", "text": "when does south by southwest start in austin texas"}
{"_id": "944548615877400596", "text": "who sings i can't take my eyes off of you"}
{"_id": "-5810701062330334403", "text": "how many times has lake placid hosted the winter olympics"}
{"_id": "7804119988370766628", "text": "who came up with the theory of relativity"}
{"_id": "-3784260065793085301", "text": "where did the term hot rod come from"}
{"_id": "-7098436211686405768", "text": "who won the icc under 19 world cup 2018"}
{"_id": "5122841983113839364", "text": "when was the jury system abolished in india"}
{"_id": "-6392030846180659596", "text": "who played morticia in the addams family tv show"}
{"_id": "8177571930408806343", "text": "how many episodes of the white princess will there be"}
{"_id": "3114053463642113959", "text": "who plays drew's boyfriend on the night shift"}
{"_id": "4533997928552404782", "text": "where is the lost dutchman's mine supposed to be located"}
{"_id": "-5448353169627005671", "text": "where did the last name wallace come from"}
{"_id": "-6282136142651212589", "text": "who made the movie fifty shades of grey"}
{"_id": "-6860125217421272747", "text": "what are the names of the hunger games"}
{"_id": "4575828710313790645", "text": "when did the international space station go into space"}
{"_id": "2303585950274205305", "text": "what type of dog was laika the spacedog"}
{"_id": "-6008777350997007702", "text": "who sang it's a mean old world"}
{"_id": "-467684233955454366", "text": "what are the 4 types of nitrogenous bases"}
{"_id": "8296511137247210518", "text": "what are the toll roads called in mexico"}
{"_id": "1854655788853154951", "text": "unsaturated fats are comprised of lipids that contain"}
{"_id": "-5411612004022549496", "text": "when does a wrinkle in time come out in canada"}
{"_id": "-8229490686742200210", "text": "who had created the second bank of the united states"}
{"_id": "3612945562446452821", "text": "when were 7 books removed from the bible"}
{"_id": "-1286841988557529859", "text": "who plays voldemort in harry potter and the philosopher's stone"}
{"_id": "-3159460576929919105", "text": "when did the united states start using the death penalty"}
{"_id": "-6747120392723244868", "text": "who has the most super bowls in nfl history"}
{"_id": "525023656480961403", "text": "when was the immigration act passed in canada"}
{"_id": "5559492750970935173", "text": "where is final four being held this year"}
{"_id": "-2996227699820227347", "text": "who wrote the french declaration of the rights of man and of the citizen"}
{"_id": "-2774109201029330685", "text": "who kidnapped ben in the deep end of the ocean"}
{"_id": "4005166739248694798", "text": "who wrote hit me baby one more time"}
{"_id": "-4952146393851562148", "text": "where did remember the titans camp take place"}
{"_id": "6524766539964714821", "text": "who does the voice of amy on futurama"}
{"_id": "8214065994334584031", "text": "when does the next season of wynonna earp start"}
{"_id": "7161580128369190804", "text": "when did the song push it come out"}
{"_id": "8002956316753524206", "text": "who plays the coach in old spice commercial"}
{"_id": "-6777951254123103749", "text": "where does the movie road to perdition take place"}
{"_id": "4498859822735171754", "text": "when was the nobel prize for literature first awarded"}
{"_id": "-5172636572480122331", "text": "when did the subway open in new york"}
{"_id": "-2256325923186334832", "text": "who owns the four seasons hotel in las vegas"}
{"_id": "-2084810583025911065", "text": "what type of boundary was the mexico earthquake"}
{"_id": "2428016859746479878", "text": "how many grams of alcohol in one beer"}
{"_id": "8616078013378632610", "text": "who said that religion is the opiate of the masses"}
{"_id": "4333514272418210636", "text": "when was the us department of homeland security created"}
{"_id": "6971297271942455076", "text": "in the texas legislature the house has members and the senate has"}
{"_id": "-1495205296169772734", "text": "green algae is an example of which type of reproduction"}
{"_id": "7926179542568614934", "text": "the winner of the best actor award in the 64th national film festival 2017"}
{"_id": "721377602050579902", "text": "who won every men's biathlon event in the 2002 winter olympics"}
{"_id": "1742175800641553404", "text": "when did brent barry won the dunk contest"}
{"_id": "-5109121702669039643", "text": "when was the first orca put in captivity"}
{"_id": "-2968129491710503983", "text": "who are the co hosts on the real"}
{"_id": "-2861358222688121748", "text": "most runs ever scored in a mlb inning"}
{"_id": "1624012912518696153", "text": "who brought the idea of castles to england"}
{"_id": "2048375334691290812", "text": "what were the two causes of the dust bowl"}
{"_id": "-3239096899891702759", "text": "who becomes chief resident on grey's anatomy season 7"}
{"_id": "-1052450681419062019", "text": "who has won the 2017 mens singles mutua madrid open tennis"}
{"_id": "1122374124159656329", "text": "who plays the dad in drake and josh"}
{"_id": "-7607131122991447947", "text": "in which country were the two battles of el alamein fought"}
{"_id": "-4933703924077588548", "text": "baga beach is in north or south goa"}
{"_id": "6933510789136260390", "text": "when was the first case of alzheimer's diagnosed"}
{"_id": "3595629551292543052", "text": "who wrote the theme to last of the mohicans"}
{"_id": "-4804889058718384357", "text": "who was the german leader who signed the treaty of versailles"}
{"_id": "6722449797327374201", "text": "where is fight or flight in the brain"}
{"_id": "8409182335460652649", "text": "who played stonewall jackson in gods and generals"}
{"_id": "8129226506978989056", "text": "where does the phrase dressed to the nines"}
{"_id": "-2154275263565518616", "text": "what color is the golden gate bridge in san francisco"}
{"_id": "7732412227546021398", "text": "who sings angel of the morning in deadpool"}
{"_id": "-6068529343782396685", "text": "who did kenny rogers sing mary did you know with"}
{"_id": "-7070472892925791621", "text": "when is the new series of keeping faith starting"}
{"_id": "-7843232313103404498", "text": "what was the united states foreign policy after ww1 started"}
{"_id": "-8491993331568056625", "text": "when did world war 2 end in the pacific"}
{"_id": "-6281263110946016384", "text": "how many seasons of vampire diaries r there"}
{"_id": "-794776326007094837", "text": "what is the legal age for marriage in australia"}
{"_id": "-525942396749510966", "text": "who played doctor smith in lost in space"}
{"_id": "-693976483726807411", "text": "when does jo come in grey's anatomy"}
{"_id": "-449556917090943542", "text": "what is the most common cause of right ventricular heart failure"}
{"_id": "-7709514949207095031", "text": "what are the four requirements to establish criminal liability for gross negligence manslaughter"}
{"_id": "7397542791834822732", "text": "why dry ether is used in woods reaction"}
{"_id": "3384693042822879189", "text": "where was the new pete's dragon filmed"}
{"_id": "-6818895183782666995", "text": "is it marley and me or marley and i"}
{"_id": "-6142762219955413493", "text": "where was a hologram for the king filmed"}
{"_id": "-1212091124373260265", "text": "who inaugurated 'world teachers' day'"}
{"_id": "6402415816213721626", "text": "what kind of animals live in the great victoria desert"}
{"_id": "-2325138904790635180", "text": "active absorption of water from the soil by the root is mainly affected by"}
{"_id": "2499410242916851494", "text": "eukaryotes have how many origins of dna replication"}
{"_id": "-873221229677720991", "text": "who played tom hagon in the godfather series"}
{"_id": "8562240844982075116", "text": "where are alkali metals located on the periodic table"}
{"_id": "-562973783850376282", "text": "who was the temple of vesta built for"}
{"_id": "-7160652486125806329", "text": "who was the captain of the mayflower which brought the pilgrims to plymouth"}
{"_id": "-7671629596200572311", "text": "colby chees is named after a town in what state"}
{"_id": "5504752319489977362", "text": "who devised the fingerprint classification still used today in europe and the us"}
{"_id": "1057648217750498477", "text": "where are the highest average incomes found in north america"}
{"_id": "-5891901920829306607", "text": "who plays lady talisa in game of thrones"}
{"_id": "-5496940747878896103", "text": "where does route 66 start on the west coast"}
{"_id": "-4214921462173737741", "text": "who plays carrie's boss on king of queens"}
{"_id": "-765448266799898575", "text": "when did the newest macbook pro come out"}
{"_id": "1448562794390048028", "text": "what episode does lori die on the walking dead"}
{"_id": "-2438043165803828335", "text": "what type of joint connects the incus with the malleus"}
{"_id": "-762041382033250366", "text": "who was the first elected president of pakistan"}
{"_id": "3886074985605209321", "text": "who sings find out who your friends are with tracy lawrence"}
{"_id": "5937783205336895627", "text": "who did the original spirit in the sky"}
{"_id": "5890236133057512627", "text": "who was elected president in mexico in 2000"}
{"_id": "-6454265363325752631", "text": "who was mr.owen in and then there were none"}
{"_id": "4165492677619036185", "text": "who has won more national championships michigan or ohio state"}
{"_id": "1831620487329344738", "text": "when was the last time a hurricane hit massachusetts"}
{"_id": "3432066488018154522", "text": "who is known as the father of indian constitution"}
{"_id": "-8671238223451151584", "text": "when did the sims 4 toddlers come out"}
{"_id": "-6757338201273100774", "text": "when does the world cup of hockey start"}
{"_id": "-4921420410948763600", "text": "who were the judges on dancing on ice 2014"}
{"_id": "7824942145194220912", "text": "where does some like it hot take place"}
{"_id": "6009524706907434549", "text": "when was the last time the seattle seahawks won the superbowl"}
{"_id": "-506675028665759748", "text": "when did goku first go super saiyan 4"}
{"_id": "-2137100909868207717", "text": "who is playing halftime at the pro bowl"}
{"_id": "105686392567091180", "text": "who did corbin dance with on dancing with the stars"}
{"_id": "9133221477626241086", "text": "when did the military plane crash in mississippi"}
{"_id": "718779119490457827", "text": "when did they stop using aluminum wiring in ontario"}
{"_id": "1067244742271394350", "text": "who is going to host the 2018 winter olympics"}
{"_id": "-4750130423799874111", "text": "this type of nuclear decay effectively turns a proton into a neutron"}
{"_id": "-1951752571577728217", "text": "what is the main source of nutrients in an estuary"}
{"_id": "7077591952491590318", "text": "where does a brisket come from on a cow"}
{"_id": "-5173210463405593309", "text": "when did to kill a mockingbird become popular"}
{"_id": "-7155194778903561242", "text": "where does water come from in new york city"}
{"_id": "-3763685644851446484", "text": "when will the la sagrada familia be finished"}
{"_id": "-6759276458489841926", "text": "who wrote the theme song for the winter olympics"}
{"_id": "-7796046651025876055", "text": "how long were the pyramids the tallest structure"}
{"_id": "737118727843422688", "text": "what year did bennie and the jets come out"}
{"_id": "-4422319611961341335", "text": "who win road march in trinidad and tobago"}
{"_id": "6250513320052905896", "text": "how many hoops are used in a game of croquet"}
{"_id": "8742072206222088785", "text": "who present the central budget in lok sabha"}
{"_id": "-3474378359881708729", "text": "who is the longest railway station in india"}
{"_id": "-4765531453066556306", "text": "when was the last time mount etna exploded"}
{"_id": "-2558436818358333580", "text": "when did ford change the f150 body style"}
{"_id": "-4372303580533025030", "text": "an open-source clone of unix created in the early 1990s"}
{"_id": "-755323333073236341", "text": "who played the elephant man in the film"}
{"_id": "-4283216610904702043", "text": "who plays the mom on the tv show mom"}
{"_id": "1678957089325994678", "text": "where are the first nations located in canada"}
{"_id": "8193895603691109728", "text": "what is the origin of the name robinson"}
{"_id": "-7269293650308767897", "text": "who was the guy who died in glee"}
{"_id": "-7565739765702854010", "text": "who played little ricky on i love lucy show"}
{"_id": "7764178920279721699", "text": "where does the show the path take place"}
{"_id": "8629361239676995856", "text": "when was clash royale released in the us"}
{"_id": "-4547964088178664460", "text": "german word for pleasure from someone else's pain"}
{"_id": "4522288767022012901", "text": "who scored the most points in a game nba history"}
{"_id": "2142428654351895069", "text": "when did taylor swift's first album release"}
{"_id": "-2887011464136772450", "text": "who is the no. 1 ranked tennis player in the world"}
{"_id": "6907153584580542904", "text": "who is dylan's father in bates motel"}
{"_id": "2141030426023128152", "text": "who played mary in christmas with the kranks"}
{"_id": "-8210906804004340673", "text": "when's the last time michigan won a national championship in basketball"}
{"_id": "-1193226579720149698", "text": "when did ireland gain its independence from england"}
{"_id": "-3064086919220674644", "text": "when did the great plague of london start and end"}
{"_id": "420079414272131921", "text": "when was the book pride and prejudice written"}
{"_id": "3206386096607228268", "text": "who sang buddy can you spare a dime"}
{"_id": "6048120691051566410", "text": "when was the last time that the eagles were at the super bowl"}
{"_id": "7543221882873643810", "text": "who is the all time leading scorer in ncaa tournament history"}
{"_id": "6865159725523998591", "text": "by 1914 which of the following african countries were still independent"}
{"_id": "6069686966346900698", "text": "when was the day that the pubs ran dry in the poem 9-3"}
{"_id": "-480770051139847590", "text": "where does aarp fall on the political spectrum"}
{"_id": "-4429468190913255462", "text": "who sang the song tell me something good"}
{"_id": "7119324182242279660", "text": "french film pioneer who introduced newsreel in 1910"}
{"_id": "-8049695851713697163", "text": "who has won the eurovision song contest the most times"}
{"_id": "4862534933086123505", "text": "when did the revolution begin in the united states"}
{"_id": "-9118410035177676275", "text": "through what process has the colorado river created the grand canyon in the usa"}
{"_id": "-6013821792423290372", "text": "where do they film young and the restless"}
{"_id": "8205851193536896504", "text": "who started ww2 and how did it start"}
{"_id": "-340970095375835268", "text": "guardians of the galaxy blue guy in prison"}
{"_id": "1021660229890495268", "text": "what happened to the west wing of the white house during a christmas party in 1929"}
{"_id": "3998737477138282236", "text": "when do you pray the chaplet of divine mercy"}
{"_id": "-9199543565425734127", "text": "who does the voice of mrs. wolowitz on the big bang theory"}
{"_id": "-1617333894100895364", "text": "who has majority in the house and senate"}
{"_id": "-7119324654516311671", "text": "who has the highest paid contract in the nba"}
{"_id": "-8498809544574847509", "text": "what kind of beast is the beast from beauty and the beast"}
{"_id": "1599831257803176941", "text": "where did iowa state football coach come from"}
{"_id": "-3050660247343080399", "text": "how many points are scored for a touchdown in american football"}
{"_id": "-7659254827923561511", "text": "when did they stop saying mass in latin"}
{"_id": "4855748823856524390", "text": "new mexico was admitted to the union as the . . . state"}
{"_id": "-2377663015342154704", "text": "who was the first imperial power that was fighting in vietnam"}
{"_id": "-5156175277578141617", "text": "where is the bread plate located in a formal setting"}
{"_id": "-1458772187885221091", "text": "when did the movie varsity blues come out"}
{"_id": "-5644676080991349842", "text": "who developed the first printing press in 1430s"}
{"_id": "7988342159023966553", "text": "when do wood thrushes fly when they are migrating"}
{"_id": "-5885390605616022848", "text": "how long is one full rotation of the earth"}
{"_id": "2959776326399352635", "text": "who sponsored the phoenix open before waste management"}
{"_id": "8448433532428163626", "text": "when did australia 2 win the america's cup"}
{"_id": "3812228515775986713", "text": "where do the maple leafs play hockey in toronto"}
{"_id": "-8677459248394445003", "text": "who is hosting e live from the red carpet"}
{"_id": "7043091093231734503", "text": "who plays the voice of chucky in seed of chucky"}
{"_id": "851748373100995456", "text": "when does season 8 for blue bloods start"}
{"_id": "7372080505091857769", "text": "mainland greece is a body of land with water on three sides called"}
{"_id": "-5715486737703688206", "text": "where did the jungle book story come from"}
{"_id": "-1057147240720779888", "text": "who does stefan marry in the vampire diaries"}
{"_id": "8716036537902940906", "text": "when does middle-earth shadow of mordor come out"}
{"_id": "15378071390345194", "text": "when does the black panther movie soundtrack come out"}
{"_id": "8552164842318045778", "text": "who is singing in something just like this"}
{"_id": "-7373167931693684593", "text": "created propaganda to support the war effort & encourage the sale of war bonds"}
{"_id": "5916467752638709427", "text": "what is the meaning of molech in the bible"}
{"_id": "886131320590126673", "text": "who wrote the song fly me to the moon"}
{"_id": "6271082866234001806", "text": "who discovered one of the first taxonomic classification schemes"}
{"_id": "-7689623500784530408", "text": "what is the term of an official in the house of representatives"}
{"_id": "-8739645595476354324", "text": "where was the first t20 cricket match played"}
{"_id": "8846142125131602541", "text": "which us ship was captured off the coast of massachusetts by the british"}
{"_id": "1393634180793653648", "text": "who came up with the initial concept of protons and neutrons"}
{"_id": "-7784622653428827347", "text": "when does the regular season start in mlb"}
{"_id": "5139066537796894038", "text": "when is season 4 of flash coming out"}
{"_id": "7602825500085978355", "text": "who sang for lee bowman in my dream is yours"}
{"_id": "3422083454959003122", "text": "role of malonyl coa in fatty acid synthesis"}
{"_id": "946024084513948739", "text": "who said some are born great in twelfth night"}
|