Advertisement
Guest User

services notes section

a guest
Jul 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. {
  2. "data": [
  3. {
  4. "type": "NOTA FINAL",
  5. "type_component": "Calculado",
  6. "weighing":50,
  7. "observation":"It is a long established fact that a reader will be distracted by the readable content of a page when
  8. looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution",
  9. "nodes":[]
  10. },
  11. {
  12. "type": "NOTA PRESENTACIÓN",
  13. "type_component": "Calculado",
  14. "weighing":60,
  15. "observation":"It is a long established fact that a reader will be distracted by the readable content of a page when
  16. looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution",
  17. "nodes":[]
  18. },
  19. {
  20. "type": "PONDERACIÓN TRABAJO",
  21. "type_component": "Calculado",
  22. "weighing":70,
  23. "observation":" Distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is
  24. that it has a more-or-less normal distribution",
  25. "nodes": [
  26. {
  27. "type": "TRABAJO 1",
  28. "type_component": "Evaluacion",
  29. "weighing":70,
  30. "observation":"the readable content of a page when looking at its layout. The point of using Lorem Ipsum is
  31. that it has a more-or-less normal distribution",
  32. "nodes":[]
  33. },
  34. {
  35. "type": "TRABAJO 2",
  36. "type_component": "Evaluacion",
  37. "weighing":50,
  38. "observation":" the readable content of a page when looking at its layout. The point of using Lorem Ipsum is
  39. that it has a more-or-less normal distribution",
  40. "nodes":[]
  41. }
  42. ]
  43.  
  44. },
  45. {
  46. "type": "PONDERACIÓN PRUEBAs",
  47. "type_component": "Calculado",
  48. "weighing":70,
  49. "observation":"It is a long established fact that a reader will be distracted by the readable content of a page when
  50. looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution",
  51. "nodes": [
  52. {
  53. "type": "PRUEBA 1",
  54. "type_component": "Evaluacion",
  55. "weighing":40,
  56. "observation":"It is a long established fact that a reader will be distracted by the readable content of a page
  57. when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution",
  58. "nodes":[]
  59. },
  60. {
  61. "type": "PRUEBA 2",
  62. "type_component": "Evaluacion",
  63. "weighing":40,
  64. "observation":"It is a long established using Lorem Ipsum is that it has a more-or-less normal distribution",
  65. "nodes":[
  66. {
  67. "type": "ITEM 1",
  68. "type_component": "Evaluacion",
  69. "weighing":30,
  70. "observation":"It is a page when looking at its layout. The point of using Lorem Ipsum is that it has a
  71. more-or-less normal distribution",
  72. "nodes":[]
  73.  
  74. },
  75. {
  76. "type": "ITEM 2",
  77. "type_component": "Evaluacion",
  78. "weighing":70,
  79. "observation":"The point of using Lorem Ipsum is that it has a more-or-less normal distribution",
  80. "nodes":[]
  81.  
  82. }]
  83. }
  84. ]
  85.  
  86. },
  87.  
  88. {
  89. "type": "NOTA EXAMEN",
  90. "type_component": "Calculado",
  91. "weighing":50,
  92. "observation":"It is a long established fact that a reader will be distracted by the readable content of a page when
  93. looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution",
  94. "nodes":[]
  95. }
  96. ],
  97. "status": 0
  98. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement