1
0

manifest.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "learning-assessor",
  3. "version": "1.0.0",
  4. "description": "帮助创建学习评估工具,包括测验题目、评估标准、评分 rubric 和学习分析。适用于评估学习效果、设计考试题目或分析学习数据。",
  5. "author": "Teaching AI",
  6. "type": "workflow-plugin",
  7. "workflows": [
  8. {
  9. "id": "learning-assessor",
  10. "name": "学习评估技能",
  11. "description": "帮助创建学习评估工具,包括测验题目、评估标准、评分 rubric 和学习分析。适用于评估学习效果、设计考试题目或分析学习数据。",
  12. "steps": [
  13. {
  14. "id": 1,
  15. "name": "**目标对齐**",
  16. "description": "**目标对齐**: 每道题目都应对应明确的学习目标",
  17. "type": "instruction"
  18. },
  19. {
  20. "id": 2,
  21. "name": "**难度梯度**",
  22. "description": "**难度梯度**: 题目应覆盖不同认知层次(记忆、理解、应用、分析、评价、创造)",
  23. "type": "instruction"
  24. },
  25. {
  26. "id": 3,
  27. "name": "**清晰明确**",
  28. "description": "**清晰明确**: 题目表述清晰,避免歧义",
  29. "type": "instruction"
  30. },
  31. {
  32. "id": 4,
  33. "name": "**公平性**",
  34. "description": "**公平性**: 确保题目对所有学习者公平",
  35. "type": "instruction"
  36. },
  37. {
  38. "id": 5,
  39. "name": "**有效性**",
  40. "description": "**有效性**: 题目应能有效测量目标知识和技能",
  41. "type": "instruction"
  42. }
  43. ],
  44. "inputs": [],
  45. "outputs": []
  46. }
  47. ]
  48. }