Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. [
  2. {
  3. "pergunta":"Quem foi o primeiro rei de Portugal?",
  4. "resposta":1,
  5. "respostas":[
  6. {
  7. "id_resposta":1,
  8. "resposta":"D.Afonso Henriques"
  9. },
  10. {
  11. "id_resposta":2,
  12. "resposta":"Obama"
  13. },
  14. {
  15. "id_resposta":3,
  16. "resposta":"Marcelo Rebelo de Sousa"
  17. }
  18. ]
  19. },
  20. {
  21. "pergunta":"Quem apareceu primeiro?",
  22. "resposta":3,
  23. "respostas":[
  24. {
  25. "id_resposta":1,
  26. "resposta":"Ovo"
  27. },
  28. {
  29. "id_resposta":2,
  30. "resposta":"Saddam Hussein"
  31. },
  32. {
  33. "id_resposta":3,
  34. "resposta":"Galinha"
  35. }
  36. ]
  37. },
  38. {
  39. "pergunta":"Quem é o Vladimir Putin?",
  40. "resposta":2,
  41. "respostas":[
  42. {
  43. "id_resposta":1,
  44. "resposta":"Rei de Espanha"
  45. },
  46. {
  47. "id_resposta":2,
  48. "resposta":"Presidente da Russia"
  49. },
  50. {
  51. "id_resposta":3,
  52. "resposta":"Presidente da Republica"
  53. }
  54. ]
  55. }
  56. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement