Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. [
  2. {
  3. "task_id": "",
  4. "specific_task_id": "",
  5. "Column": [
  6. "Alex",
  7. "Meera",
  8. "Len",
  9. "Suzy",
  10. "Michael",
  11. "Stella"
  12. ],
  13. "Row": [
  14. "swim",
  15. "play football",
  16. "play the piano",
  17. "sing",
  18. "write",
  19. "climb",
  20. "draw"
  21. ],
  22. "Hints": [
  23. "the person who plays football well plays piano badly",
  24. "the person who swims quickly sings quietly",
  25. "the person who writes well swims slowly",
  26. "the person who sings loudly writes slowly",
  27. "the person who plays the piano well climbs carefully",
  28. "the person who climbs quickly draws well"
  29. ],
  30. "WhiteCells": [
  31. [
  32. 1,
  33. 3
  34. ],
  35. [
  36. 1,
  37. 6
  38. ],
  39. [
  40. 2,
  41. 1
  42. ],
  43. [
  44. 2,
  45. 4
  46. ],
  47. [
  48. 3,
  49. 2
  50. ],
  51. [
  52. 3,
  53. 3
  54. ],
  55. [
  56. 4,
  57. 4
  58. ],
  59. [
  60. 4,
  61. 5
  62. ],
  63. [
  64. 5,
  65. 6
  66. ],
  67. [
  68. 5,
  69. 7
  70. ],
  71. [
  72. 6,
  73. 1
  74. ],
  75. [
  76. 6,
  77. 5
  78. ]
  79. ],
  80. "Answer": [
  81. "well",
  82. "carefully",
  83. "quickly",
  84. "quietly",
  85. "well",
  86. "badly",
  87. "loudly",
  88. "slowly",
  89. "quickly",
  90. "well",
  91. "slowly",
  92. "well"
  93. ]
  94. }
  95. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement