Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. {
  2.  
  3. "choices": [
  4. {
  5.  
  6. "choice": "Kylmä",
  7. "choiceId": "-2",
  8. "icon": "icons8-snowflake-64.png"
  9. },
  10. {
  11.  
  12. "choice": "Viileä",
  13. "choiceId": "-1",
  14. "icon": "icons8-happy-100.png"
  15. },
  16. {
  17.  
  18. "choice": "Sopiva",
  19. "choiceId": "0",
  20. "icon": "icons8-lol-100.png"
  21. },
  22. {
  23.  
  24. "choice": "Lämmin",
  25. "choiceId": "1",
  26. "icon": "icons8-happy-100.png"
  27. },
  28. {
  29. ,
  30. "choice": "Kuuma",
  31. "choiceId": "2",
  32. "icon": "icons8-fire-64.png"
  33. }
  34. ],
  35. "questionId": "1",
  36. "question": "Millainen on luokkahuoneen lämpötila?",
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement