Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {
  2. "title": "survey",
  3. "dueDate": "data",
  4. "questions": [
  5. {
  6. "type": "checkbox",
  7. "questionText": "klausimas1",
  8. "description": "sioks toks",
  9. "answers": ["pirmas ats", "antras ats", "treciasis"],
  10. "isMandatory": true
  11. },
  12. {
  13. "type": "checkbox",
  14. "questionText": "klausimas2",
  15. "description": "sioks toks",
  16. "answers": ["pirmas ats"]
  17. }
  18. ],
  19. "status": "Completed",
  20. "groupsIds": ["cdab7d51-db48-4716-e491-08d48cc2290b"],
  21. "description": "lalalala"
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement