Advertisement
Guest User

Untitled

a guest
Jun 18th, 2018
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.32 KB | None | 0 0
  1. [{
  2.     "Nombre": "Eléctrico",
  3.     "ID": "0001",
  4.     "timestamp": "null",
  5.     "gps": "null",
  6.     "firmaTecnico": "/storage/sdcard0/Android/data/shaitan.VentaCatch/files/Pictures/Signs/Report/TEC1529355522081.jpg",
  7.     "firmaEncargado": "/storage/sdcard0/Android/data/shaitan.VentaCatch/files/Pictures/Signs/Report/TEC1529355522081.jpg",
  8.     "fotos": []
  9. }, {
  10.     "Secciones": [{
  11.         "nombre": "Inicio",
  12.         "ID": "22",
  13.         "Preguntas": [{
  14.             "type": "SWITCH",
  15.             "ID": "1",
  16.             "pregunta": "esta bien1?",
  17.             "respuesta": "true"
  18.         }, {
  19.             "type": "SWITCH",
  20.             "ID": "2",
  21.             "pregunta": "esta bien2?",
  22.             "respuesta": "false"
  23.         }, {
  24.             "type": "INPUT",
  25.             "ID": "3",
  26.             "pregunta": "Detalles1:",
  27.             "respuesta": "jhon cabezon"
  28.         }, {
  29.             "type": "NESTED",
  30.             "ID": "4",
  31.             "pregunta": "esta bien3?",
  32.             "nested": [{
  33.                 "type": "INPUT",
  34.                 "ID": "41",
  35.                 "pregunta": "Detalles2:",
  36.                 "respuesta": "null"
  37.             }, {
  38.                 "type": "SWITCH",
  39.                 "ID": "42",
  40.                 "pregunta": "esta bien4?",
  41.                 "respuesta": "false"
  42.             }]
  43.         }, {
  44.             "type": "MULTIPLE",
  45.             "ID": "5",
  46.             "pregunta": "que proceso?",
  47.             "listado": ["Selecciona una", "eléctrico", "mecánico", "soporte"],
  48.             "respuesta": "mecánico"
  49.         }, {
  50.             "type": "INPUT",
  51.             "ID": "C1",
  52.             "pregunta": "Ingrese el correo del encargado del sitio",
  53.             "respuesta": "jhon@avila.com"
  54.         }]
  55.     }]
  56. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement