sprint1-samples.json

459 B
22/10/2025 08:26
JSON
sprint1-samples.json
[
  {
    "id": "q1-html",
    "question": "อะไรคือแท็กสำหรับสร้างลิงก์ใน HTML?",
    "options": ["<div>", "<a>", "<link>", "<span>"],
    "answer": 1
  },
  {
    "id": "q2-css",
    "question": "Property ไหนใช้กำหนดสีพื้นหลังของอิลิเมนต์?",
    "options": ["color", "background-color", "border-color", "fill"],
    "answer": 1
  }
]