Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.13 KB | None | 0 0
  1. {
  2.   "Error": false,
  3.   "Data": [
  4.     {
  5.       "Question": {
  6.         "ID": 1,
  7.         "Label": "How would you rate the registration experience?",
  8.         "Description": "Feedback"
  9.       },
  10.       "Responses": [
  11.         {
  12.           "ID": 1008,
  13.           "Email": "alice.ashcroft@lancaster.ac.uk",
  14.           "Value": "Sad"
  15.         },
  16.         {
  17.           "ID": 1011,
  18.           "Email": "alice.ashcroft@lancaster.ac.uk",
  19.           "Value": "Sad"
  20.         },
  21.         {
  22.           "ID": 1014,
  23.           "Email": "alice.ashcroft@lancaster.ac.uk",
  24.           "Value": "Happy"
  25.         },
  26.         {
  27.           "ID": 1017,
  28.           "Email": "alice.ashcroft@lancaster.ac.uk",
  29.           "Value": "Sad"
  30.         }
  31.       ]
  32.     },
  33.     {
  34.       "Question": {
  35.         "ID": 2,
  36.         "Label": "How satisfied were you with the registration process?",
  37.         "Description": "Feedback"
  38.       },
  39.       "Responses": [
  40.         {
  41.           "ID": 1009,
  42.           "Email": "alice.ashcroft@lancaster.ac.uk",
  43.           "Value": "Sad"
  44.         },
  45.         {
  46.           "ID": 1012,
  47.           "Email": "alice.ashcroft@lancaster.ac.uk",
  48.           "Value": "Neutral"
  49.         },
  50.         {
  51.           "ID": 1015,
  52.           "Email": "alice.ashcroft@lancaster.ac.uk",
  53.           "Value": "Happy"
  54.         },
  55.         {
  56.           "ID": 1018,
  57.           "Email": "alice.ashcroft@lancaster.ac.uk",
  58.           "Value": "Neutral"
  59.         }
  60.       ]
  61.     },
  62.     {
  63.       "Question": {
  64.         "ID": 3,
  65.         "Label": "How would you improve the registration process?",
  66.         "Description": "Feedback"
  67.       },
  68.       "Responses": [
  69.         {
  70.           "ID": 1010,
  71.           "Email": "alice.ashcroft@lancaster.ac.uk",
  72.           "Value": "Cri"
  73.         },
  74.         {
  75.           "ID": 1013,
  76.           "Email": "alice.ashcroft@lancaster.ac.uk",
  77.           "Value": "Meh"
  78.         },
  79.         {
  80.           "ID": 1016,
  81.           "Email": "alice.ashcroft@lancaster.ac.uk",
  82.           "Value": "WOOOOI PARTYYYYY"
  83.         },
  84.         {
  85.           "ID": 1019,
  86.           "Email": "alice.ashcroft@lancaster.ac.uk",
  87.           "Value": "Meh"
  88.         }
  89.       ]
  90.     }
  91.   ]
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement