Advertisement
KenYu511

數學

Mar 14th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.94 KB | None | 0 0
  1. {
  2.     "options": {
  3.         "name": "數學",
  4.         "timePerSetInSeconds": 400,
  5.         "questionsInRandomOrder": true,
  6.         "helpButtonEnabled": false,
  7.         "showCorrectIncorrectAnswer": false
  8.     },
  9.     "sets": [
  10.           [
  11.            {"question": "定偉和家傑各有郵票72枚,定偉把郵票數量的一半給家傑,家傑現有郵票多少枚?", "answers": ["144枚", "132枚", "120枚", "108枚"], "correct": 3},
  12.            {"question": "書櫃內有書架5層,每層有圖書15本。圖書館購入圖書75本,職員把圖書平均放在這5層書架上,每層現有圖書多少本?", "answers": ["18本", "24本", "30本", "32本"], "correctAnswers": [2]},
  13.            {"question": "貓糧2包售106元,每包貓糧的售價相同。每包貓砂售56元。爸爸買貓糧和貓砂各1包,共需付多少元?", "answers": ["102元", "109元", "120元", "134元"], "correctAnswers": [1]}
  14.            ]
  15.         ]
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement