Afghanistan Kankoor Exam Questions Dataset
收藏资源简介:
该数据集包含阿富汗大学入学考试(Kankoor)题目的结构化JSON格式数据,涵盖化学、达里语、地质学、数学和物理等多个科目,总共包含2230个问题。数据集适用于教育研究、构建测验应用程序和人工智能学习助手等用途。
This dataset contains structured JSON-formatted data of questions from Afghanistan's university entrance examination (Kankoor), covering multiple subjects including Chemistry, Dari, Geology, Mathematics and Physics, with a total of 2230 questions. It is applicable for educational research, the development of quiz applications and AI-powered learning assistants, as well as other relevant use cases.
阿富汗Kankoor考试数据集概述
数据集基本信息
- 数据集名称: Kankoor Exam Questions Dataset (Afghanistan)
- 作者: Salim Noor (Taikutsu Lyrz)
- 许可证: MIT
- 发布日期: 2025年
数据集内容
科目与题目数量
| 科目 | 题目数量 |
|---|---|
| 化学 | 915 |
| 达利语 | 210 |
| 地质学 | 304 |
| 数学 | 721 |
| 物理 | 80 |
| 总计 | 2230 |
包含科目
- 地质学
- 达利语
- 化学
- 物理
- 数学(积分)
数据结构
文件组织结构
dataset/ ├── data/ │ ├── geology/geology.json │ ├── dari/dari.json │ ├── chemistry/general_chemistry.json │ ├── physics/physics_mechanics_simple.json │ └── math/ │ ├── math_geometry.json │ └── math_integral.json └── schema.json
JSON数据格式
json { "id": 1, "question": "题目文本...", "options": ["选项1", "选项2", "选项3", "选项4"], "correctOption": 1, "correctAnswer": "选项1", "subject": "科目名称", "difficulty": "难度等级" }
字段说明
| 字段名称 | 类型 | 描述 |
|---|---|---|
| id | 整数 | 唯一题目标识符 |
| question | 字符串 | 题目文本 |
| options | 数组 | 选择题选项 |
| correctOption | 整数 | 正确答案的1-based索引 |
| correctAnswer | 字符串 | 正确答案文本 |
| subject | 字符串 | 科目名称 |
| difficulty | 字符串 | 难度等级(简单/中等/困难) |
用途
- 教育与研究用途
- 构建测验应用、网页应用或AI学习助手
- 为阿富汗学生提供公共参考资料
使用要求
使用本数据集时,请注明出处: "Kankoor Questions Dataset by Salim Noor (Taikutsu Lyrz) — https://github.com/Taikutsu-Lyrz/Afghanistan-kankoor-exam-dataset"
许可证信息
MIT许可证 - 允许自由使用、复制、修改和分发本数据集,需提供适当署名。




