Advertisement
reduanrafi

questions

Dec 27th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. {
  2. "status": "ok",
  3. "message": "Questions Faced successfully !",
  4. "questions": [
  5. {
  6. "question": "how many assists did Neymar made in La-liga in 2014",
  7. "answer": 20,
  8. "options": [
  9. 7,
  10. 20,
  11. 2,
  12. 25
  13. ],
  14. "image_path": null,
  15. "display_time": null
  16. },
  17. {
  18. "question": "which of these players scored the most golas in La-liga in 2012",
  19. "answer": "Cristiano Ronaldo",
  20. "options": [
  21. "Cristiano Ronaldo",
  22. "Paul Pogba",
  23. "Neymar",
  24. "Andrés Iniesta"
  25. ],
  26. "image_path": null,
  27. "display_time": null
  28. },
  29. {
  30. "question": "Which of these players made the most assists in La-liga in 2012",
  31. "answer": "Cristiano Ronaldo",
  32. "options": [
  33. "Cristiano Ronaldo",
  34. "Neymar",
  35. "Lionel Messi",
  36. "Luis Suarez"
  37. ],
  38. "image_path": "football/ccR6481kmlPgGtkPsPO688FEkKmgUG8G8M1JjpaZ.jpeg",
  39. "display_time": 3
  40. },
  41. {
  42. "question": "Which of these players got the most yellow cards in La-liga in 2012",
  43. "answer": "Cristiano Ronaldo",
  44. "options": [
  45. "Paul Pogba",
  46. "Thomas Müller",
  47. "Neymar",
  48. "Cristiano Ronaldo"
  49. ],
  50. "image_path": null,
  51. "display_time": null
  52. },
  53. {
  54. "question": "Which of these players got the most red cards in La-liga in 2012",
  55. "answer": "Cristiano Ronaldo",
  56. "options": [
  57. "Luis Suarez",
  58. "Thomas Müller",
  59. "Cristiano Ronaldo",
  60. "Sergio Agüero"
  61. ],
  62. "image_path": null,
  63. "display_time": null
  64. },
  65. {
  66. "question": "which of these clubs had Cristiano Ronaldo played for",
  67. "answer": "Manchester United",
  68. "options": [
  69. "Juventus",
  70. "Barcelona",
  71. "Manchester United",
  72. "Bayern Munich"
  73. ],
  74. "image_path": null,
  75. "display_time": null
  76. },
  77. {
  78. "question": "How many goals did Luis Suarez made in La-liga in 2014",
  79. "answer": 13,
  80. "options": [
  81. 2,
  82. 5,
  83. 13,
  84. 27
  85. ],
  86. "image_path": null,
  87. "display_time": null
  88. },
  89. {
  90. "question": "Which of these players had the most minutes on the field in La-liga 2012",
  91. "answer": "Cristiano Ronaldo",
  92. "options": [
  93. "Neymar",
  94. "Thomas Müller",
  95. "Lionel Messi",
  96. "Cristiano Ronaldo"
  97. ],
  98. "image_path": null,
  99. "display_time": null
  100. },
  101. {
  102. "question": "Which of these players made the most assists in La-liga in 2014",
  103. "answer": "Neymar",
  104. "options": [
  105. "Paul Pogba",
  106. "Sergio Agüero",
  107. "Neymar",
  108. "Thomas Müller"
  109. ],
  110. "image_path": "football/ccR6481kmlPgGtkPsPO688FEkKmgUG8G8M1JjpaZ.jpeg",
  111. "display_time": 3
  112. },
  113. {
  114. "question": "Which of these players got the most yellow cards in La-liga in 2014",
  115. "answer": "Neymar",
  116. "options": [
  117. "Cristiano Ronaldo",
  118. "Neymar",
  119. "Andrés Iniesta",
  120. "Sergio Agüero"
  121. ],
  122. "image_path": null,
  123. "display_time": null
  124. }
  125. ]
  126. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement