create_question
Create reusable LMS questions with multiple choice, user input, or open-ended formats.
Instructions
Create a reusable LMS Question.
Args: question: The question text (HTML allowed). question_type: "Choices", "User Input", or "Open Ended". options: JSON list for Choices type: [{"text":"Yes","correct":false,"explanation":"..."},...]. possibilities: JSON list of strings for User Input type: ["answer1","answer2"].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | ||
| question | Yes | ||
| possibilities | No | ||
| question_type | No | Choices |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |