Guest User

Untitled

a guest
Dec 10th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. {
  2. :content => {
  3. :adventure => {
  4. :title => 'Adventure one',
  5. ........
  6.  
  7. },
  8. :spots => [
  9. {
  10. :spot => {
  11. :name => 'SPot 1',
  12. .......
  13. },
  14. :challenge_type => 'photo',
  15.  
  16. :question => {
  17. :name => 'question one'
  18. },
  19.  
  20. :answers => [
  21. {
  22. :answer => 'ans one',
  23. :correct => true
  24. },
  25. {
  26. :answer => 'ans two',
  27. :correct => false
  28. }
  29. ],
  30. :task => {
  31. :name => 'Task title'
  32. },
  33.  
  34. :yes_no => {
  35. :name => 'Yes no title',
  36. :correct => 'yes'
  37. },
  38. :photo => {
  39. :photo_caption => 'Photo Caption'
  40. }
  41.  
  42. }
  43. ]
  44.  
  45. }
  46. }
Add Comment
Please, Sign In to add comment