目標存儲庫: Allen-s-quiz-world
🛡️ 安全同步說明:
quiz_data/ 裡所有 JSON 題庫。📄 JSON 格式範例:
[
{
"date": "2026-04-20",
"type": "multiple_choice",
"question": "「apple」的中文意思是什麼?",
"question_en": "What is the meaning of 'apple' in Chinese?",
"options": ["蘋果", "香蕉", "葡萄", "西瓜"],
"options_en": ["apple", "banana", "grape", "watermelon"],
"answer": 0,
"hint": "這是常見水果。"
},
{
"date": "2026-04-20",
"type": "true_false",
"question": "「library」是「圖書館」的意思。",
"question_en": "'Library' means '圖書館'.",
"answer_boolean": true
},
{
"date": "2026-04-20",
"type": "short_answer",
"question": "請寫出「老師」的英文。",
"question_en": "Write the English word for 「老師」.",
"short_answer": "teacher",
"accepted_answers": ["teacher", "a teacher"]
},
{
"date": "2026-04-20",
"type": "reading_comprehension",
"passage": "Tom goes to school by bus every day. He leaves home at 7:30 and arrives at 8:00.",
"question": "Tom 幾點到學校?",
"question_en": "What time does Tom arrive at school?",
"options": ["7:00", "7:30", "8:00", "8:30"],
"answer": 2
}
]
題型篩選(可複選)