Adaptive Socratic Questioning is an intelligent follow-up questioning skill focused on cultivating research thinking. It guides students to think deeply step by step through the Socratic method, fostering independent research capability, critical thinking, and innovative consciousness.
The Socratic method is not about simply giving answers, but through carefully designed question sequences, helping learners:
Automatically load this skill when users request help with research questions, academic discussions, or methodological guidance.
Determine:
Based on the analysis:
Create 3-7 questions following these rules:
Give specific, actionable guidance:
{
"followup_questions": [
{
"type": "explanation",
"question": "Why does [X] lead to [Y]?",
"purpose": "Probe understanding of the causal mechanism",
"level_adaptation": "Scaffolded for high school students"
},
{
"type": "evidence",
"question": "What evidence supports this conclusion?",
"purpose": "Teach claim justification",
"level_adaptation": "Accessible to all levels"
}
],
"reasoning_path": "Initial claim → Mechanism → Evidence → Application → Critique",
"misconception_flags": [
{
"misconception": "Students often think [X] when actually [Y]",
"severity": "high",
"addressed_by_questions": [1, 3]
}
],
"teacher_guidance": "Start with Q1. If the student struggles, provide a concrete example before Q2."
}
{
"concept": "Why does decreasing particle size improve battery rate performance?",
"student_response": "Because lithium ions diffuse faster",
"student_level": "university",
"learning_goal": "analyze"
}
{
"followup_questions": [
{
"type": "explanation",
"question": "Why does particle size affect lithium diffusion speed?",
"purpose": "Probe the underlying mechanism",
"level_adaptation": "University-level materials science terminology"
},
{
"type": "causality",
"question": "How does diffusion distance influence the electrochemical reaction kinetics?",
"purpose": "Connect structure to function",
"level_adaptation": "Requires understanding of diffusion equations"
},
{
"type": "counterexample",
"question": "If particles become extremely small (nanoscale), could new limitations emerge from surface effects?",
"purpose": "Explore boundaries of the principle",
"level_adaptation": "Advanced - considers nanoscale physics"
},
{
"type": "generalization",
"question": "Are there structural strategies to improve diffusion kinetics without reducing particle size?",
"purpose": "Encourage creative problem-solving",
"level_adaptation": "Research-level thinking"
}
],
"reasoning_path": "Initial observation → Diffusion mechanism → Kinetic implications → Boundary conditions → Alternative strategies",
"misconception_flags": [
{
"misconception": "Students often attribute rate improvement solely to 'faster diffusion' without considering the quantitative relationship between diffusion length and rate (Fick's laws)",
"severity": "medium",
"addressed_by_questions": [1, 2]
}
],
"teacher_guidance": "This question chain works best after students have been introduced to diffusion concepts. Pause after Q2 to ensure the student grasps the quantitative relationship before moving to Q3's counterexample."
}
This skill is grounded in well-established educational research:
MIT-0 - See LICENSE file for details.
共 1 个版本