nirajs

output JSON analytics

May 29th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.24 KB | None | 0 0
  1. {
  2.     "status": "success",
  3.     "message": "Student dashboard details fetched",
  4.     "result": {
  5.         "data": {
  6.             "0": {
  7.                 "marks": -7,
  8.                 "count": 1
  9.             },
  10.             "1": {
  11.                 "marks": -5,
  12.                 "count": 0
  13.             },
  14.             "2": {
  15.                 "marks": -3,
  16.                 "count": 3
  17.             },
  18.             "3": {
  19.                 "marks": -1,
  20.                 "count": 4
  21.             },
  22.             "4": {
  23.                 "marks": 1,
  24.                 "count": 1
  25.             },
  26.             "5": {
  27.                 "marks": 3,
  28.                 "count": 0
  29.             },
  30.             "6": {
  31.                 "marks": 5,
  32.                 "count": 2
  33.             },
  34.             "7": {
  35.                 "marks": 7,
  36.                 "count": 2
  37.             },
  38.             "8": {
  39.                 "marks": 9,
  40.                 "count": 1
  41.             },
  42.             "9": {
  43.                 "marks": 11,
  44.                 "count": 3
  45.             }
  46.         },
  47.         "minMark": -6.6000000000000005,
  48.         "maxMark": 12.68,
  49.         "size": 2,
  50.         "totalMark": 20,
  51.         "average": 6.50235294117647,
  52.         "median": 2,
  53.         "myMark": 0
  54.     }
  55. }
Add Comment
Please, Sign In to add comment