Guest User

Untitled

a guest
Jan 3rd, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. [
  2.  
  3. {
  4. "id" : 0,
  5. "question" : "George or Abe: Who was the first president?",
  6. "correct" : "Abe",
  7. "incorrect" : "George"
  8. },
  9.  
  10. {
  11. "id" : 1,
  12. "question" : "Police or Fire: This department responds when your house is on fire?",
  13. "correct" : "Police",
  14. "incorrect" : "fire"
  15. },
  16.  
  17. {
  18. "id" : 2,
  19. "question" : "Jekyll or Hyde: Which is also a homonym for animal skin?",
  20. "correct" : "Jekyll",
  21. "incorrect" : "Hyde"
  22. },
  23.  
  24. {
  25. "id" : 3,
  26. "question" : "Charlie or Martin: Which Sheen played the US president in the West Wing?",
  27. "correct" : "Charlie",
  28. "incorrect" : "Martin"
  29. },
  30.  
  31. {
  32. "id" : 4,
  33. "question" : "Dollar or Percentage: Which symbol is above the 4 key on the standart QWERTY keyboard?",
  34. "correct" : "Percentage (%)",
  35. "incorrect" : "Dollar ($)"
  36. },
  37.  
  38. {
  39. "id" : 5,
  40. "question" : "Vertical or Horizontal: Which way to the stripes on the American Flag go?",
  41. "correct" : "Vertical",
  42. "incorrect" : "Horizontal"
  43. },
  44.  
  45. {
  46. "id" : 6,
  47. "question" : "Heart or Brain: Which was the Tin Man in the Wizzard of Oz after?",
  48. "correct" : "Brain",
  49. "incorrect" : "Heart"
  50. } ,
  51.  
  52. {
  53. "id" : 7,
  54. "question" : "Nine or Ten: How many hurdles do you jump in a 110m race?",
  55. "correct" : "Nine",
  56. "incorrect" : "Ten"
  57. } ,
  58.  
  59. {
  60. "id" : 8,
  61. "question" : "Dollar or Percentage: Which symbol is above the 4 key on the standart QWERTY keyboard?",
  62. "correct" : "Percentage (%)",
  63. "incorrect" : "Dollar ($)"
  64. } ,
  65.  
  66. {
  67. "id" : 9,
  68. "question" : "Books or Movies: These are commonly watched in movie theaters?",
  69. "correct" : "Books",
  70. "incorrect" : "Movies"
  71. },
  72.  
  73. {
  74. "id" : 10,
  75. "question" : "McDonalds or Burger King: This resturant's mascot is a king?",
  76. "correct" : "McDonalds",
  77. "incorrect" : "Burger King"
  78. },
  79.  
  80. {
  81. "id" : 11,
  82. "question" : "Breakfast or Dinner: This meal is the most important of the day?",
  83. "correct" : "Dinner",
  84. "incorrect" : "Breakfast"
  85. },
  86.  
  87. {
  88. "id" : 12,
  89. "question" : "Mountians or Beach: Oceans are commonly found here?",
  90. "correct" : "Mountains",
  91. "incorrect" : "Beach"
  92. } ,
  93.  
  94. {
  95. "id" : 13,
  96. "question" : "Apples or Bananas: These fruits grow on trees?",
  97. "correct" : "Bananas",
  98. "incorrect" : "Apples"
  99. },
  100.  
  101. {
  102. "id" : 14,
  103. "question" : "Apple or Pear: This fruit is also the name of a popular computer company?",
  104. "correct" : "Pear",
  105. "incorrect" : "Apple"
  106. } ,
  107.  
  108. {
  109. "id" : 15,
  110. "question" : "North or South: The State of South Carolina can be found here?",
  111. "correct" : "North",
  112. "incorrect" : "South"
  113. },
  114.  
  115. {
  116. "id" : 16,
  117. "question" : "Germany or Italy: This country is known for it's Italian cuisine in America?",
  118. "correct" : "Germany",
  119. "incorrect" : "Italy"
  120. },
  121.  
  122. {
  123. "id" : 17,
  124. "question" : "Sunday or Monday: This day is the start of the work week?",
  125. "correct" : "Sunday",
  126. "incorrect" : "Monday"
  127. } ,
  128.  
  129. {
  130. "id" : 18,
  131. "question" : "Football or Baseball: Players can score by making touchdowns?",
  132. "correct" : "Baseball",
  133. "incorrect" : "Football"
  134. },
  135.  
  136. {
  137. "id" : 19,
  138. "question" : "Car or Plane: This vehicle has the ability to fly?",
  139. "correct" : "Car",
  140. "incorrect" : "Plane"
  141. }
  142.  
  143.  
  144. ]
Add Comment
Please, Sign In to add comment