Skip to main content
The Teacher Action Plan API ensures that evaluation results translate into classroom action. It helps educators focus reteaching where it matters most while extending learning for advanced students.

Schools

Problem: Teachers spend days analyzing exams and assignments to identify gaps.
Solution:
  • Automatically cluster students by misconceptions.
  • Provide reteach strategies aligned to curriculum standards.
  • Suggest extension activities for advanced learners, reducing planning effort.

Tutoring Platforms

Problem: Small-group instruction is difficult to personalize at scale.
Solution:
  • Use evaluation data to create grouped reteach plans.
  • Provide tutors with ready-to-use materials for each group.
  • Enable adaptive extension modules for high-performing students.

LMS/ERP Platforms

Problem: Administrators lack visibility into class-wide remediation needs.
Solution:
  • Integrate teacher action plans directly into LMS dashboards.
  • Provide class segmentation analytics for reteach cycles.
  • Export grouped insights for compliance and curriculum planning.

Ecosystem Integration

  • Upstream: Exam & Assignment Evaluation Suites provide class-level results.
  • Core: Teacher Action Plan API → generates groups, reteach strategies, and extensions.
  • Downstream: AI Studio produces group-focused lesson plans & worksheets, while ClassTrack measures impact.

Next Step

Next → Explore the Parent Action Plan to see how evaluation results become home-friendly activity packs.

FAQ

The Personalization Layer transforms evaluation signals into Teacher Action Plans that include grouped error insights, reteach strategies, and classroom-ready materials. Plans are produced from multimodal evaluation outputs with a 95% accuracy target and optional human-in-the-loop review so educators can approve or adjust. All workflows are CBSE/ICSE/GDPR aligned for curriculum and data governance.
Call POST /action-plan/v1/k12/teacher with a JSON body containing a valid exam_id UUID. On success, you receive 201 Created with fields such as status_code, response_id, and a confirmation message; validation issues return 400 with error context, and unexpected failures return 500. Authenticate with Authorization: Bearer against the documented hosts (https://api-staging.crazygoldfish.com and https://api.crazygoldfish.com).
The exam_id must be a valid UUID and refer to an existing exam record; otherwise the endpoint returns 400 Bad Request with details pointing to body.exam_id and the failure reason. The service associates the plan with the authenticated client from the request context, and unhandled exceptions are surfaced as 500 Internal Server Error.
The Evaluation Layer ingests typed responses, scanned handwriting, diagrams, audio, and video, then maps results to rubrics and model answers. Teacher Action Plans consume those outputs to group misconceptions and recommend reteach strategies, with a human-in-the-loop step available for sensitive cases to sustain a 95% accuracy target.
Teacher Action Plans can become inputs for AI Studio to generate aligned lesson plans, worksheets, and model answers that match identified gaps. ClassTrack observes classroom sessions and feeds insights back into evaluations and plans, creating a closed-loop improvement cycle for pedagogy and materials.
Workflows are CBSE/ICSE/GDPR aligned, with auditability, role-based access, and transparent logs to support policy and district requirements. Human-in-the-loop reviewer gates can be applied to high-stakes steps so decisions remain explainable and accountable.
Plans provide grouped insights on common errors, reteach strategies tailored to misconceptions, and access to ready-to-use instructional materials. These artifacts enable faster remediation and consistent differentiation while preserving educator oversight through review and approval flows.
You can invoke Action Plan APIs directly from your LMS/ERP for tight control over submission, status, and publication flows, or deploy white-label embeddable UI components to accelerate integration. Both approaches interoperate with the Evaluation Layer and downstream Student/Parent Action Plans, keeping branding intact while the AI runs behind the scenes.
After evaluation, the system generates coordinated Student, Teacher, and Parent Action Plans that share the same underlying insights. The teacher plan focuses on reteach strategies and grouping, while student and parent plans provide targets and home-friendly activities—keeping remediation and reporting consistent across stakeholders.
Successful creation returns 201 with a response_id that can be used for traceability. Validation failures return 400 with a detail payload including loc and msg fields indicating the exact issue (such as an invalid or non-existent exam_id), and unexpected faults return 500 Internal Server Error.