Advertisement
Guest User

columns

a guest
May 25th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.71 KB | None | 0 0
  1. конфиг, приходит с сервера:
  2.  
  3. {
  4.   "module": 2,
  5.   "terms": 5,
  6.   "delay": 1000,
  7.   "operations": 2,
  8.   "limits": {
  9.     "1": true,
  10.     "2": true,
  11.     "3": true,
  12.     "4": true
  13.   },
  14.   "lvl": 2,
  15.   "simple": true,
  16.   "exampleCount": 5
  17. }
  18.  
  19.  
  20. properties, уходят на сервер
  21.  
  22. {
  23.   "answers": [
  24.     {
  25.       "submitted": "fsdf",
  26.       "proper": "5",
  27.       "isCorrect": false,
  28.       "sequence": [
  29.         6,
  30.         -5,
  31.         -1,
  32.         5
  33.       ],
  34.       "timeSpent": "2.06"
  35.     },
  36.     {
  37.       "submitted": "7",
  38.       "proper": "9",
  39.       "isCorrect": false,
  40.       "sequence": [
  41.         4,
  42.         -4,
  43.         7,
  44.         2
  45.       ],
  46.       "timeSpent": "2.06"
  47.     },
  48.     {
  49.       "submitted": "3",
  50.       "proper": "3",
  51.       "isCorrect": true,
  52.       "sequence": [
  53.         9,
  54.         -8,
  55.         -1,
  56.         3
  57.       ],
  58.       "timeSpent": "3.59"
  59.     },
  60.     {
  61.       "submitted": "9",
  62.       "proper": "9",
  63.       "isCorrect": true,
  64.       "sequence": [
  65.         3,
  66.         6,
  67.         -1,
  68.         1
  69.       ],
  70.       "timeSpent": "17.77"
  71.     },
  72.     {
  73.       "submitted": "9",
  74.       "proper": "9",
  75.       "isCorrect": true,
  76.       "sequence": [
  77.         8,
  78.         1,
  79.         -1,
  80.         1
  81.       ],
  82.       "timeSpent": "3.01"
  83.     },
  84.     {
  85.       "submitted": "8",
  86.       "proper": "8",
  87.       "isCorrect": true,
  88.       "sequence": [
  89.         6,
  90.         3,
  91.         -4,
  92.         3
  93.       ],
  94.       "timeSpent": "4.98"
  95.     },
  96.     {
  97.       "submitted": "3",
  98.       "proper": "3",
  99.       "isCorrect": true,
  100.       "sequence": [
  101.         2,
  102.         5,
  103.         2,
  104.         -6
  105.       ],
  106.       "timeSpent": "4.28"
  107.     }
  108.   ],
  109.   "gameTimeAmount": "2019-05-25T22:57:43.872Z"
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement