Math Homework AI Assistant (MVP)
Submit one or more problems in JSON format.
Student ID
Class Name
Assignment Name
Problems JSON
[ { "question": "Solve x+2=5", "answer": "x=3", "expected_answer": "x=3", "knowledge_points": ["linear equation"], "student_steps": ["x+2=5", "therefore x=3"] }, { "question": "Expand (a+b)^2", "answer": "a^2+2ab+b", "expected_answer": "a^2+2ab+b^2", "knowledge_points": ["binomial expansion"], "student_steps": ["(a+b)^2=a^2+2ab+b"] } ]
Analyze Submission
Load Class Report
Output will appear here.