Advertisement
MarkUa

Untitled

Jun 21st, 2019
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.66 KB | None | 0 0
  1. {
  2.   "test_name": "",
  3.   "test_author": "",
  4.   "test_questions": [ {
  5.     "type": "checkbox",
  6.     "question": "",
  7.     "answers": [{
  8.       "1": {
  9.         "points": 0
  10.       },
  11.       "2": {
  12.         "points": 1
  13.       },
  14.       "3": {
  15.         "points": 0
  16.       }
  17.     }]
  18.   },
  19.     {
  20.       "type": "radiobutton",
  21.     "question": "",
  22.     "answers": [{
  23.       "1": {
  24.         "points": 0
  25.       },
  26.       "2": {
  27.         "points": 1
  28.       },
  29.       "3": {
  30.         "points": 0
  31.       }
  32.     }]
  33.   }
  34.       ........
  35.  
  36.    
  37.  
  38.   ]
  39. }
  40.  
  41. {
  42.   "test_user": "",
  43.   "test_name": ""
  44.   "answers": [
  45.     "question 1" ,{"answer": "" },
  46.     "question 1" ,{"answer": "" }
  47.   ]
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement