數學學習 APP 後台管理系統
管理您的題目資料庫
👤
載入中...
[
{
"type": "wordProblem",
"grade": "grade1",
"difficulty": "easy",
"questionText": "小明有5顆糖果,媽媽又給他3顆,小明現在有幾顆糖果?",
"correctAnswer": "8",
"options": [],
"explanation": "5+3=8",
"subtype": "加減混合"
},
{
"type": "circling",
"grade": "grade1",
"difficulty": "easy",
"questionText": "請圈出 5 個蘋果",
"correctAnswer": "5",
"options": [],
"explanation": "數一數有 5 個蘋果",
"circlingData": {
"itemEmoji": "🍎",
"totalCount": 12,
"targetCount": 5
}
},
{
"type": "countingMoney",
"grade": "grade2",
"difficulty": "medium",
"questionText": "請圈出總共 115 元的錢幣組合",
"correctAnswer": "115",
"options": [],
"explanation": "100元 + 10元 + 5元 = 115元",
"countingMoneyData": {
"mode": "selecting",
"targetAmount": 115,
"coins": [
{"value": 100, "count": 2},
{"value": 50, "count": 1},
{"value": 10, "count": 3},
{"value": 5, "count": 2}
]
}
}
]
已選取 0 題,只會修改勾選的欄位