evaluate-rationale
星标0
分支0
更新时间2026年3月29日 15:41
Evaluate quiz answer rationale and provide Socratic coaching feedback
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Evaluate quiz answer rationale and provide Socratic coaching feedback
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Look up relevant research content to support coaching during quiz or teach-back sessions
Evaluate teach-back explanations and identify knowledge gaps
Generate podcast audio from script files using local Kokoro TTS
| name | evaluate-rationale |
| description | Evaluate quiz answer rationale and provide Socratic coaching feedback |
Score a learner's reasoning on a quiz question and provide Socratic coaching to deepen understanding.
{{QUESTION_JSON}} -- the full quiz question object containing scenario, options, correct answer, and reference rationale{{LEARNER_ANSWER}} -- the option the learner selected (e.g., "B"){{LEARNER_RATIONALE}} -- the learner's typed or spoken explanation of why they chose their answer{{RESEARCH_CONTEXT}} -- optional relevant research content to reference in coachingAssess the learner's rationale on each of the following:
Construct feedback following these principles:
{{RESEARCH_CONTEXT}} when available to ground the questions.Return a single JSON object:
{
"score": 0,
"correct": false,
"strengths": [
"Identified that X is relevant to the decision"
],
"weaknesses": [
"Did not consider the impact of Y on the outcome"
],
"coaching": "Your instinct about X was solid. But consider this: what happens when Z is also a factor? How would that change your reasoning?",
"followUpQuestions": [
"What would change if the system had to handle 10x the current load?",
"Can you think of a scenario where option C would actually be correct?"
]
}
score: integer 0-100 reflecting overall quality of reasoning (not just correctness)correct: boolean, whether the selected answer matches the correct answerstrengths: array of specific things the learner did wellweaknesses: array of specific gaps or errors in reasoningcoaching: a conversational paragraph of Socratic coachingfollowUpQuestions: 1-3 questions to prompt further thinking| Score Range | Meaning |
|---|---|
| 90-100 | Correct answer with deep, nuanced reasoning |
| 70-89 | Correct answer with solid but incomplete reasoning |
| 50-69 | Correct answer with shallow reasoning, or wrong answer with strong partial reasoning |
| 30-49 | Wrong answer but shows some relevant understanding |
| 0-29 | Wrong answer with significant misconceptions |