create_test
Create a new test for a lesson by providing title, lesson ID, and questions. Supports single-choice, multiple-choice, true-false, text, and memory question types with scoring and passing criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Test title (required, automatically generates slug) | |
| lesson | Yes | Lesson ID (required) | |
| 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) |