Guest User

Untitled

a guest
Jan 22nd, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. var Quiz = {
  2. nome: "Quiz 01",
  3. perguntas: [
  4. {
  5. nome: "Pergunta01",
  6. respostas: [
  7. {
  8. nome: "resposta A"
  9. },
  10. {
  11. nome: "resposta B"
  12. }
  13. ]
  14. },
  15. {
  16. nome: "Pergunta 02",
  17. respostas: [
  18. {
  19. nome: "resposta A"
  20. },
  21. {
  22. nome: "resposta B"
  23. }
  24. ]
  25. }
  26. ]
  27. }
Add Comment
Please, Sign In to add comment