edubase_patch_quiz
Update existing quiz details such as title, language, description, external identifier, and organization in EduBase.
Instructions
Update the details of an existing Quiz set: title, external identifier, language, description and organization. Use edubase_post_quiz_settings to change its settings and edubase_post_quiz_questions to add questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | external unique Quiz identifier, send an empty value to remove the current identifier | |
| quiz | Yes | Quiz identification string | |
| title | No | title of the Quiz set | |
| language | No | language of the Quiz set | |
| description | No | short description of the Quiz set, send an empty value to remove the current description | |
| organization | No | organization identification string to move the Quiz set to, only an organization of the API application owner can be used, only the owner of the Quiz set (or an administrator) can change the organization, send "none" (or an empty value) to remove the Quiz set from its current organization, always the organization of the user for organizational members |