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
}
]