Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "name": "math",
  3. "description": "Addition, substraction...",
  4. "category": "MATH",
  5. "difficulty": "MEDIUM",
  6. "questions": [
  7. {
  8. "text": "1+1=?",
  9. "answers": [
  10. {
  11. "text": "2"
  12. },
  13. {
  14. "text": "3"
  15. },
  16. {
  17. "text": "1"
  18. },
  19. {
  20. "text": "0"
  21. }
  22. ],
  23. "correct": 0
  24. }
  25. ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement