edubase_post_quiz
Create quiz sets for practice or exams on the EduBase educational platform. Define questions, display modes, and types to build structured assessments.
Instructions
Create a new Quiz set. Quiz sets are collections of questions that can be used for practice or to power multiple Exams.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | desired Quiz set language | |
| title | Yes | title of the Quiz set | |
| id | No | External unique Quiz identifier. Should be maximum 64 characters long! | |
| description | No | short description | |
| mode | No | Sets how questions are displayed during the Quiz. (default: TEST) - TEST: all questions are displayed at once, user can answer them in any order and switch between them - TURNS: questions are displayed one by one, only one question is visible at a time and the user must answer it before moving to the next question | |
| type | No | Type of the Quiz set. (default: set) - set: for practice purposes - exam: for exam purposes - private: for private purposes (e.g testing) |