Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.55 KB | None | 0 0
  1. [
  2.     "1": {
  3.         "label": "Is your computer working?",
  4.         "type": "yesno",
  5.         "choices": [{
  6.             "label": "yes",
  7.             "next": "EOP"
  8.         }, {
  9.             "label": "no",
  10.             "next": "2"
  11.         }]
  12.     },
  13.     "2": {
  14.         "label": "Have you tried turning it on and off again?",
  15.         "type": "yesno",
  16.         "choices": [{
  17.             "label": "yes",
  18.             "next": "3"
  19.         }, {
  20.             "label": "no",
  21.             "next": "EOP"
  22.         }]
  23.     },
  24.     "3": {
  25.         "label": "Is it connected to the internet?",
  26.         "type": "yesno",
  27.         "choices": [{
  28.             "label": "yes",
  29.             "next": "EOP"
  30.         }, {
  31.             "label": "no",
  32.             "next": "EOP"
  33.         }]
  34.     }
  35. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement