POST /api/v1/track-answer
Track a learning event and update all relevant cognitive analytics.Request
Headers
Example Request
Response
Operation success status
Mastery probability before this attempt
Updated mastery probability after this attempt
Change in mastery (after - before)
Whether learning plateau was detected
Total attempts for this skill
Total correct attempts for this skill
Example Response
What Happens Under the Hood
1
BKT Update
Bayesian Knowledge Tracing updates mastery probability based on the answer
2
Velocity Calculation
Learning velocity is calculated from mastery change
3
Plateau Check
System checks for learning plateau indicators
4
Efficiency Analysis
Cognitive efficiency metrics are updated
5
Return Results
Updated analytics are returned to the caller