add_question_to_quiz
Add an existing question to a quiz by specifying the quiz name, question name, and marks.
Instructions
Add an existing question to a quiz.
Args: quiz: The quiz name (slug). question: The LMS Question name. marks: Marks for this question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quiz | Yes | ||
| marks | No | ||
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |