record_quiz_result
Record a student's quiz score and total to track progress by lesson topic.
Instructions
Record a student quiz result for progress tracking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score | Yes | Score achieved, e.g. 8 | |
| total | Yes | Total possible score, e.g. 10 | |
| student_id | Yes | Identifier for the student | |
| lesson_topic | Yes | Topic of the lesson quizzed on |