update_test
Update an existing test by providing its test ID, new title, lesson, and questions. Adjust time limits, passing scores, descriptions, and question formats as needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Test title (required, automatically generates slug) | |
| lesson | Yes | Lesson ID (required) | |
| testId | Yes | Test ID for update | |
| questions | Yes | Array of test questions | |
| timeLimit | No | Time limit in minutes (optional) | |
| description | No | Test description (optional) | |
| passingScore | No | Minimum score to pass (0-100) |