edubase_get_question
Retrieve an existing question's details by its unique identifier. Use this to access question data for building quizzes or managing content.
Instructions
Check existing question. Questions are the lowest level in the EduBase hierarchy, serving as the building blocks for Quiz sets. To get question details, use the question export function!
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | external unique question identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | question identification string | |
| id | No | external unique question identifier (if set for the question) | |
| active | Yes | question is active |