Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "id": "tokyo",
  3. "question": "Do you like Tokyo?",
  4. "type": "hierarchical",
  5. "options": [
  6. {
  7. "label": "Yes",
  8. "value": "0"
  9. },
  10. {
  11. "label": "No",
  12. "value": "1"
  13. }
  14. ],
  15. "hierarchicalOptions": [{
  16. "id": "Answer",
  17. "options": [{
  18. "value": "Expensive",
  19. "label": "Expensive"
  20. },
  21. {"value": "Big",
  22. "label": "Big"
  23. }],
  24. "condition":{
  25. "id": "tokyo",
  26. "value": "1"
  27. }}]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement