Guest User

Untitled

a guest
Nov 21st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. theme name
  2. -question one
  3. --answer1
  4. --answer2
  5. --answer3
  6. -hint
  7. -fact
  8. -next question
  9. --answer1
  10. --answer2
  11. --answer3
  12. -hint
  13. -fact
  14. and so on
  15.  
  16. {
  17. "themes": [{
  18. "name": "theme name",
  19. "questions": [{
  20. "id": 0,
  21. "hint": "test hint",
  22. "fact": "test fact",
  23. "question": "test question",
  24. "answers": [
  25. "answer1",
  26. "answer2",
  27. "answer3"
  28. ],
  29. "right_answer": "2 (answer is in all caps)"
  30. }]
  31. }]
  32. }
Add Comment
Please, Sign In to add comment