Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.97 KB | None | 0 0
  1. [
  2.     {
  3.         "id": 1,
  4.         "type": "content",
  5.         "choices_map": {
  6.             "ignore": 2,
  7.             "halfsolve": 3,
  8.             "solve": 4
  9.         }
  10.     },
  11.     {
  12.         "id": 6,
  13.         "type": "content",
  14.         "choices_map": {
  15.             "solve": 7,
  16.             "ignore": 8
  17.         }
  18.     },
  19.     {
  20.         "id": 11,
  21.         "type": "content",
  22.         "choices_map": {
  23.             "ignore": 17,
  24.             "solve": 18
  25.         }
  26.     },
  27.     {
  28.         "id": 12,
  29.         "type": "content",
  30.         "choices_map": {
  31.             "ignore": 19,
  32.             "halfsolve": 20,
  33.             "solve": 21
  34.         }
  35.     },
  36.     {
  37.         "id": 13,
  38.         "type": "content",
  39.         "choices_map": {
  40.             "ignore": 22,
  41.             "compensate_and_halfsolve": 23,
  42.             "solve": 24,
  43.             "compensate_and_solve": 25
  44.         }
  45.     },
  46.     {
  47.         "id": 14,
  48.         "type": "content",
  49.         "choices_map": {
  50.             "ignore": 41,
  51.             "solve": 42
  52.         }
  53.     },
  54.     {
  55.         "id": 15,
  56.         "type": "content",
  57.         "choices_map": {
  58.             "ignore": 43,
  59.             "halfsolve": 44,
  60.             "solve": 45
  61.         }
  62.     },
  63.     {
  64.         "id": 16,
  65.         "type": "content",
  66.         "choices_map": {
  67.             "ignore": 46,
  68.             "compensate_and_halfsolve": 47,
  69.             "solve": 48,
  70.             "compensate_and_solve": 49
  71.         }
  72.     },
  73.     {
  74.         "id": 26,
  75.         "type": "content",
  76.         "choices_map": {
  77.             "ignore": 32,
  78.             "solve": 33
  79.         }
  80.     },
  81.     {
  82.         "id": 27,
  83.         "type": "content",
  84.         "choices_map": {
  85.             "ignore": 34,
  86.             "halfsolve": 35,
  87.             "solve": 36
  88.         }
  89.     },
  90.     {
  91.         "id": 28,
  92.         "type": "content",
  93.         "choices_map": {
  94.             "ignore": 37,
  95.             "compensate": 38,
  96.             "solve": 39,
  97.             "compensate_and_solve": 40
  98.         }
  99.     }
  100. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement