📝 智能考卷產生器
Zhìnéng Kǎojuàn Chǎnshēngqì
Smart Quiz Generator

管理員上傳區 (Upload Center)

目標存儲庫: Allen-s-quiz-world

AUTO AUTH
📊 查看學生成績後台

🛡️ 安全同步說明:

  • 已移除手動輸入 Token 流程。
  • 採用 Base64 混淆字串與專屬 Salt 驗證。
  • 每次上傳會建立一份新檔,不會覆蓋舊題庫。
  • 系統會自動讀取 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
  }
]
🎯

測驗設定 (Quiz Setup)

Cèyàn shèdìng / Choose your parameters

題型篩選(可複選)

📚 本機測驗紀錄

🎯

測驗結果

Cèyàn jiéguǒ
0
/ 100