teacher_assignments

Generate Exercise Difficulty Analysis

Generate or fetch difficulty analysis for a specific exercise in an assignment. This allows for progressive loading of difficulty analysis without blocking the main feedback.

Admins can access this but won't trigger new LLM analyses - only view cached ones.

post/teacher/assignments/{assignment_id}/exercises/{exercise_id}/difficulty-analysis

Path parameters

assignment_idstring required
exercise_idstring required

Response

Successful Response

exercise_idstring required
difficulty_pointsstring[] required
generated_atstring date-time required

Changes

No recorded changes to this endpoint across all 4 revisions of this API.