Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.45 KB | None | 0 0
  1. {
  2.   "name": "Testowa ankieta",
  3.   "questions": [
  4.     {
  5.       "content": "Ulubiony kolor",
  6.       "answers": [
  7.         "zielony",
  8.         "zolty",
  9.         "czerwony"
  10.       ],
  11.       "type": "SINGLE_CHOICE"
  12.     },
  13.     {
  14.       "content": "Ulubiona pora roku",
  15.       "answers": [
  16.         "wiosna",
  17.         "lato",
  18.         "jesien",
  19.         "zima"
  20.       ],
  21.       "type": "MULTIPLE_CHOICE"
  22.     }
  23.   ],
  24.   "author": "XYZ",
  25.   "type": "ANONYMOUS"
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement