get_quiz_content
Retrieve multiple-choice quiz questions for a module to self-test comprehension. Includes choices, correct answers, and explanations.
Instructions
Fetch the quiz questions for a module from the dataflowr/quiz GitHub repo.
Returns multiple-choice questions with choices, correct answers, and explanations. Use this when a student wants to self-test their understanding of a module. Modules with quizzes: '2a' (tensors), '2b' (autograd), '3' (loss functions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |