edubase_post_exam
Create time-constrained, secured exams from existing quiz sets for assessments, homework assignments, or surveys with scheduled start and end times.
Instructions
Create a new exam from an existing Quiz set. Exams are at the top level of the EduBase Quiz hierarchy and MUST be created from existing Quiz sets. They are time-constrained, secured assessment instances of Quiz sets.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | desired exam language | |
| title | Yes | title of the exam | |
| id | No | External unique exam identifier. Should be maximum 64 characters long! | |
| type | No | Type of the exam. (default: exam) - exam: regular exam - championship: exam with championship features enabled - homework: homework assignment, can be paused and continued during the exam period - survey: survey (optionally anonymous) with no grading | |
| quiz | Yes | the Quiz set (specified using the quiz identification string) the exam is attached to | |
| open | Yes | exam start time (in YYYY-mm-dd HH:ii:ss format) | |
| close | Yes | exam end time (in YYYY-mm-dd HH:ii:ss format) |