Files
examination/schema/templates/true_false.json
T

19 lines
538 B
JSON
Raw Normal View History

2026-09-02 18:22:20 +08:00
{
"topic": "example-topic",
"type": "true_false",
"schema_version": "1.0.0",
"generated": "2026-01-01T00:00:00Z",
"questions": [
{
"id": "dom-sub-top-tf-001",
"type": "true_false",
"difficulty": 2,
"tags": ["example", "template"],
"question": "判断以下陈述是否正确:这是一个判断题的示例陈述。",
"answer": true,
"explanation": "该陈述是正确的。这是一个用于演示判断题格式的示例。",
"source": null,
"related": []
}
]
}