| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "learning-assessor",
- "version": "1.0.0",
- "description": "帮助创建学习评估工具,包括测验题目、评估标准、评分 rubric 和学习分析。适用于评估学习效果、设计考试题目或分析学习数据。",
- "author": "Teaching AI",
- "type": "workflow-plugin",
- "workflows": [
- {
- "id": "learning-assessor",
- "name": "学习评估技能",
- "description": "帮助创建学习评估工具,包括测验题目、评估标准、评分 rubric 和学习分析。适用于评估学习效果、设计考试题目或分析学习数据。",
- "steps": [
- {
- "id": 1,
- "name": "**目标对齐**",
- "description": "**目标对齐**: 每道题目都应对应明确的学习目标",
- "type": "instruction"
- },
- {
- "id": 2,
- "name": "**难度梯度**",
- "description": "**难度梯度**: 题目应覆盖不同认知层次(记忆、理解、应用、分析、评价、创造)",
- "type": "instruction"
- },
- {
- "id": 3,
- "name": "**清晰明确**",
- "description": "**清晰明确**: 题目表述清晰,避免歧义",
- "type": "instruction"
- },
- {
- "id": 4,
- "name": "**公平性**",
- "description": "**公平性**: 确保题目对所有学习者公平",
- "type": "instruction"
- },
- {
- "id": 5,
- "name": "**有效性**",
- "description": "**有效性**: 题目应能有效测量目标知识和技能",
- "type": "instruction"
- }
- ],
- "inputs": [],
- "outputs": []
- }
- ]
- }
|