Files
examination/schema/templates/true_false.json
T
wonder d3cba0e23c feat: 初始化 CS 知识应试强化系统
- 纯 HTML/CSS/JS 单页应用,支持填空题和选择题交互
- 5 个主题共 100 道题(GC/JVM、AI 结构化输出、记忆管理、幻觉、工具链)
- 按主题组织、按题型拆分的 JSON 数据结构
- JSON Schema 校验 + 提示词模板 + 题型模板
- 自定义导入功能(粘贴/上传 JSON)
- 项目文档(需求 + 架构)

Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-09-02 18:22:20 +08:00

19 lines
538 B
JSON

{
"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": []
}
]
}