Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. {
  2. "classes":[
  3. {
  4. "calculus":[
  5. {
  6. "question":"\frac{d}{dx} e^x",
  7. "options":[
  8. {
  9. "answer":"option 1",
  10. "option2":"option 2",
  11. "option3":"option 3",
  12. "option4":"option 4"
  13. }
  14. ]
  15. },
  16. {
  17. "question":"\frac{d}{dx} sin(x)",
  18. "options":[
  19. {
  20. "answer":"option 1",
  21. "option2":"option 2",
  22. "option3":"option 3",
  23. "option4":"option 4"
  24. }
  25. ]
  26. },
  27. {
  28. "question":"\int_{-3}^{2} x^2 dx",
  29. "options":[
  30. {
  31. "answer":"option 1",
  32. "option2":"option 2",
  33. "option3":"option 3",
  34. "option4":"option 4"
  35. }
  36. ]
  37. },
  38. {
  39. "question":"\int_{0}^{\infty} tan(x) dx",
  40. "options":[
  41. {
  42. "answer":"option 1",
  43. "option2":"option 2",
  44. "option3":"option 3",
  45. "option4":"option 4"
  46. }
  47. ]
  48. },
  49. {
  50. "question":"\\\\int_{-1}^{1} \\\\frac{1}{x} dx",
  51. "options":[
  52. {
  53. "answer":"option 1",
  54. "option2":"option 2",
  55. "option3":"option 3",
  56. "option4":"option 4"
  57. }
  58. ]
  59. },
  60. {
  61. "question":"\\\\int e^x dx",
  62. "options":[
  63. {
  64. "answer":"option 1",
  65. "option2":"option 2",
  66. "option3":"option 3",
  67. "option4":"option 4"
  68. }
  69. ]
  70. },
  71. {
  72. "question":"\\\\int_1^4 x^3 dx",
  73. "options":[
  74. {
  75. "answer":"option 1",
  76. "option2":"option 2",
  77. "option3":"option 3",
  78. "option4":"option 4"
  79. }
  80. ]
  81. },
  82. {
  83. "question":"\\\\int_{-3}^{2} x dx",
  84. "options":[
  85. {
  86. "answer":"option 1",
  87. "option2":"option 2",
  88. "option3":"option 3",
  89. "option4":"option 4"
  90. }
  91. ]
  92. },
  93. {
  94. "question":"\\\\int_{0}^{\\\\infty} sec(x) dx",
  95. "options":[
  96. {
  97. "answer":"option 1",
  98. "option2":"option 2",
  99. "option3":"option 3",
  100. "option4":"option 4"
  101. }
  102. ]
  103. },
  104. {
  105. "question":"\\\\int_{-1}^{1} \\\\frac{1}{x^2} dx",
  106. "options":[
  107. {
  108. "answer":"option 1",
  109. "option2":"option 2",
  110. "option3":"option 3",
  111. "option4":"option 4"
  112. }
  113. ]
  114. }
  115. ]
  116. }
  117. ]
  118. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement